AlgorithmTrainingSpecificationTrainingChannel class

Constructors

AlgorithmTrainingSpecificationTrainingChannel({Input<String?>? description, Input<bool?>? isRequired, required Input<String> name, Input<List<String>?>? supportedCompressionTypes, required Input<List<String>> supportedContentTypes, required Input<List<String>> supportedInputModes})
Creates a new AlgorithmTrainingSpecificationTrainingChannel. description Description of the channel. isRequired Whether the channel is required. name Channel name. supportedCompressionTypes Supported compression types. Allowed values are: None and Gzip. supportedContentTypes Supported input content types. supportedInputModes Supported training input modes.
const
AlgorithmTrainingSpecificationTrainingChannel.fromMap(Map<String, dynamic> map)
factory

Properties

description → Input<String?>?
Description of the channel.
final
hashCode int
The hash code for this object.
no setterinherited
isRequired → Input<bool?>?
Whether the channel is required.
final
name → Input<String>
Channel name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedCompressionTypes → Input<List<String>?>?
Supported compression types. Allowed values are: None and Gzip.
final
supportedContentTypes → Input<List<String>>
Supported input content types.
final
supportedInputModes → Input<List<String>>
Supported training input modes.
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