Class MachineLearningServicesRunStatusChangedEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunStatusChangedEventData
Schema of the Data property of an EventGridEvent for a Microsoft.MachineLearningServices.RunStatusChanged event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MachineLearningServicesRunStatusChangedEventData class. -
Method Summary
Modifier and TypeMethodDescriptionGet the experimentId property: The ID of the experiment that the Machine Learning Run belongs to.Get the experimentName property: The name of the experiment that the Machine Learning Run belongs to.getRunId()Get the runId property: The ID of the Machine Learning Run.Get the runProperties property: The properties of the Machine Learning Run.Get the runStatus property: The status of the Machine Learning Run.Get the runTags property: The tags of the Machine Learning Run.Get the runType property: The Run Type of the Machine Learning Run.setExperimentId(String experimentId) Set the experimentId property: The ID of the experiment that the Machine Learning Run belongs to.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.setRunProperties(Object runProperties) Set the runProperties property: The properties of the Machine Learning Run.setRunStatus(String runStatus) Set the runStatus property: The status of the Machine Learning Run.setRunTags(Object runTags) Set the runTags property: The tags of the Machine Learning Run.setRunType(String runType) Set the runType property: The Run Type of the Machine Learning Run.
-
Constructor Details
-
MachineLearningServicesRunStatusChangedEventData
public MachineLearningServicesRunStatusChangedEventData()Creates an instance of MachineLearningServicesRunStatusChangedEventData class.
-
-
Method Details
-
getExperimentId
Get the experimentId property: The ID of the experiment that the Machine Learning Run belongs to.- Returns:
- the experimentId value.
-
setExperimentId
Set the experimentId property: The ID of the experiment that the Machine Learning Run belongs to.- Parameters:
experimentId- the experimentId value to set.- Returns:
- the MachineLearningServicesRunStatusChangedEventData object itself.
-
getExperimentName
Get the experimentName property: The name of the experiment that the Machine Learning Run belongs to.- Returns:
- the experimentName value.
-
setExperimentName
Set the experimentName property: The name of the experiment that the Machine Learning Run belongs to.- Parameters:
experimentName- the experimentName value to set.- Returns:
- the MachineLearningServicesRunStatusChangedEventData object itself.
-
getRunId
Get the runId property: The ID of the Machine Learning Run.- Returns:
- the runId value.
-
setRunId
Set the runId property: The ID of the Machine Learning Run.- Parameters:
runId- the runId value to set.- Returns:
- the MachineLearningServicesRunStatusChangedEventData object itself.
-
getRunType
Get the runType property: The Run Type of the Machine Learning Run.- Returns:
- the runType value.
-
setRunType
Set the runType property: The Run Type of the Machine Learning Run.- Parameters:
runType- the runType value to set.- Returns:
- the MachineLearningServicesRunStatusChangedEventData object itself.
-
getRunTags
Get the runTags property: The tags of the Machine Learning Run.- Returns:
- the runTags value.
-
setRunTags
Set the runTags property: The tags of the Machine Learning Run.- Parameters:
runTags- the runTags value to set.- Returns:
- the MachineLearningServicesRunStatusChangedEventData object itself.
-
getRunProperties
Get the runProperties property: The properties of the Machine Learning Run.- Returns:
- the runProperties value.
-
setRunProperties
Set the runProperties property: The properties of the Machine Learning Run.- Parameters:
runProperties- the runProperties value to set.- Returns:
- the MachineLearningServicesRunStatusChangedEventData object itself.
-
getRunStatus
Get the runStatus property: The status of the Machine Learning Run.- Returns:
- the runStatus value.
-
setRunStatus
Set the runStatus property: The status of the Machine Learning Run.- Parameters:
runStatus- the runStatus value to set.- Returns:
- the MachineLearningServicesRunStatusChangedEventData object itself.
-