Module Values_2.InferenceRecommendationsJobStepSource

A returned array object for the Steps response field in the ListInferenceRecommendationsJobSteps API command.

Sourcetype nonrec t = {
  1. stepType : RecommendationStepType.t option;
    (*

    The type of the subtask. BENCHMARK: Evaluate the performance of your model on different instance types.

    *)
  2. jobName : Values_1.RecommendationJobName.t option;
    (*

    The name of the Inference Recommender job.

    *)
  3. status : Values_1.RecommendationJobStatus.t option;
    (*

    The current status of the benchmark.

    *)
  4. inferenceBenchmark : RecommendationJobInferenceBenchmark.t option;
    (*

    The details for a specific benchmark.

    *)
}
Sourceval make : ?stepType:??? -> ?jobName:??? -> ?status:??? -> ?inferenceBenchmark:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_1.RecommendationJobName.t | `Structure of (string * [> `String of RecommendationFailureReason.t | `Structure of (string * [> `Enum of string | `Float of Values_0.Float_.t | `Integer of Values_0.Integer.t | `List of [> `Structure of (string * [> `String of Values_0.String_.t ]) list ] list | `String of Values_0.String_.t | `Structure of (string * [> `Integer of int ]) list ]) list | `Timestamp of Values_1.InvocationEndTime.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t