ModelPrimaryContainerModelDataSourceS3DataSource class
Constructors
-
ModelPrimaryContainerModelDataSourceS3DataSource({required Input<
String> compressionType, Input<ModelPrimaryContainerModelDataSourceS3DataSourceModelAccessConfig?> ? modelAccessConfig, required Input<String> s3DataType, required Input<String> s3Uri}) -
Creates a new ModelPrimaryContainerModelDataSourceS3DataSource.
compressionTypeHow the model data is prepared. Allowed values are:NoneandGzip.modelAccessConfigSpecifies 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.s3DataTypeType of model data to deploy. Allowed values are:S3ObjectandS3Prefix.s3UriThe 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:
NoneandGzip.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:
S3ObjectandS3Prefix.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