AlgorithmInferenceSpecificationContainerAdditionalS3DataSource class
Constructors
-
AlgorithmInferenceSpecificationContainerAdditionalS3DataSource({Input<
String?> ? compressionType, Input<String?> ? etag, required Input<String> s3DataType, required Input<String> s3Uri}) -
Creates a new AlgorithmInferenceSpecificationContainerAdditionalS3DataSource.
compressionTypeCompression type for the data. Allowed values are:NoneandGzip.etagETag of the S3 object.s3DataTypeType of additional S3 data.s3UriS3 or HTTPS URI for the additional data.const -
AlgorithmInferenceSpecificationContainerAdditionalS3DataSource.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
compressionType
→ Input<
String?> ? -
Compression type for the data. Allowed values are:
NoneandGzip.final -
etag
→ Input<
String?> ? -
ETag of the S3 object.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
s3DataType
→ Input<
String> -
Type of additional S3 data.
final
-
s3Uri
→ Input<
String> -
S3 or HTTPS URI for the additional data.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited