AlgorithmInferenceSpecificationContainerAdditionalS3DataSource constructor
const
AlgorithmInferenceSpecificationContainerAdditionalS3DataSource({})
Creates a new AlgorithmInferenceSpecificationContainerAdditionalS3DataSource.
compressionType Compression type for the data. Allowed values are: None and Gzip.
etag ETag of the S3 object.
s3DataType Type of additional S3 data.
s3Uri S3 or HTTPS URI for the additional data.
Implementation
const AlgorithmInferenceSpecificationContainerAdditionalS3DataSource({
this.compressionType,
this.etag,
required this.s3DataType,
required this.s3Uri,
});