Class MachineLearningServicesModelRegisteredEventData


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

      • MachineLearningServicesModelRegisteredEventData

        public MachineLearningServicesModelRegisteredEventData()
    • Method Detail

      • getModelName

        public String getModelName()
        Get the modelName property: The name of the model that was registered.
        Returns:
        the modelName value.
      • setModelName

        public MachineLearningServicesModelRegisteredEventData setModelName​(String modelName)
        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

        public MachineLearningServicesModelRegisteredEventData setModelTags​(Object modelTags)
        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.