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 ModelPackageGroup

    • Constructor Detail

      • ModelPackageGroup

        public ModelPackageGroup()
    • 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 ModelPackageGroup 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 ModelPackageGroup 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)

        The description for the model group.

        Parameters:
        modelPackageGroupDescription - The description for the model group.
      • getModelPackageGroupDescription

        public String getModelPackageGroupDescription()

        The description for the model group.

        Returns:
        The description for the model group.
      • withModelPackageGroupDescription

        public ModelPackageGroup withModelPackageGroupDescription(String modelPackageGroupDescription)

        The description for the model group.

        Parameters:
        modelPackageGroupDescription - The description for 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 ModelPackageGroup 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:
      • withCreatedBy

        public ModelPackageGroup withCreatedBy(UserContext createdBy)
        Parameters:
        createdBy -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModelPackageGroupStatus

        public void setModelPackageGroupStatus(String modelPackageGroupStatus)

        The status of the model group. This can be one of the following values.

        • PENDING - The model group is pending being created.

        • IN_PROGRESS - The model group is in the process of being created.

        • COMPLETED - The model group was successfully created.

        • FAILED - The model group failed.

        • DELETING - The model group is in the process of being deleted.

        • DELETE_FAILED - SageMaker failed to delete the model group.

        Parameters:
        modelPackageGroupStatus - The status of the model group. This can be one of the following values.

        • PENDING - The model group is pending being created.

        • IN_PROGRESS - The model group is in the process of being created.

        • COMPLETED - The model group was successfully created.

        • FAILED - The model group failed.

        • DELETING - The model group is in the process of being deleted.

        • DELETE_FAILED - SageMaker failed to delete the model group.

        See Also:
        ModelPackageGroupStatus
      • getModelPackageGroupStatus

        public String getModelPackageGroupStatus()

        The status of the model group. This can be one of the following values.

        • PENDING - The model group is pending being created.

        • IN_PROGRESS - The model group is in the process of being created.

        • COMPLETED - The model group was successfully created.

        • FAILED - The model group failed.

        • DELETING - The model group is in the process of being deleted.

        • DELETE_FAILED - SageMaker failed to delete the model group.

        Returns:
        The status of the model group. This can be one of the following values.

        • PENDING - The model group is pending being created.

        • IN_PROGRESS - The model group is in the process of being created.

        • COMPLETED - The model group was successfully created.

        • FAILED - The model group failed.

        • DELETING - The model group is in the process of being deleted.

        • DELETE_FAILED - SageMaker failed to delete the model group.

        See Also:
        ModelPackageGroupStatus
      • withModelPackageGroupStatus

        public ModelPackageGroup withModelPackageGroupStatus(String modelPackageGroupStatus)

        The status of the model group. This can be one of the following values.

        • PENDING - The model group is pending being created.

        • IN_PROGRESS - The model group is in the process of being created.

        • COMPLETED - The model group was successfully created.

        • FAILED - The model group failed.

        • DELETING - The model group is in the process of being deleted.

        • DELETE_FAILED - SageMaker failed to delete the model group.

        Parameters:
        modelPackageGroupStatus - The status of the model group. This can be one of the following values.

        • PENDING - The model group is pending being created.

        • IN_PROGRESS - The model group is in the process of being created.

        • COMPLETED - The model group was successfully created.

        • FAILED - The model group failed.

        • DELETING - The model group is in the process of being deleted.

        • DELETE_FAILED - SageMaker failed to delete the model group.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ModelPackageGroupStatus
      • withModelPackageGroupStatus

        public ModelPackageGroup withModelPackageGroupStatus(ModelPackageGroupStatus modelPackageGroupStatus)

        The status of the model group. This can be one of the following values.

        • PENDING - The model group is pending being created.

        • IN_PROGRESS - The model group is in the process of being created.

        • COMPLETED - The model group was successfully created.

        • FAILED - The model group failed.

        • DELETING - The model group is in the process of being deleted.

        • DELETE_FAILED - SageMaker failed to delete the model group.

        Parameters:
        modelPackageGroupStatus - The status of the model group. This can be one of the following values.

        • PENDING - The model group is pending being created.

        • IN_PROGRESS - The model group is in the process of being created.

        • COMPLETED - The model group was successfully created.

        • FAILED - The model group failed.

        • DELETING - The model group is in the process of being deleted.

        • DELETE_FAILED - SageMaker failed to delete 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 によって変換されたページ (->オリジナル) /