Module Values_0.MlToolsSource

Sourcetype nonrec t =
  1. | DataWrangler
  2. | FeatureStore
  3. | EmrClusters
  4. | AutoMl
  5. | Experiments
  6. | Training
  7. | ModelEvaluation
  8. | Pipelines
  9. | Models
  10. | JumpStart
  11. | InferenceRecommender
  12. | Endpoints
  13. | Projects
  14. | InferenceOptimization
  15. | PerformanceEvaluation
  16. | LakeraGuard
  17. | Comet
  18. | DeepchecksLLMEvaluation
  19. | Fiddler
  20. | HyperPodClusters
  21. | RunningInstances
  22. | Datasets
  23. | Evaluators
  24. | 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