AlgorithmTrainingSpecificationTrainingChannel class
Constructors
-
AlgorithmTrainingSpecificationTrainingChannel({Input<
String?> ? description, Input<bool?> ? isRequired, required Input<String> name, Input<List< ? supportedCompressionTypes, required Input<String> ?>List< supportedContentTypes, required Input<String> >List< supportedInputModes})String> > -
Creates a new AlgorithmTrainingSpecificationTrainingChannel.
descriptionDescription of the channel.isRequiredWhether the channel is required.nameChannel name.supportedCompressionTypesSupported compression types. Allowed values are:NoneandGzip.supportedContentTypesSupported input content types.supportedInputModesSupported 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:
NoneandGzip.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