Values_0.AutoMLCandidateSourceInformation about a candidate produced by an AutoML training job, including its status, steps, and other properties.
type nonrec t = {candidateName : CandidateName.t option;The name of the candidate.
*)finalAutoMLJobObjectiveMetric : FinalAutoMLJobObjectiveMetric.t option;objectiveStatus : ObjectiveStatus.t option;The objective's status.
*)candidateSteps : CandidateSteps.t option;Information about the candidate's steps.
*)candidateStatus : CandidateStatus.t option;The candidate's status.
*)inferenceContainers : AutoMLContainerDefinitions.t option;Information about the recommended inference container definitions.
*)creationTime : Timestamp.t option;The creation time.
*)endTime : Timestamp.t option;The end time.
*)lastModifiedTime : Timestamp.t option;The last modified time.
*)failureReason : AutoMLFailureReason.t option;The failure reason.
*)candidateProperties : CandidateProperties.t option;The properties of an AutoML candidate job.
*)inferenceContainerDefinitions : AutoMLInferenceContainerDefinitions.t option;The mapping of all supported processing unit (CPU, GPU, etc...) to inference container definitions for the candidate. This field is populated for the AutoML jobs V2 (for example, for jobs created by calling CreateAutoMLJobV2) related to image or text classification problem types only.
*)}val make :
?candidateName:??? ->
?finalAutoMLJobObjectiveMetric:??? ->
?objectiveStatus:??? ->
?candidateSteps:??? ->
?candidateStatus:??? ->
?inferenceContainers:??? ->
?creationTime:??? ->
?endTime:??? ->
?lastModifiedTime:??? ->
?failureReason:??? ->
?candidateProperties:??? ->
?inferenceContainerDefinitions:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of EnvironmentKey.t ]
* [> `String of EnvironmentValue.t ])
list
| `String of CandidateStepArn.t ])
list ]
list
| `Map of
([> `Enum of string ]
* [> `List of
[> `Structure of
(string
* [> `Map of
([> `String of EnvironmentKey.t ]
* [> `String of EnvironmentValue.t ])
list
| `String of ContainerImage.t ])
list ]
list ])
list
| `String of CandidateName.t
| `Structure of
(string
* [> `Enum of string
| `Float of MetricValue.t
| `List of
[> `Structure of
(string * [> `Enum of string | `Float of Float_.t ]) list ]
list
| `Structure of
(string * [> `String of ExplainabilityLocation.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ]