TrainingJobInputDataConfigDataSourceS3DataSource class

Constructors

TrainingJobInputDataConfigDataSourceS3DataSource({Input<List<String>?>? attributeNames, Input<TrainingJobInputDataConfigDataSourceS3DataSourceHubAccessConfig?>? hubAccessConfig, Input<List<String>?>? instanceGroupNames, Input<TrainingJobInputDataConfigDataSourceS3DataSourceModelAccessConfig?>? modelAccessConfig, Input<String?>? s3DataDistributionType, required Input<String> s3DataType, required Input<String> s3Uri})
Creates a new TrainingJobInputDataConfigDataSourceS3DataSource. attributeNames List of attribute names to include in the training dataset. Maximum of 16. hubAccessConfig SageMaker AI Hub access configuration. See hubAccessConfig below. instanceGroupNames List of instance group names for the training data distribution. Maximum of 5. modelAccessConfig Model access configuration. See modelAccessConfig below. s3DataDistributionType Distribution type for S3 data. Valid values: FullyReplicated, ShardedByS3Key. s3DataType S3 data type. Valid values: ManifestFile, S3Prefix, AugmentedManifestFile. s3Uri S3 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 hubAccessConfig below.
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 modelAccessConfig below.
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