Uses of Class
com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunStatusChangedEventData
Packages that use MachineLearningServicesRunStatusChangedEventData
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of MachineLearningServicesRunStatusChangedEventData in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return MachineLearningServicesRunStatusChangedEventDataModifier and TypeMethodDescriptionMachineLearningServicesRunStatusChangedEventData.setExperimentId(String experimentId) Set the experimentId property: The ID of the experiment that the Machine Learning Run belongs to.MachineLearningServicesRunStatusChangedEventData.setExperimentName(String experimentName) Set the experimentName property: The name of the experiment that the Machine Learning Run belongs to.Set the runId property: The ID of the Machine Learning Run.MachineLearningServicesRunStatusChangedEventData.setRunProperties(Object runProperties) Set the runProperties property: The properties of the Machine Learning Run.MachineLearningServicesRunStatusChangedEventData.setRunStatus(String runStatus) Set the runStatus property: The status of the Machine Learning Run.MachineLearningServicesRunStatusChangedEventData.setRunTags(Object runTags) Set the runTags property: The tags of the Machine Learning Run.MachineLearningServicesRunStatusChangedEventData.setRunType(String runType) Set the runType property: The Run Type of the Machine Learning Run.