TrainingJobInputDataConfig class
Constructors
-
TrainingJobInputDataConfig({required Input<
String> channelName, Input<String?> ? compressionType, Input<String?> ? contentType, Input<TrainingJobInputDataConfigDataSource?> ? dataSource, Input<String?> ? inputMode, Input<String?> ? recordWrapperType, Input<TrainingJobInputDataConfigShuffleConfig?> ? shuffleConfig}) -
Creates a new TrainingJobInputDataConfig.
channelNameName of the channel. Must be between 1 and 64 characters.compressionTypeCompression type for the input data. Valid values:None,Gzip.contentTypeMIME type of the input data.dataSourceLocation of the channel data. SeedataSourcebelow.inputModeInput mode for the channel data. Valid values:File,Pipe,FastFile.recordWrapperTypeRecord wrapper type. Valid values:None,RecordIO.shuffleConfigConfiguration for shuffling data in the channel. SeeshuffleConfigbelow.const -
TrainingJobInputDataConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
channelName
→ Input<
String> -
Name of the channel. Must be between 1 and 64 characters.
final
-
compressionType
→ Input<
String?> ? -
Compression type for the input data. Valid values:
None,Gzip.final -
contentType
→ Input<
String?> ? -
MIME type of the input data.
final
-
dataSource
→ Input<
TrainingJobInputDataConfigDataSource?> ? -
Location of the channel data. See
dataSourcebelow.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
inputMode
→ Input<
String?> ? -
Input mode for the channel data. Valid values:
File,Pipe,FastFile.final -
recordWrapperType
→ Input<
String?> ? -
Record wrapper type. Valid values:
None,RecordIO.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
shuffleConfig
→ Input<
TrainingJobInputDataConfigShuffleConfig?> ? -
Configuration for shuffling data in the channel. See
shuffleConfigbelow.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