-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[ML][Pipelines] Fix sweep job optional input cannot be empty #27599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
24b9600
3248a90
dc0f5f9
3befa9a
5448c95
2f2e104
a6b815b
d56f3b3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -155,4 +155,4 @@ | |
|
|
||
| ### Features Added | ||
|
|
||
| - First preview. | ||
| - First preview. | ||
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| $schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json | ||
| name: helloworld_component_optional_input | ||
| command: ls | ||
| inputs: | ||
| required_input: | ||
| type: integer | ||
| optional: false | ||
| optional_input: | ||
| type: integer | ||
| optional: true | ||
| environment: | ||
| image: library/python:latest | ||
| compute: azureml:cpu-cluster |
Uh oh!
There was an error while loading. Please reload this page.