Module Values.CreateRealtimeEndpointInputSource

Creates a real-time endpoint for the MLModel. The endpoint contains the URI of the MLModel; that is, the location to send real-time prediction requests for the specified MLModel.

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

    The ID assigned to the MLModel during creation.

    *)
}
Sourceval context_ : string
Sourceval make : mLModelId: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