ComputeInstanceApplication Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. ComputeInstanceApplication
- com.
Implements
public final class ComputeInstanceApplication
implements JsonSerializable<ComputeInstanceApplication>
Defines an Aml Instance application and its connectivity endpoint URI.
Constructor Summary
| Constructor | Description |
|---|---|
| ComputeInstanceApplication() |
Creates an instance of Compute |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
displayName()
Get the display |
| String |
endpointUri()
Get the endpoint |
|
static
Compute |
fromJson(JsonReader jsonReader)
Reads an instance of Compute |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Compute |
withDisplayName(String displayName)
Set the display |
|
Compute |
withEndpointUri(String endpointUri)
Set the endpoint |
Methods inherited from java.lang.Object
Constructor Details
ComputeInstanceApplication
public ComputeInstanceApplication()
Creates an instance of ComputeInstanceApplication class.
Method Details
displayName
public String displayName()
Get the displayName property: Name of the ComputeInstance application.
Returns:
endpointUri
public String endpointUri()
Get the endpointUri property: Application' endpoint URI.
Returns:
fromJson
public static ComputeInstanceApplication fromJson(JsonReader jsonReader)
Reads an instance of ComputeInstanceApplication from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withDisplayName
public ComputeInstanceApplication withDisplayName(String displayName)
Set the displayName property: Name of the ComputeInstance application.
Parameters:
Returns:
withEndpointUri
public ComputeInstanceApplication withEndpointUri(String endpointUri)
Set the endpointUri property: Application' endpoint URI.
Parameters:
Returns: