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 CreateExperimentRequest

    • Constructor Detail

      • CreateExperimentRequest

        public CreateExperimentRequest()
    • Method Detail

      • setExperimentName

        public void setExperimentName(String experimentName)

        The name of the experiment. The name must be unique in your Amazon Web Services account and is not case-sensitive.

        Parameters:
        experimentName - The name of the experiment. The name must be unique in your Amazon Web Services account and is not case-sensitive.
      • getExperimentName

        public String getExperimentName()

        The name of the experiment. The name must be unique in your Amazon Web Services account and is not case-sensitive.

        Returns:
        The name of the experiment. The name must be unique in your Amazon Web Services account and is not case-sensitive.
      • withExperimentName

        public CreateExperimentRequest withExperimentName(String experimentName)

        The name of the experiment. The name must be unique in your Amazon Web Services account and is not case-sensitive.

        Parameters:
        experimentName - The name of the experiment. The name must be unique in your Amazon Web Services account and is not case-sensitive.
        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. The name doesn't need to be unique. If you don't specify DisplayName, the value in ExperimentName is displayed.

        Parameters:
        displayName - The name of the experiment as displayed. The name doesn't need to be unique. If you don't specify DisplayName, the value in ExperimentName is displayed.
      • getDisplayName

        public String getDisplayName()

        The name of the experiment as displayed. The name doesn't need to be unique. If you don't specify DisplayName, the value in ExperimentName is displayed.

        Returns:
        The name of the experiment as displayed. The name doesn't need to be unique. If you don't specify DisplayName, the value in ExperimentName is displayed.
      • withDisplayName

        public CreateExperimentRequest withDisplayName(String displayName)

        The name of the experiment as displayed. The name doesn't need to be unique. If you don't specify DisplayName, the value in ExperimentName is displayed.

        Parameters:
        displayName - The name of the experiment as displayed. The name doesn't need to be unique. If you don't specify DisplayName, the value in ExperimentName is displayed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        The description of the experiment.

        Parameters:
        description - The description of the experiment.
      • getDescription

        public String getDescription()

        The description of the experiment.

        Returns:
        The description of the experiment.
      • withDescription

        public CreateExperimentRequest withDescription(String description)

        The description of the experiment.

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

        public List<Tag> getTags()

        A list of tags to associate with the experiment. You can use Search API to search on the tags.

        Returns:
        A list of tags to associate with the experiment. You can use Search API to search on the tags.
      • setTags

        public void setTags(Collection<Tag> tags)

        A list of tags to associate with the experiment. You can use Search API to search on the tags.

        Parameters:
        tags - A list of tags to associate with the experiment. You can use Search API to search on the tags.
      • withTags

        public CreateExperimentRequest withTags(Tag... tags)

        A list of tags to associate with the experiment. You can use Search API to search on the tags.

        NOTE: This method appends the values to the existing list (if any). Use setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the existing values.

        Parameters:
        tags - A list of tags to associate with the experiment. You can use Search API to search on the tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withTags

        public CreateExperimentRequest withTags(Collection<Tag> tags)

        A list of tags to associate with the experiment. You can use Search API to search on the tags.

        Parameters:
        tags - A list of tags to associate with the experiment. You can use Search API to search on the tags.
        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 によって変換されたページ (->オリジナル) /