Class MachineLearningServicesModelDeployedEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.MachineLearningServicesModelDeployedEventData
Schema of the Data property of an EventGridEvent for a Microsoft.MachineLearningServices.ModelDeployed event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MachineLearningServicesModelDeployedEventData class. -
Method Summary
Modifier and TypeMethodDescriptionGet the modelIds property: A common separated list of model IDs.Get the serviceComputeType property: The compute type (e.g.Get the serviceName property: The name of the deployed service.Get the serviceProperties property: The properties of the deployed service.Get the serviceTags property: The tags of the deployed service.setModelIds(String modelIds) Set the modelIds property: A common separated list of model IDs.setServiceComputeType(String serviceComputeType) Set the serviceComputeType property: The compute type (e.g.setServiceName(String serviceName) Set the serviceName property: The name of the deployed service.setServiceProperties(Object serviceProperties) Set the serviceProperties property: The properties of the deployed service.setServiceTags(Object serviceTags) Set the serviceTags property: The tags of the deployed service.
-
Constructor Details
-
MachineLearningServicesModelDeployedEventData
public MachineLearningServicesModelDeployedEventData()Creates an instance of MachineLearningServicesModelDeployedEventData class.
-
-
Method Details
-
getServiceName
Get the serviceName property: The name of the deployed service.- Returns:
- the serviceName value.
-
setServiceName
Set the serviceName property: The name of the deployed service.- Parameters:
serviceName- the serviceName value to set.- Returns:
- the MachineLearningServicesModelDeployedEventData object itself.
-
getServiceComputeType
Get the serviceComputeType property: The compute type (e.g. ACI, AKS) of the deployed service.- Returns:
- the serviceComputeType value.
-
setServiceComputeType
public MachineLearningServicesModelDeployedEventData setServiceComputeType(String serviceComputeType) Set the serviceComputeType property: The compute type (e.g. ACI, AKS) of the deployed service.- Parameters:
serviceComputeType- the serviceComputeType value to set.- Returns:
- the MachineLearningServicesModelDeployedEventData object itself.
-
getModelIds
Get the modelIds property: A common separated list of model IDs. The IDs of the models deployed in the service.- Returns:
- the modelIds value.
-
setModelIds
Set the modelIds property: A common separated list of model IDs. The IDs of the models deployed in the service.- Parameters:
modelIds- the modelIds value to set.- Returns:
- the MachineLearningServicesModelDeployedEventData object itself.
-
getServiceTags
Get the serviceTags property: The tags of the deployed service.- Returns:
- the serviceTags value.
-
setServiceTags
Set the serviceTags property: The tags of the deployed service.- Parameters:
serviceTags- the serviceTags value to set.- Returns:
- the MachineLearningServicesModelDeployedEventData object itself.
-
getServiceProperties
Get the serviceProperties property: The properties of the deployed service.- Returns:
- the serviceProperties value.
-
setServiceProperties
Set the serviceProperties property: The properties of the deployed service.- Parameters:
serviceProperties- the serviceProperties value to set.- Returns:
- the MachineLearningServicesModelDeployedEventData object itself.
-