TrainingJobInputDataConfigDataSourceS3DataSource class
Constructors
-
TrainingJobInputDataConfigDataSourceS3DataSource({Input<
List< ? attributeNames, Input<String> ?>TrainingJobInputDataConfigDataSourceS3DataSourceHubAccessConfig?> ? hubAccessConfig, Input<List< ? instanceGroupNames, Input<String> ?>TrainingJobInputDataConfigDataSourceS3DataSourceModelAccessConfig?> ? modelAccessConfig, Input<String?> ? s3DataDistributionType, required Input<String> s3DataType, required Input<String> s3Uri}) -
Creates a new TrainingJobInputDataConfigDataSourceS3DataSource.
attributeNamesList of attribute names to include in the training dataset. Maximum of 16.hubAccessConfigSageMaker AI Hub access configuration. SeehubAccessConfigbelow.instanceGroupNamesList of instance group names for the training data distribution. Maximum of 5.modelAccessConfigModel access configuration. SeemodelAccessConfigbelow.s3DataDistributionTypeDistribution type for S3 data. Valid values:FullyReplicated,ShardedByS3Key.s3DataTypeS3 data type. Valid values:ManifestFile,S3Prefix,AugmentedManifestFile.s3UriS3 URI of the data.const -
TrainingJobInputDataConfigDataSourceS3DataSource.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
attributeNames
→ Input<
List< ?String> ?> -
List of attribute names to include in the training dataset. Maximum of 16.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
hubAccessConfig
→ Input<
TrainingJobInputDataConfigDataSourceS3DataSourceHubAccessConfig?> ? -
SageMaker AI Hub access configuration. See
hubAccessConfigbelow.final -
instanceGroupNames
→ Input<
List< ?String> ?> -
List of instance group names for the training data distribution. Maximum of 5.
final
-
modelAccessConfig
→ Input<
TrainingJobInputDataConfigDataSourceS3DataSourceModelAccessConfig?> ? -
Model access configuration. See
modelAccessConfigbelow.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
s3DataDistributionType
→ Input<
String?> ? -
Distribution type for S3 data. Valid values:
FullyReplicated,ShardedByS3Key.final -
s3DataType
→ Input<
String> -
S3 data type. Valid values:
ManifestFile,S3Prefix,AugmentedManifestFile.final -
s3Uri
→ Input<
String> -
S3 URI of the 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