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 DescribeImageVersionResult

    • Constructor Detail

      • DescribeImageVersionResult

        public DescribeImageVersionResult()
    • Method Detail

      • setBaseImage

        public void setBaseImage(String baseImage)

        The registry path of the container image on which this image version is based.

        Parameters:
        baseImage - The registry path of the container image on which this image version is based.
      • getBaseImage

        public String getBaseImage()

        The registry path of the container image on which this image version is based.

        Returns:
        The registry path of the container image on which this image version is based.
      • withBaseImage

        public DescribeImageVersionResult withBaseImage(String baseImage)

        The registry path of the container image on which this image version is based.

        Parameters:
        baseImage - The registry path of the container image on which this image version is based.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setContainerImage

        public void setContainerImage(String containerImage)

        The registry path of the container image that contains this image version.

        Parameters:
        containerImage - The registry path of the container image that contains this image version.
      • getContainerImage

        public String getContainerImage()

        The registry path of the container image that contains this image version.

        Returns:
        The registry path of the container image that contains this image version.
      • withContainerImage

        public DescribeImageVersionResult withContainerImage(String containerImage)

        The registry path of the container image that contains this image version.

        Parameters:
        containerImage - The registry path of the container image that contains this image version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        When the version was created.

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

        public Date getCreationTime()

        When the version was created.

        Returns:
        When the version was created.
      • withCreationTime

        public DescribeImageVersionResult withCreationTime(Date creationTime)

        When the version was created.

        Parameters:
        creationTime - When the version was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFailureReason

        public void setFailureReason(String failureReason)

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

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

        public String getFailureReason()

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

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

        public DescribeImageVersionResult withFailureReason(String failureReason)

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

        Parameters:
        failureReason - When a create 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 the version is based on.

        Parameters:
        imageArn - The ARN of the image the version is based on.
      • getImageArn

        public String getImageArn()

        The ARN of the image the version is based on.

        Returns:
        The ARN of the image the version is based on.
      • withImageArn

        public DescribeImageVersionResult withImageArn(String imageArn)

        The ARN of the image the version is based on.

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

        public void setImageVersionArn(String imageVersionArn)

        The ARN of the version.

        Parameters:
        imageVersionArn - The ARN of the version.
      • getImageVersionArn

        public String getImageVersionArn()

        The ARN of the version.

        Returns:
        The ARN of the version.
      • withImageVersionArn

        public DescribeImageVersionResult withImageVersionArn(String imageVersionArn)

        The ARN of the version.

        Parameters:
        imageVersionArn - The ARN of the version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setImageVersionStatus

        public void setImageVersionStatus(String imageVersionStatus)

        The status of the version.

        Parameters:
        imageVersionStatus - The status of the version.
        See Also:
        ImageVersionStatus
      • getImageVersionStatus

        public String getImageVersionStatus()

        The status of the version.

        Returns:
        The status of the version.
        See Also:
        ImageVersionStatus
      • withImageVersionStatus

        public DescribeImageVersionResult withImageVersionStatus(String imageVersionStatus)

        The status of the version.

        Parameters:
        imageVersionStatus - The status of the version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ImageVersionStatus
      • withImageVersionStatus

        public DescribeImageVersionResult withImageVersionStatus(ImageVersionStatus imageVersionStatus)

        The status of the version.

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

        public void setLastModifiedTime(Date lastModifiedTime)

        When the version was last modified.

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

        public Date getLastModifiedTime()

        When the version was last modified.

        Returns:
        When the version was last modified.
      • withLastModifiedTime

        public DescribeImageVersionResult withLastModifiedTime(Date lastModifiedTime)

        When the version was last modified.

        Parameters:
        lastModifiedTime - When the version was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVersion

        public void setVersion(Integer version)

        The version number.

        Parameters:
        version - The version number.
      • getVersion

        public Integer getVersion()

        The version number.

        Returns:
        The version number.
      • withVersion

        public DescribeImageVersionResult withVersion(Integer version)

        The version number.

        Parameters:
        version - The version number.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVendorGuidance

        public void setVendorGuidance(String vendorGuidance)

        The stability of the image version specified by the maintainer.

        • NOT_PROVIDED: The maintainers did not provide a status for image version stability.

        • STABLE: The image version is stable.

        • TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.

        • ARCHIVED: The image version is archived. Archived image versions are not searchable and are no longer actively supported.

        Parameters:
        vendorGuidance - The stability of the image version specified by the maintainer.

        • NOT_PROVIDED: The maintainers did not provide a status for image version stability.

        • STABLE: The image version is stable.

        • TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.

        • ARCHIVED: The image version is archived. Archived image versions are not searchable and are no longer actively supported.

        See Also:
        VendorGuidance
      • getVendorGuidance

        public String getVendorGuidance()

        The stability of the image version specified by the maintainer.

        • NOT_PROVIDED: The maintainers did not provide a status for image version stability.

        • STABLE: The image version is stable.

        • TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.

        • ARCHIVED: The image version is archived. Archived image versions are not searchable and are no longer actively supported.

        Returns:
        The stability of the image version specified by the maintainer.

        • NOT_PROVIDED: The maintainers did not provide a status for image version stability.

        • STABLE: The image version is stable.

        • TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.

        • ARCHIVED: The image version is archived. Archived image versions are not searchable and are no longer actively supported.

        See Also:
        VendorGuidance
      • withVendorGuidance

        public DescribeImageVersionResult withVendorGuidance(String vendorGuidance)

        The stability of the image version specified by the maintainer.

        • NOT_PROVIDED: The maintainers did not provide a status for image version stability.

        • STABLE: The image version is stable.

        • TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.

        • ARCHIVED: The image version is archived. Archived image versions are not searchable and are no longer actively supported.

        Parameters:
        vendorGuidance - The stability of the image version specified by the maintainer.

        • NOT_PROVIDED: The maintainers did not provide a status for image version stability.

        • STABLE: The image version is stable.

        • TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.

        • ARCHIVED: The image version is archived. Archived image versions are not searchable and are no longer actively supported.

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

        public DescribeImageVersionResult withVendorGuidance(VendorGuidance vendorGuidance)

        The stability of the image version specified by the maintainer.

        • NOT_PROVIDED: The maintainers did not provide a status for image version stability.

        • STABLE: The image version is stable.

        • TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.

        • ARCHIVED: The image version is archived. Archived image versions are not searchable and are no longer actively supported.

        Parameters:
        vendorGuidance - The stability of the image version specified by the maintainer.

        • NOT_PROVIDED: The maintainers did not provide a status for image version stability.

        • STABLE: The image version is stable.

        • TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.

        • ARCHIVED: The image version is archived. Archived image versions are not searchable and are no longer actively supported.

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

        public void setJobType(String jobType)

        Indicates SageMaker job type compatibility.

        • TRAINING: The image version is compatible with SageMaker training jobs.

        • INFERENCE: The image version is compatible with SageMaker inference jobs.

        • NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.

        Parameters:
        jobType - Indicates SageMaker job type compatibility.

        • TRAINING: The image version is compatible with SageMaker training jobs.

        • INFERENCE: The image version is compatible with SageMaker inference jobs.

        • NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.

        See Also:
        JobType
      • getJobType

        public String getJobType()

        Indicates SageMaker job type compatibility.

        • TRAINING: The image version is compatible with SageMaker training jobs.

        • INFERENCE: The image version is compatible with SageMaker inference jobs.

        • NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.

        Returns:
        Indicates SageMaker job type compatibility.

        • TRAINING: The image version is compatible with SageMaker training jobs.

        • INFERENCE: The image version is compatible with SageMaker inference jobs.

        • NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.

        See Also:
        JobType
      • withJobType

        public DescribeImageVersionResult withJobType(String jobType)

        Indicates SageMaker job type compatibility.

        • TRAINING: The image version is compatible with SageMaker training jobs.

        • INFERENCE: The image version is compatible with SageMaker inference jobs.

        • NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.

        Parameters:
        jobType - Indicates SageMaker job type compatibility.

        • TRAINING: The image version is compatible with SageMaker training jobs.

        • INFERENCE: The image version is compatible with SageMaker inference jobs.

        • NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.

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

        public DescribeImageVersionResult withJobType(JobType jobType)

        Indicates SageMaker job type compatibility.

        • TRAINING: The image version is compatible with SageMaker training jobs.

        • INFERENCE: The image version is compatible with SageMaker inference jobs.

        • NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.

        Parameters:
        jobType - Indicates SageMaker job type compatibility.

        • TRAINING: The image version is compatible with SageMaker training jobs.

        • INFERENCE: The image version is compatible with SageMaker inference jobs.

        • NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.

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

        public void setMLFramework(String mLFramework)

        The machine learning framework vended in the image version.

        Parameters:
        mLFramework - The machine learning framework vended in the image version.
      • getMLFramework

        public String getMLFramework()

        The machine learning framework vended in the image version.

        Returns:
        The machine learning framework vended in the image version.
      • withMLFramework

        public DescribeImageVersionResult withMLFramework(String mLFramework)

        The machine learning framework vended in the image version.

        Parameters:
        mLFramework - The machine learning framework vended in the image version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProgrammingLang

        public void setProgrammingLang(String programmingLang)

        The supported programming language and its version.

        Parameters:
        programmingLang - The supported programming language and its version.
      • getProgrammingLang

        public String getProgrammingLang()

        The supported programming language and its version.

        Returns:
        The supported programming language and its version.
      • withProgrammingLang

        public DescribeImageVersionResult withProgrammingLang(String programmingLang)

        The supported programming language and its version.

        Parameters:
        programmingLang - The supported programming language and its version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProcessor

        public void setProcessor(String processor)

        Indicates CPU or GPU compatibility.

        • CPU: The image version is compatible with CPU.

        • GPU: The image version is compatible with GPU.

        Parameters:
        processor - Indicates CPU or GPU compatibility.

        • CPU: The image version is compatible with CPU.

        • GPU: The image version is compatible with GPU.

        See Also:
        Processor
      • getProcessor

        public String getProcessor()

        Indicates CPU or GPU compatibility.

        • CPU: The image version is compatible with CPU.

        • GPU: The image version is compatible with GPU.

        Returns:
        Indicates CPU or GPU compatibility.

        • CPU: The image version is compatible with CPU.

        • GPU: The image version is compatible with GPU.

        See Also:
        Processor
      • withProcessor

        public DescribeImageVersionResult withProcessor(String processor)

        Indicates CPU or GPU compatibility.

        • CPU: The image version is compatible with CPU.

        • GPU: The image version is compatible with GPU.

        Parameters:
        processor - Indicates CPU or GPU compatibility.

        • CPU: The image version is compatible with CPU.

        • GPU: The image version is compatible with GPU.

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

        public DescribeImageVersionResult withProcessor(Processor processor)

        Indicates CPU or GPU compatibility.

        • CPU: The image version is compatible with CPU.

        • GPU: The image version is compatible with GPU.

        Parameters:
        processor - Indicates CPU or GPU compatibility.

        • CPU: The image version is compatible with CPU.

        • GPU: The image version is compatible with GPU.

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

        public void setHorovod(Boolean horovod)

        Indicates Horovod compatibility.

        Parameters:
        horovod - Indicates Horovod compatibility.
      • getHorovod

        public Boolean getHorovod()

        Indicates Horovod compatibility.

        Returns:
        Indicates Horovod compatibility.
      • withHorovod

        public DescribeImageVersionResult withHorovod(Boolean horovod)

        Indicates Horovod compatibility.

        Parameters:
        horovod - Indicates Horovod compatibility.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isHorovod

        public Boolean isHorovod()

        Indicates Horovod compatibility.

        Returns:
        Indicates Horovod compatibility.
      • setReleaseNotes

        public void setReleaseNotes(String releaseNotes)

        The maintainer description of the image version.

        Parameters:
        releaseNotes - The maintainer description of the image version.
      • getReleaseNotes

        public String getReleaseNotes()

        The maintainer description of the image version.

        Returns:
        The maintainer description of the image version.
      • withReleaseNotes

        public DescribeImageVersionResult withReleaseNotes(String releaseNotes)

        The maintainer description of the image version.

        Parameters:
        releaseNotes - The maintainer description of the image version.
        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 によって変換されたページ (->オリジナル) /