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 ExperimentSummary

    • Constructor Detail

      • ExperimentSummary

        public ExperimentSummary()
    • Method Detail

      • setExperimentArn

        public void setExperimentArn(String experimentArn)

        The Amazon Resource Name (ARN) of the experiment.

        Parameters:
        experimentArn - The Amazon Resource Name (ARN) of the experiment.
      • getExperimentArn

        public String getExperimentArn()

        The Amazon Resource Name (ARN) of the experiment.

        Returns:
        The Amazon Resource Name (ARN) of the experiment.
      • withExperimentArn

        public ExperimentSummary withExperimentArn(String experimentArn)

        The Amazon Resource Name (ARN) of the experiment.

        Parameters:
        experimentArn - The Amazon Resource Name (ARN) of the experiment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setExperimentName

        public void setExperimentName(String experimentName)

        The name of the experiment.

        Parameters:
        experimentName - The name of the experiment.
      • getExperimentName

        public String getExperimentName()

        The name of the experiment.

        Returns:
        The name of the experiment.
      • withExperimentName

        public ExperimentSummary withExperimentName(String experimentName)

        The name of the experiment.

        Parameters:
        experimentName - The name of the experiment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDisplayName

        public void setDisplayName(String displayName)

        The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.

        Parameters:
        displayName - The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.
      • getDisplayName

        public String getDisplayName()

        The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.

        Returns:
        The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.
      • withDisplayName

        public ExperimentSummary withDisplayName(String displayName)

        The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.

        Parameters:
        displayName - The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setExperimentSource

        public void setExperimentSource(ExperimentSource experimentSource)
        Parameters:
        experimentSource -
      • withExperimentSource

        public ExperimentSummary withExperimentSource(ExperimentSource experimentSource)
        Parameters:
        experimentSource -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        When the experiment was created.

        Parameters:
        creationTime - When the experiment was created.
      • getCreationTime

        public Date getCreationTime()

        When the experiment was created.

        Returns:
        When the experiment was created.
      • withCreationTime

        public ExperimentSummary withCreationTime(Date creationTime)

        When the experiment was created.

        Parameters:
        creationTime - When the experiment was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastModifiedTime

        public void setLastModifiedTime(Date lastModifiedTime)

        When the experiment was last modified.

        Parameters:
        lastModifiedTime - When the experiment was last modified.
      • getLastModifiedTime

        public Date getLastModifiedTime()

        When the experiment was last modified.

        Returns:
        When the experiment was last modified.
      • withLastModifiedTime

        public ExperimentSummary withLastModifiedTime(Date lastModifiedTime)

        When the experiment was last modified.

        Parameters:
        lastModifiedTime - When the experiment was last modified.
        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 によって変換されたページ (->オリジナル) /