Class MachineLearningServicesModelRegisteredEventData

java.lang.Object
com.azure.messaging.eventgrid.systemevents.MachineLearningServicesModelRegisteredEventData

public final class MachineLearningServicesModelRegisteredEventData extends Object
Schema of the Data property of an EventGridEvent for a Microsoft.MachineLearningServices.ModelRegistered event.
  • Constructor Details

    • MachineLearningServicesModelRegisteredEventData

      public MachineLearningServicesModelRegisteredEventData()
  • Method Details

    • getModelName

      public String 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

      public String getModelVersion()
      Get the modelVersion property: The version of the model that was registered.
      Returns:
      the modelVersion value.
    • setModelVersion

      public MachineLearningServicesModelRegisteredEventData setModelVersion(String modelVersion)
      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

      public Object 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

      public Object getModelProperties()
      Get the modelProperties property: The properties of the model that was registered.
      Returns:
      the modelProperties value.
    • setModelProperties

      public MachineLearningServicesModelRegisteredEventData setModelProperties(Object modelProperties)
      Set the modelProperties property: The properties of the model that was registered.
      Parameters:
      modelProperties - the modelProperties value to set.
      Returns:
      the MachineLearningServicesModelRegisteredEventData object itself.