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. channelName Name of the channel. Must be between 1 and 64 characters. compressionType Compression type for the input data. Valid values: None, Gzip. contentType MIME type of the input data. dataSource Location of the channel data. See dataSource below. inputMode Input mode for the channel data. Valid values: File, Pipe, FastFile. recordWrapperType Record wrapper type. Valid values: None, RecordIO. shuffleConfig Configuration for shuffling data in the channel. See shuffleConfig below.
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 dataSource below.
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 shuffleConfig below.
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