Module Values.GetBatchPredictionInputSource

Returns a BatchPrediction that includes detailed metadata, status, and data file information for a Batch Prediction request.

Sourcetype nonrec t = {
  1. batchPredictionId : EntityId.t;
    (*

    An ID assigned to the BatchPrediction at creation.

    *)
}
Sourceval context_ : string
Sourceval make : batchPredictionId:EntityId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of EntityId.t ]) 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