Interface AdditionalS3DataSource.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AdditionalS3DataSource.Builder,AdditionalS3DataSource>, SdkBuilder<AdditionalS3DataSource.Builder,AdditionalS3DataSource>, SdkPojo
Enclosing class:
AdditionalS3DataSource

public static interface AdditionalS3DataSource.Builder extends SdkPojo, CopyableBuilder<AdditionalS3DataSource.Builder,AdditionalS3DataSource>
  • 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: