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 Image

    • Constructor Detail

      • Image

        public Image()
    • Method Detail

      • setCreationTime

        public void setCreationTime(Date creationTime)

        When the image was created.

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

        public Date getCreationTime()

        When the image was created.

        Returns:
        When the image was created.
      • withCreationTime

        public Image withCreationTime(Date creationTime)

        When the image was created.

        Parameters:
        creationTime - When the image was created.
        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 image.

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

        public String getDescription()

        The description of the image.

        Returns:
        The description of the image.
      • withDescription

        public Image withDescription(String description)

        The description of the image.

        Parameters:
        description - The description of the image.
        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 image as displayed.

        Parameters:
        displayName - The name of the image as displayed.
      • getDisplayName

        public String getDisplayName()

        The name of the image as displayed.

        Returns:
        The name of the image as displayed.
      • withDisplayName

        public Image withDisplayName(String displayName)

        The name of the image as displayed.

        Parameters:
        displayName - The name of the image as displayed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFailureReason

        public void setFailureReason(String failureReason)

        When a create, update, or delete operation fails, the reason for the failure.

        Parameters:
        failureReason - When a create, update, or delete operation fails, the reason for the failure.
      • getFailureReason

        public String getFailureReason()

        When a create, update, or delete operation fails, the reason for the failure.

        Returns:
        When a create, update, or delete operation fails, the reason for the failure.
      • withFailureReason

        public Image withFailureReason(String failureReason)

        When a create, update, or delete operation fails, the reason for the failure.

        Parameters:
        failureReason - When a create, update, or delete operation fails, the reason for the failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setImageArn

        public void setImageArn(String imageArn)

        The ARN of the image.

        Parameters:
        imageArn - The ARN of the image.
      • getImageArn

        public String getImageArn()

        The ARN of the image.

        Returns:
        The ARN of the image.
      • withImageArn

        public Image withImageArn(String imageArn)

        The ARN of the image.

        Parameters:
        imageArn - The ARN of the image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setImageName

        public void setImageName(String imageName)

        The name of the image.

        Parameters:
        imageName - The name of the image.
      • getImageName

        public String getImageName()

        The name of the image.

        Returns:
        The name of the image.
      • withImageName

        public Image withImageName(String imageName)

        The name of the image.

        Parameters:
        imageName - The name of the image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setImageStatus

        public void setImageStatus(String imageStatus)

        The status of the image.

        Parameters:
        imageStatus - The status of the image.
        See Also:
        ImageStatus
      • getImageStatus

        public String getImageStatus()

        The status of the image.

        Returns:
        The status of the image.
        See Also:
        ImageStatus
      • withImageStatus

        public Image withImageStatus(String imageStatus)

        The status of the image.

        Parameters:
        imageStatus - The status of the image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ImageStatus
      • withImageStatus

        public Image withImageStatus(ImageStatus imageStatus)

        The status of the image.

        Parameters:
        imageStatus - The status of the image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ImageStatus
      • setLastModifiedTime

        public void setLastModifiedTime(Date lastModifiedTime)

        When the image was last modified.

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

        public Date getLastModifiedTime()

        When the image was last modified.

        Returns:
        When the image was last modified.
      • withLastModifiedTime

        public Image withLastModifiedTime(Date lastModifiedTime)

        When the image was last modified.

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