Class DeploymentResourceConfiguration
java.lang.Object
com.azure.resourcemanager.machinelearning.models.ResourceConfiguration
com.azure.resourcemanager.machinelearning.models.DeploymentResourceConfiguration
- All Implemented Interfaces:
com.azure.json.JsonSerializable<ResourceConfiguration>
The DeploymentResourceConfiguration model.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of DeploymentResourceConfiguration class. -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeploymentResourceConfiguration from the JsonReader.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.withInstanceCount(Integer instanceCount) Set the instanceCount property: Optional number of instances or nodes used by the compute target.withInstanceType(String instanceType) Set the instanceType property: Optional type of VM used as supported by the compute target.withProperties(Map<String, Object> properties) Set the properties property: Additional properties bag.Methods inherited from class com.azure.resourcemanager.machinelearning.models.ResourceConfiguration
instanceCount, instanceType, propertiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
DeploymentResourceConfiguration
public DeploymentResourceConfiguration()Creates an instance of DeploymentResourceConfiguration class.
-
-
Method Details
-
withInstanceCount
Set the instanceCount property: Optional number of instances or nodes used by the compute target.- Overrides:
withInstanceCountin classResourceConfiguration- Parameters:
instanceCount- the instanceCount value to set.- Returns:
- the ResourceConfiguration object itself.
-
withInstanceType
Set the instanceType property: Optional type of VM used as supported by the compute target.- Overrides:
withInstanceTypein classResourceConfiguration- Parameters:
instanceType- the instanceType value to set.- Returns:
- the ResourceConfiguration object itself.
-
withProperties
Set the properties property: Additional properties bag.- Overrides:
withPropertiesin classResourceConfiguration- Parameters:
properties- the properties value to set.- Returns:
- the ResourceConfiguration object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classResourceConfiguration- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<ResourceConfiguration>- Overrides:
toJsonin classResourceConfiguration- Throws:
IOException
-
fromJson
public static DeploymentResourceConfiguration fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of DeploymentResourceConfiguration from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of DeploymentResourceConfiguration 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 DeploymentResourceConfiguration.
-