Skip to content

Commit

Permalink
add additional descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
forteddyt committed Apr 13, 2021
1 parent 28509f7 commit 070f0d2
Showing 1 changed file with 41 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5178,6 +5178,7 @@
}
},
"model": {
"description": "Model Configuration.",
"$ref": "#/definitions/AssetReferenceBase"
},
"codeConfiguration": {
Expand Down Expand Up @@ -6020,6 +6021,7 @@
],
"properties": {
"credentials": {
"description": "Account credentials.",
"$ref": "#/definitions/DatastoreCredentials"
}
},
Expand Down Expand Up @@ -6340,6 +6342,7 @@
"type": "object",
"properties": {
"contents": {
"description": "Reference to the datastore storage contents.",
"$ref": "#/definitions/DatastoreContents"
},
"hasBeenValidated": {
Expand Down Expand Up @@ -6780,6 +6783,7 @@
]
},
"docker": {
"description": "Configuration settings for Docker",
"$ref": "#/definitions/DockerSpecification"
},
"condaFile": {
Expand Down Expand Up @@ -7431,7 +7435,12 @@
]
},
"distribution": {
"$ref": "#/definitions/DistributionConfiguration"
"description": "Distribution configuration of the job. If set, this should be one of Mpi, Tensorflow, PyTorch, or null.",
"$ref": "#/definitions/DistributionConfiguration",
"x-ms-mutability": [
"create",
"read"
]
},
"environmentVariables": {
"description": "Environment variables included in the job.",
Expand All @@ -7445,7 +7454,12 @@
]
},
"identity": {
"$ref": "#/definitions/IdentityConfiguration"
"description": "Identity configuration. If set, this should be one of AmlToken, ManagedIdentity, or null.\r\nDefaults to AmlToken if null.",
"$ref": "#/definitions/IdentityConfiguration",
"x-ms-mutability": [
"create",
"read"
]
},
"parameters": {
"description": "Input parameters.",
Expand Down Expand Up @@ -7660,7 +7674,12 @@
]
},
"distribution": {
"$ref": "#/definitions/DistributionConfiguration"
"description": "Distribution configuration of the job. If set, this should be one of Mpi, Tensorflow, PyTorch, or null.",
"$ref": "#/definitions/DistributionConfiguration",
"x-ms-mutability": [
"create",
"read"
]
}
},
"additionalProperties": false
Expand Down Expand Up @@ -7716,6 +7735,7 @@
"type": "string"
},
"earlyTermination": {
"description": "Early termination policies enable canceling poor-performing runs before they complete",
"$ref": "#/definitions/EarlyTerminationPolicy"
},
"objective": {
Expand All @@ -7725,7 +7745,12 @@
"$ref": "#/definitions/TrialComponent"
},
"identity": {
"$ref": "#/definitions/IdentityConfiguration"
"description": "Identity configuration. If set, this should be one of AmlToken, ManagedIdentity or null.\r\nDefaults to AmlToken if null.",
"$ref": "#/definitions/IdentityConfiguration",
"x-ms-mutability": [
"create",
"read"
]
}
},
"x-ms-discriminator-value": "Sweep",
Expand Down Expand Up @@ -8110,7 +8135,12 @@
"$ref": "#/definitions/MLAssistConfiguration"
},
"labelingJobMediaProperties": {
"$ref": "#/definitions/LabelingJobMediaProperties"
"description": "Media type specific properties in the job.",
"$ref": "#/definitions/LabelingJobMediaProperties",
"x-ms-mutability": [
"create",
"read"
]
},
"projectId": {
"format": "uuid",
Expand Down Expand Up @@ -8174,7 +8204,9 @@
],
"properties": {
"properties": {
"$ref": "#/definitions/JobBase"
"description": "Additional attributes of the entity.",
"$ref": "#/definitions/JobBase",
"x-ms-client-flatten": true
},
"systemData": {
"description": "System data associated with resource provider",
Expand Down Expand Up @@ -8763,6 +8795,7 @@
}
},
"model": {
"description": "Model Configuration.",
"$ref": "#/definitions/AssetReferenceBase"
},
"codeConfiguration": {
Expand Down Expand Up @@ -8847,6 +8880,7 @@
"$ref": "#/definitions/ResourceIdentity"
},
"properties": {
"description": "Additional attributes of the entity.",
"$ref": "#/definitions/OnlineDeployment"
},
"systemData": {
Expand Down Expand Up @@ -8954,6 +8988,7 @@
"$ref": "#/definitions/ResourceIdentity"
},
"properties": {
"description": "Additional attributes of the entity.",
"$ref": "#/definitions/PartialOnlineDeployment"
}
},
Expand Down

0 comments on commit 070f0d2

Please sign in to comment.