Interface AdditionalS3DataSource.Builder

  • Method Details

    • s3DataType

      AdditionalS3DataSource.Builder s3DataType(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:
    • 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:
    • 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.
    • compressionType

      AdditionalS3DataSource.Builder compressionType(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

      AdditionalS3DataSource.Builder compressionType(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:
    • eTag

      The ETag associated with S3 URI.

      Parameters:
      eTag - The ETag associated with S3 URI.
      Returns:
      Returns a reference to this object so that method calls can be chained together.