PartialBatchDeployment Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. PartialBatchDeployment
- com.
Implements
public final class PartialBatchDeployment
implements JsonSerializable<PartialBatchDeployment>
Mutable batch inference settings per deployment.
Constructor Summary
| Constructor | Description |
|---|---|
| PartialBatchDeployment() |
Creates an instance of Partial |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: Description of the endpoint deployment. |
|
static
Partial |
fromJson(JsonReader jsonReader)
Reads an instance of Partial |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Partial |
withDescription(String description)
Set the description property: Description of the endpoint deployment. |
Methods inherited from java.lang.Object
Constructor Details
PartialBatchDeployment
public PartialBatchDeployment()
Creates an instance of PartialBatchDeployment class.
Method Details
description
public String description()
Get the description property: Description of the endpoint deployment.
Returns:
fromJson
public static PartialBatchDeployment fromJson(JsonReader jsonReader)
Reads an instance of PartialBatchDeployment from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withDescription
public PartialBatchDeployment withDescription(String description)
Set the description property: Description of the endpoint deployment.
Parameters:
Returns: