Module Values_0.AutoMLJobSecondaryStatusSource

Sourcetype nonrec t =
  1. | Starting
  2. | MaxCandidatesReached
  3. | Failed
  4. | Stopped
  5. | MaxAutoMLJobRuntimeReached
  6. | Stopping
  7. | CandidateDefinitionsGenerated
  8. | Completed
  9. | ExplainabilityError
  10. | DeployingModel
  11. | ModelDeploymentError
  12. | GeneratingModelInsightsReport
  13. | ModelInsightsError
  14. | AnalyzingData
  15. | FeatureEngineering
  16. | ModelTuning
  17. | GeneratingExplainabilityReport
  18. | TrainingModels
  19. | PreTraining
  20. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t