Uses of Class
com.azure.messaging.eventgrid.systemevents.MachineLearningServicesModelRegisteredEventData
Packages that use MachineLearningServicesModelRegisteredEventData
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of MachineLearningServicesModelRegisteredEventData in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return MachineLearningServicesModelRegisteredEventDataModifier and TypeMethodDescriptionMachineLearningServicesModelRegisteredEventData.setModelName(String modelName) Set the modelName property: The name of the model that was registered.MachineLearningServicesModelRegisteredEventData.setModelProperties(Object modelProperties) Set the modelProperties property: The properties of the model that was registered.MachineLearningServicesModelRegisteredEventData.setModelTags(Object modelTags) Set the modelTags property: The tags of the model that was registered.MachineLearningServicesModelRegisteredEventData.setModelVersion(String modelVersion) Set the modelVersion property: The version of the model that was registered.