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 AdditionalS3DataSource

    • Constructor Detail

      • AdditionalS3DataSource

        public AdditionalS3DataSource()
    • Method Detail

      • setS3DataType

        public void setS3DataType(String s3DataType)

        The data type of the additional data source that you specify for use in inference or training.

        Parameters:
        s3DataType - The data type of the additional data source that you specify for use in inference or training.
        See Also:
        AdditionalS3DataSourceDataType
      • getS3DataType

        public String getS3DataType()

        The data type of the additional data source that you specify for use in inference or training.

        Returns:
        The data type of the additional data source that you specify for use in inference or training.
        See Also:
        AdditionalS3DataSourceDataType
      • withS3DataType

        public AdditionalS3DataSource withS3DataType(String s3DataType)

        The data type of the additional data source that you specify for use in inference or training.

        Parameters:
        s3DataType - The data type of the additional data source that you specify for use in inference or training.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AdditionalS3DataSourceDataType
      • withS3DataType

        public AdditionalS3DataSource withS3DataType(AdditionalS3DataSourceDataType s3DataType)

        The data type of the additional data source that you specify for use in inference or training.

        Parameters:
        s3DataType - The data type of the additional data source that you specify for use in inference or training.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AdditionalS3DataSourceDataType
      • setS3Uri

        public void setS3Uri(String s3Uri)

        The uniform resource identifier (URI) used to identify an additional data source used in inference or training.

        Parameters:
        s3Uri - The uniform resource identifier (URI) used to identify an additional data source used in inference or training.
      • getS3Uri

        public String getS3Uri()

        The uniform resource identifier (URI) used to identify an additional data source used in inference or training.

        Returns:
        The uniform resource identifier (URI) used to identify an additional data source used in inference or training.
      • withS3Uri

        public AdditionalS3DataSource withS3Uri(String s3Uri)

        The uniform resource identifier (URI) used to identify an additional data source used in inference or training.

        Parameters:
        s3Uri - The uniform resource identifier (URI) used to identify an additional data source used in inference or training.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCompressionType

        public void setCompressionType(String compressionType)

        The type of compression used for an additional data source used in inference or training. Specify None if your additional data source is not compressed.

        Parameters:
        compressionType - The type of compression used for an additional data source used in inference or training. Specify None if your additional data source is not compressed.
        See Also:
        CompressionType
      • getCompressionType

        public String getCompressionType()

        The type of compression used for an additional data source used in inference or training. Specify None if your additional data source is not compressed.

        Returns:
        The type of compression used for an additional data source used in inference or training. Specify None if your additional data source is not compressed.
        See Also:
        CompressionType
      • withCompressionType

        public AdditionalS3DataSource withCompressionType(String compressionType)

        The type of compression used for an additional data source used in inference or training. Specify None if your additional data source is not compressed.

        Parameters:
        compressionType - The type of compression used for an additional data source used in inference or training. Specify None if your additional data source is not compressed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CompressionType
      • withCompressionType

        public AdditionalS3DataSource withCompressionType(CompressionType compressionType)

        The type of compression used for an additional data source used in inference or training. Specify None if your additional data source is not compressed.

        Parameters:
        compressionType - The type of compression used for an additional data source used in inference or training. Specify None if your additional data source is not compressed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CompressionType
      • 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 によって変換されたページ (->オリジナル) /