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 FileSource

    • Constructor Detail

      • FileSource

        public FileSource()
    • Method Detail

      • setContentType

        public void setContentType(String contentType)

        The type of content stored in the file source.

        Parameters:
        contentType - The type of content stored in the file source.
      • getContentType

        public String getContentType()

        The type of content stored in the file source.

        Returns:
        The type of content stored in the file source.
      • withContentType

        public FileSource withContentType(String contentType)

        The type of content stored in the file source.

        Parameters:
        contentType - The type of content stored in the file source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setContentDigest

        public void setContentDigest(String contentDigest)

        The digest of the file source.

        Parameters:
        contentDigest - The digest of the file source.
      • getContentDigest

        public String getContentDigest()

        The digest of the file source.

        Returns:
        The digest of the file source.
      • withContentDigest

        public FileSource withContentDigest(String contentDigest)

        The digest of the file source.

        Parameters:
        contentDigest - The digest of the file source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setS3Uri

        public void setS3Uri(String s3Uri)

        The Amazon S3 URI for the file source.

        Parameters:
        s3Uri - The Amazon S3 URI for the file source.
      • getS3Uri

        public String getS3Uri()

        The Amazon S3 URI for the file source.

        Returns:
        The Amazon S3 URI for the file source.
      • withS3Uri

        public FileSource withS3Uri(String s3Uri)

        The Amazon S3 URI for the file source.

        Parameters:
        s3Uri - The Amazon S3 URI for the file source.
        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 によって変換されたページ (->オリジナル) /