HyperParameterTuningJobTrainingJobDefinitionInputDataConfig class
Constructors
-
HyperParameterTuningJobTrainingJobDefinitionInputDataConfig({required Input<
String> channelName, Input<String?> ? compressionType, Input<String?> ? contentType, required Input<HyperParameterTuningJobTrainingJobDefinitionInputDataConfigDataSource> dataSource, Input<String?> ? inputMode, Input<String?> ? recordWrapperType, Input<HyperParameterTuningJobTrainingJobDefinitionInputDataConfigShuffleConfig?> ? shuffleConfig}) -
Creates a new HyperParameterTuningJobTrainingJobDefinitionInputDataConfig.
channelNameInput channel name.compressionTypeCompression type.contentTypeContent type string.dataSourceData source settings. SeedataSource.inputModeInput mode.recordWrapperTypeRecord wrapper format.shuffleConfigShuffling settings. SeeshuffleConfig.const -
HyperParameterTuningJobTrainingJobDefinitionInputDataConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
channelName
→ Input<
String> -
Input channel name.
final
-
compressionType
→ Input<
String?> ? -
Compression type.
final
-
contentType
→ Input<
String?> ? -
Content type string.
final
-
dataSource
→ Input<
HyperParameterTuningJobTrainingJobDefinitionInputDataConfigDataSource> -
Data source settings. See
dataSource.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
inputMode
→ Input<
String?> ? -
Input mode.
final
-
recordWrapperType
→ Input<
String?> ? -
Record wrapper format.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
shuffleConfig
→ Input<
HyperParameterTuningJobTrainingJobDefinitionInputDataConfigShuffleConfig?> ? -
Shuffling settings. See
shuffleConfig.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