AlgorithmValidationSpecificationValidationProfilesTrainingJobDefinitionInputDataConfig class
Constructors
-
AlgorithmValidationSpecificationValidationProfilesTrainingJobDefinitionInputDataConfig({required Input<
String> channelName, Input<String?> ? compressionType, Input<String?> ? contentType, required Input<AlgorithmValidationSpecificationValidationProfilesTrainingJobDefinitionInputDataConfigDataSource> dataSource, Input<String?> ? inputMode, Input<String?> ? recordWrapperType, Input<AlgorithmValidationSpecificationValidationProfilesTrainingJobDefinitionInputDataConfigShuffleConfig?> ? shuffleConfig}) -
Creates a new AlgorithmValidationSpecificationValidationProfilesTrainingJobDefinitionInputDataConfig.
channelNameName of the channel.compressionTypeCompression type of the input data. Allowed values are:NoneandGzip.contentTypeMIME type of the input data.dataSourceSource of the input data. See Data Source.inputModeTraining input mode for the channel. Allowed values are:Pipe,File, andFastFile.recordWrapperTypeRecord wrapper type. Allowed values are:NoneandRecordIO.shuffleConfigShuffle configuration for the channel. See Shuffle Config.const -
AlgorithmValidationSpecificationValidationProfilesTrainingJobDefinitionInputDataConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
channelName
→ Input<
String> -
Name of the channel.
final
-
compressionType
→ Input<
String?> ? -
Compression type of the input data. Allowed values are:
NoneandGzip.final -
contentType
→ Input<
String?> ? -
MIME type of the input data.
final
-
dataSource
→ Input<
AlgorithmValidationSpecificationValidationProfilesTrainingJobDefinitionInputDataConfigDataSource> -
Source of the input data. See Data Source.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inputMode
→ Input<
String?> ? -
Training input mode for the channel. Allowed values are:
Pipe,File, andFastFile.final -
recordWrapperType
→ Input<
String?> ? -
Record wrapper type. Allowed values are:
NoneandRecordIO.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
shuffleConfig
→ Input<
AlgorithmValidationSpecificationValidationProfilesTrainingJobDefinitionInputDataConfigShuffleConfig?> ? -
Shuffle configuration for the channel. See Shuffle Config.
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