Values.AlgorithmSourceDescribes a custom algorithm.
type nonrec t = {name : Name.t option;The name of the algorithm.
*)algorithmArn : Arn.t option;The Amazon Resource Name (ARN) of the algorithm.
*)algorithmImage : AlgorithmImage.t option;The URI of the Docker container for the algorithm image.
*)defaultHyperParameters : HyperParameters.t option;Specifies the default hyperparameters.
*)defaultHyperParameterRanges : DefaultHyperParameterRanges.t option;Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
*)defaultResourceConfig : ResourceConfig.t option;Specifies the default maximum number of training jobs and parallel training jobs.
*)trainingInputMode : TrainingInputMode.t option;The training input mode.
*)roleArn : Arn.t option;The Amazon Resource Name (ARN) of the role.
*)creationDateTime : Date.t option;The date and time (in Unix time) that the algorithm was created.
*)lastUpdatedDateTime : Date.t option;The date and time (in Unix time) that the algorithm was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of ParameterName.t ]
* [> `String of ParameterValue.t ])
list
| `String of Name.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Tunable.t
| `Double of ContinuousMinValue.t
| `Integer of IntegerMinValue.t
| `List of [> `String of CategoricalValue.t ] list
| `String of ParameterName.t ])
list ]
list
| `String of Name.t ])
list
| `Timestamp of Date.t ])
list ]