Class MachineLearningServicesModelRegisteredEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.MachineLearningServicesModelRegisteredEventData
Schema of the Data property of an EventGridEvent for a Microsoft.MachineLearningServices.ModelRegistered event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MachineLearningServicesModelRegisteredEventData class. -
Method Summary
Modifier and TypeMethodDescriptionGet the modelName property: The name of the model that was registered.Get the modelProperties property: The properties of the model that was registered.Get the modelTags property: The tags of the model that was registered.Get the modelVersion property: The version of the model that was registered.setModelName(String modelName) Set the modelName property: The name of the model that was registered.setModelProperties(Object modelProperties) Set the modelProperties property: The properties of the model that was registered.setModelTags(Object modelTags) Set the modelTags property: The tags of the model that was registered.setModelVersion(String modelVersion) Set the modelVersion property: The version of the model that was registered.
-
Constructor Details
-
MachineLearningServicesModelRegisteredEventData
public MachineLearningServicesModelRegisteredEventData()Creates an instance of MachineLearningServicesModelRegisteredEventData class.
-
-
Method Details
-
getModelName
Get the modelName property: The name of the model that was registered.- Returns:
- the modelName value.
-
setModelName
Set the modelName property: The name of the model that was registered.- Parameters:
modelName- the modelName value to set.- Returns:
- the MachineLearningServicesModelRegisteredEventData object itself.
-
getModelVersion
Get the modelVersion property: The version of the model that was registered.- Returns:
- the modelVersion value.
-
setModelVersion
Set the modelVersion property: The version of the model that was registered.- Parameters:
modelVersion- the modelVersion value to set.- Returns:
- the MachineLearningServicesModelRegisteredEventData object itself.
-
getModelTags
Get the modelTags property: The tags of the model that was registered.- Returns:
- the modelTags value.
-
setModelTags
Set the modelTags property: The tags of the model that was registered.- Parameters:
modelTags- the modelTags value to set.- Returns:
- the MachineLearningServicesModelRegisteredEventData object itself.
-
getModelProperties
Get the modelProperties property: The properties of the model that was registered.- Returns:
- the modelProperties value.
-
setModelProperties
Set the modelProperties property: The properties of the model that was registered.- Parameters:
modelProperties- the modelProperties value to set.- Returns:
- the MachineLearningServicesModelRegisteredEventData object itself.
-