ModelPrimaryContainerModelDataSourceS3DataSource class

Constructors

ModelPrimaryContainerModelDataSourceS3DataSource({required Input<String> compressionType, Input<ModelPrimaryContainerModelDataSourceS3DataSourceModelAccessConfig?>? modelAccessConfig, required Input<String> s3DataType, required Input<String> s3Uri})
Creates a new ModelPrimaryContainerModelDataSourceS3DataSource. compressionType How the model data is prepared. Allowed values are: None and Gzip. modelAccessConfig Specifies the access configuration file for the ML model. You can explicitly accept the model end-user license agreement (EULA) within the `modelAccessConfig` configuration block. See Model Access Config. s3DataType Type of model data to deploy. Allowed values are: S3Object and S3Prefix. s3Uri The S3 path of model data to deploy.
const
ModelPrimaryContainerModelDataSourceS3DataSource.fromMap(Map<String, dynamic> map)
factory

Properties

compressionType → Input<String>
How the model data is prepared. Allowed values are: None and Gzip.
final
hashCode int
The hash code for this object.
no setterinherited
modelAccessConfig → Input<ModelPrimaryContainerModelDataSourceS3DataSourceModelAccessConfig?>?
Specifies the access configuration file for the ML model. You can explicitly accept the model end-user license agreement (EULA) within the `modelAccessConfig` configuration block. See Model Access Config.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3DataType → Input<String>
Type of model data to deploy. Allowed values are: S3Object and S3Prefix.
final
s3Uri → Input<String>
The S3 path of model data to deploy.
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