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 DescribeModelPackageGroupResult

    • Constructor Detail

      • DescribeModelPackageGroupResult

        public DescribeModelPackageGroupResult()
    • Method Detail

      • setModelPackageGroupName

        public void setModelPackageGroupName(String modelPackageGroupName)

        The name of the model group.

        Parameters:
        modelPackageGroupName - The name of the model group.
      • getModelPackageGroupName

        public String getModelPackageGroupName()

        The name of the model group.

        Returns:
        The name of the model group.
      • withModelPackageGroupName

        public DescribeModelPackageGroupResult withModelPackageGroupName(String modelPackageGroupName)

        The name of the model group.

        Parameters:
        modelPackageGroupName - The name of the model group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModelPackageGroupArn

        public void setModelPackageGroupArn(String modelPackageGroupArn)

        The Amazon Resource Name (ARN) of the model group.

        Parameters:
        modelPackageGroupArn - The Amazon Resource Name (ARN) of the model group.
      • getModelPackageGroupArn

        public String getModelPackageGroupArn()

        The Amazon Resource Name (ARN) of the model group.

        Returns:
        The Amazon Resource Name (ARN) of the model group.
      • withModelPackageGroupArn

        public DescribeModelPackageGroupResult withModelPackageGroupArn(String modelPackageGroupArn)

        The Amazon Resource Name (ARN) of the model group.

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

        public void setModelPackageGroupDescription(String modelPackageGroupDescription)

        A description of the model group.

        Parameters:
        modelPackageGroupDescription - A description of the model group.
      • getModelPackageGroupDescription

        public String getModelPackageGroupDescription()

        A description of the model group.

        Returns:
        A description of the model group.
      • withModelPackageGroupDescription

        public DescribeModelPackageGroupResult withModelPackageGroupDescription(String modelPackageGroupDescription)

        A description of the model group.

        Parameters:
        modelPackageGroupDescription - A description of the model group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        The time that the model group was created.

        Parameters:
        creationTime - The time that the model group was created.
      • getCreationTime

        public Date getCreationTime()

        The time that the model group was created.

        Returns:
        The time that the model group was created.
      • withCreationTime

        public DescribeModelPackageGroupResult withCreationTime(Date creationTime)

        The time that the model group was created.

        Parameters:
        creationTime - The time that the model group was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedBy

        public void setCreatedBy(UserContext createdBy)
        Parameters:
        createdBy -
      • getCreatedBy

        public UserContext getCreatedBy()
        Returns:
      • setModelPackageGroupStatus

        public void setModelPackageGroupStatus(String modelPackageGroupStatus)

        The status of the model group.

        Parameters:
        modelPackageGroupStatus - The status of the model group.
        See Also:
        ModelPackageGroupStatus
      • getModelPackageGroupStatus

        public String getModelPackageGroupStatus()

        The status of the model group.

        Returns:
        The status of the model group.
        See Also:
        ModelPackageGroupStatus
      • withModelPackageGroupStatus

        public DescribeModelPackageGroupResult withModelPackageGroupStatus(String modelPackageGroupStatus)

        The status of the model group.

        Parameters:
        modelPackageGroupStatus - The status of the model group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ModelPackageGroupStatus
      • 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 によって変換されたページ (->オリジナル) /