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 TrialSummary

    • Constructor Detail

      • TrialSummary

        public TrialSummary()
    • Method Detail

      • setTrialArn

        public void setTrialArn(String trialArn)

        The Amazon Resource Name (ARN) of the trial.

        Parameters:
        trialArn - The Amazon Resource Name (ARN) of the trial.
      • getTrialArn

        public String getTrialArn()

        The Amazon Resource Name (ARN) of the trial.

        Returns:
        The Amazon Resource Name (ARN) of the trial.
      • withTrialArn

        public TrialSummary withTrialArn(String trialArn)

        The Amazon Resource Name (ARN) of the trial.

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

        public void setTrialName(String trialName)

        The name of the trial.

        Parameters:
        trialName - The name of the trial.
      • getTrialName

        public String getTrialName()

        The name of the trial.

        Returns:
        The name of the trial.
      • withTrialName

        public TrialSummary withTrialName(String trialName)

        The name of the trial.

        Parameters:
        trialName - The name of the trial.
        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 trial as displayed. If DisplayName isn't specified, TrialName is displayed.

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

        public String getDisplayName()

        The name of the trial as displayed. If DisplayName isn't specified, TrialName is displayed.

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

        public TrialSummary withDisplayName(String displayName)

        The name of the trial as displayed. If DisplayName isn't specified, TrialName is displayed.

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

        public void setTrialSource(TrialSource trialSource)
        Parameters:
        trialSource -
      • getTrialSource

        public TrialSource getTrialSource()
        Returns:
      • withTrialSource

        public TrialSummary withTrialSource(TrialSource trialSource)
        Parameters:
        trialSource -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        When the trial was created.

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

        public Date getCreationTime()

        When the trial was created.

        Returns:
        When the trial was created.
      • withCreationTime

        public TrialSummary withCreationTime(Date creationTime)

        When the trial was created.

        Parameters:
        creationTime - When the trial 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 trial was last modified.

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

        public Date getLastModifiedTime()

        When the trial was last modified.

        Returns:
        When the trial was last modified.
      • withLastModifiedTime

        public TrialSummary withLastModifiedTime(Date lastModifiedTime)

        When the trial was last modified.

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