Algorithm class

Describes a custom algorithm.

Constructors

Algorithm({String? algorithmArn, AlgorithmImage? algorithmImage, DateTime? creationDateTime, DefaultHyperParameterRanges? defaultHyperParameterRanges, Map<String, String>? defaultHyperParameters, Map<String, String>? defaultResourceConfig, DateTime? lastUpdatedDateTime, String? name, String? roleArn, String? trainingInputMode})
Algorithm.fromJson(Map<String, dynamic> json)
factory

Properties

algorithmArn String?
The Amazon Resource Name (ARN) of the algorithm.
final
algorithmImage AlgorithmImage?
The URI of the Docker container for the algorithm image.
final
creationDateTime DateTime?
The date and time (in Unix time) that the algorithm was created.
final
defaultHyperParameterRanges DefaultHyperParameterRanges?
Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
final
defaultHyperParameters Map<String, String>?
Specifies the default hyperparameters.
final
defaultResourceConfig Map<String, String>?
Specifies the default maximum number of training jobs and parallel training jobs.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedDateTime DateTime?
The date and time (in Unix time) that the algorithm was last updated.
final
name String?
The name of the algorithm.
final
roleArn String?
The Amazon Resource Name (ARN) of the role.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trainingInputMode String?
The training input mode.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited