Class MachineLearningServicesRunCompletedEventData


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

      • MachineLearningServicesRunCompletedEventData

        public MachineLearningServicesRunCompletedEventData()
    • Method Detail

      • getExperimentId

        public String getExperimentId()
        Get the experimentId property: The ID of the experiment that the run belongs to.
        Returns:
        the experimentId value.
      • setExperimentId

        public MachineLearningServicesRunCompletedEventData setExperimentId​(String experimentId)
        Set the experimentId property: The ID of the experiment that the run belongs to.
        Parameters:
        experimentId - the experimentId value to set.
        Returns:
        the MachineLearningServicesRunCompletedEventData object itself.
      • getExperimentName

        public String getExperimentName()
        Get the experimentName property: The name of the experiment that the run belongs to.
        Returns:
        the experimentName value.
      • setExperimentName

        public MachineLearningServicesRunCompletedEventData setExperimentName​(String experimentName)
        Set the experimentName property: The name of the experiment that the run belongs to.
        Parameters:
        experimentName - the experimentName value to set.
        Returns:
        the MachineLearningServicesRunCompletedEventData object itself.
      • getRunId

        public String getRunId()
        Get the runId property: The ID of the Run that was completed.
        Returns:
        the runId value.
      • setRunId

        public MachineLearningServicesRunCompletedEventData setRunId​(String runId)
        Set the runId property: The ID of the Run that was completed.
        Parameters:
        runId - the runId value to set.
        Returns:
        the MachineLearningServicesRunCompletedEventData object itself.
      • getRunType

        public String getRunType()
        Get the runType property: The Run Type of the completed Run.
        Returns:
        the runType value.
      • setRunType

        public MachineLearningServicesRunCompletedEventData setRunType​(String runType)
        Set the runType property: The Run Type of the completed Run.
        Parameters:
        runType - the runType value to set.
        Returns:
        the MachineLearningServicesRunCompletedEventData object itself.
      • getRunTags

        public Object getRunTags()
        Get the runTags property: The tags of the completed Run.
        Returns:
        the runTags value.
      • setRunTags

        public MachineLearningServicesRunCompletedEventData setRunTags​(Object runTags)
        Set the runTags property: The tags of the completed Run.
        Parameters:
        runTags - the runTags value to set.
        Returns:
        the MachineLearningServicesRunCompletedEventData object itself.
      • getRunProperties

        public Object getRunProperties()
        Get the runProperties property: The properties of the completed Run.
        Returns:
        the runProperties value.
      • setRunProperties

        public MachineLearningServicesRunCompletedEventData setRunProperties​(Object runProperties)
        Set the runProperties property: The properties of the completed Run.
        Parameters:
        runProperties - the runProperties value to set.
        Returns:
        the MachineLearningServicesRunCompletedEventData object itself.