Algorithm constructor

Algorithm({
  1. String? algorithmArn,
  2. AlgorithmImage? algorithmImage,
  3. DateTime? creationDateTime,
  4. DefaultHyperParameterRanges? defaultHyperParameterRanges,
  5. Map<String, String>? defaultHyperParameters,
  6. Map<String, String>? defaultResourceConfig,
  7. DateTime? lastUpdatedDateTime,
  8. String? name,
  9. String? roleArn,
  10. String? trainingInputMode,
})

Implementation

Algorithm({
  this.algorithmArn,
  this.algorithmImage,
  this.creationDateTime,
  this.defaultHyperParameterRanges,
  this.defaultHyperParameters,
  this.defaultResourceConfig,
  this.lastUpdatedDateTime,
  this.name,
  this.roleArn,
  this.trainingInputMode,
});