BatchDeploymentConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. BatchDeploymentConfiguration
- com.
Implements
public class BatchDeploymentConfiguration
implements JsonSerializable<BatchDeploymentConfiguration>
Properties relevant to different deployment types.
Constructor Summary
| Constructor | Description |
|---|---|
| BatchDeploymentConfiguration() |
Creates an instance of Batch |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Batch |
deploymentConfigurationType()
Get the deployment |
|
static
Batch |
fromJson(JsonReader jsonReader)
Reads an instance of Batch |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
BatchDeploymentConfiguration
public BatchDeploymentConfiguration()
Creates an instance of BatchDeploymentConfiguration class.
Method Details
deploymentConfigurationType
public BatchDeploymentConfigurationType deploymentConfigurationType()
Get the deploymentConfigurationType property: [Required] The type of the deployment.
Returns:
fromJson
public static BatchDeploymentConfiguration fromJson(JsonReader jsonReader)
Reads an instance of BatchDeploymentConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.