BatchDeploymentConfiguration Class

  • java.lang.Object
    • com.azure.resourcemanager.machinelearning.models.BatchDeploymentConfiguration

Implements

public class BatchDeploymentConfiguration
implements JsonSerializable<BatchDeploymentConfiguration>

Properties relevant to different deployment types.

Constructor Summary

Constructor Description
BatchDeploymentConfiguration()

Creates an instance of BatchDeploymentConfiguration class.

Method Summary

Modifier and Type Method and Description
BatchDeploymentConfigurationType deploymentConfigurationType()

Get the deploymentConfigurationType property: [Required] The type of the deployment.

static BatchDeploymentConfiguration fromJson(JsonReader jsonReader)

Reads an instance of BatchDeploymentConfiguration from the JsonReader.

JsonWriter 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:

the deploymentConfigurationType value.

fromJson

public static BatchDeploymentConfiguration fromJson(JsonReader jsonReader)

Reads an instance of BatchDeploymentConfiguration from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of BatchDeploymentConfiguration if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the BatchDeploymentConfiguration.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to