Algorithm constructor
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,
Implementation
Algorithm({
this.algorithmArn,
this.algorithmImage,
this.creationDateTime,
this.defaultHyperParameterRanges,
this.defaultHyperParameters,
this.defaultResourceConfig,
this.lastUpdatedDateTime,
this.name,
this.roleArn,
this.trainingInputMode,
});