JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.sagemaker.model

Class ExperimentConfig

    • Constructor Detail

      • ExperimentConfig

        public ExperimentConfig()
    • Method Detail

      • setExperimentName

        public void setExperimentName(String experimentName)

        The name of an existing experiment to associate with the trial component.

        Parameters:
        experimentName - The name of an existing experiment to associate with the trial component.
      • getExperimentName

        public String getExperimentName()

        The name of an existing experiment to associate with the trial component.

        Returns:
        The name of an existing experiment to associate with the trial component.
      • withExperimentName

        public ExperimentConfig withExperimentName(String experimentName)

        The name of an existing experiment to associate with the trial component.

        Parameters:
        experimentName - The name of an existing experiment to associate with the trial component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTrialName

        public void setTrialName(String trialName)

        The name of an existing trial to associate the trial component with. If not specified, a new trial is created.

        Parameters:
        trialName - The name of an existing trial to associate the trial component with. If not specified, a new trial is created.
      • getTrialName

        public String getTrialName()

        The name of an existing trial to associate the trial component with. If not specified, a new trial is created.

        Returns:
        The name of an existing trial to associate the trial component with. If not specified, a new trial is created.
      • withTrialName

        public ExperimentConfig withTrialName(String trialName)

        The name of an existing trial to associate the trial component with. If not specified, a new trial is created.

        Parameters:
        trialName - The name of an existing trial to associate the trial component with. If not specified, a new trial is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTrialComponentDisplayName

        public void setTrialComponentDisplayName(String trialComponentDisplayName)

        The display name for the trial component. If this key isn't specified, the display name is the trial component name.

        Parameters:
        trialComponentDisplayName - The display name for the trial component. If this key isn't specified, the display name is the trial component name.
      • getTrialComponentDisplayName

        public String getTrialComponentDisplayName()

        The display name for the trial component. If this key isn't specified, the display name is the trial component name.

        Returns:
        The display name for the trial component. If this key isn't specified, the display name is the trial component name.
      • withTrialComponentDisplayName

        public ExperimentConfig withTrialComponentDisplayName(String trialComponentDisplayName)

        The display name for the trial component. If this key isn't specified, the display name is the trial component name.

        Parameters:
        trialComponentDisplayName - The display name for the trial component. If this key isn't specified, the display name is the trial component name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRunName

        public void setRunName(String runName)

        The name of the experiment run to associate with the trial component.

        Parameters:
        runName - The name of the experiment run to associate with the trial component.
      • getRunName

        public String getRunName()

        The name of the experiment run to associate with the trial component.

        Returns:
        The name of the experiment run to associate with the trial component.
      • withRunName

        public ExperimentConfig withRunName(String runName)

        The name of the experiment run to associate with the trial component.

        Parameters:
        runName - The name of the experiment run to associate with the trial component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /