MachineLearningServicesModelDeployedEventData Class
- java.
lang. Object - com.
azure. messaging. eventgrid. systemevents. MachineLearningServicesModelDeployedEventData
- com.
Implements
public final class MachineLearningServicesModelDeployedEventData
implements JsonSerializable<MachineLearningServicesModelDeployedEventData>
Schema of the Data property of an EventGridEvent for a Microsoft.MachineLearningServices.ModelDeployed event.
Constructor | Description |
---|---|
Machine |
Creates an instance of Machine |
Modifier and Type | Method and Description |
---|---|
static
Machine |
from Reads an instance of Machine |
String |
get Get the model |
String |
get Get the service |
String |
get Get the service |
Object |
get Get the service |
Object |
get Get the service |
Machine |
set Set the model |
Machine |
set Set the service |
Machine |
set Set the service |
Machine |
set Set the service |
Machine |
set Set the service |
Json |
to |
Methods inherited from java.lang.Object
MachineLearningServicesModelDeployedEventData
public MachineLearningServicesModelDeployedEventData()
Creates an instance of MachineLearningServicesModelDeployedEventData class.
fromJson
public static MachineLearningServicesModelDeployedEventData fromJson(JsonReader jsonReader)
Reads an instance of MachineLearningServicesModelDeployedEventData from the JsonReader.
Parameters:
Returns:
Throws:
getModelIds
public String getModelIds()
Get the modelIds property: A common separated list of model IDs. The IDs of the models deployed in the service.
Returns:
getServiceComputeType
public String getServiceComputeType()
Get the serviceComputeType property: The compute type (e.g. ACI, AKS) of the deployed service.
Returns:
getServiceName
public String getServiceName()
Get the serviceName property: The name of the deployed service.
Returns:
getServiceProperties
public Object getServiceProperties()
Get the serviceProperties property: The properties of the deployed service.
Returns:
getServiceTags
public Object getServiceTags()
Get the serviceTags property: The tags of the deployed service.
Returns:
setModelIds
public MachineLearningServicesModelDeployedEventData setModelIds(String modelIds)
Set the modelIds property: A common separated list of model IDs. The IDs of the models deployed in the service.
Parameters:
Returns:
setServiceComputeType
public MachineLearningServicesModelDeployedEventData setServiceComputeType(String serviceComputeType)
Set the serviceComputeType property: The compute type (e.g. ACI, AKS) of the deployed service.
Parameters:
Returns:
setServiceName
public MachineLearningServicesModelDeployedEventData setServiceName(String serviceName)
Set the serviceName property: The name of the deployed service.
Parameters:
Returns:
setServiceProperties
public MachineLearningServicesModelDeployedEventData setServiceProperties(Object serviceProperties)
Set the serviceProperties property: The properties of the deployed service.
Parameters:
Returns:
setServiceTags
public MachineLearningServicesModelDeployedEventData setServiceTags(Object serviceTags)
Set the serviceTags property: The tags of the deployed service.
Parameters:
Returns:
toJson
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: