Values.CreateRealtimeEndpointOutputSourceRepresents the output of an CreateRealtimeEndpoint operation. The result contains the MLModelId and the endpoint information for the MLModel. Note: The endpoint information includes the URI of the MLModel; that is, the location to send online prediction requests for the specified MLModel.
type nonrec t = {mLModelId : EntityId.t option;A user-supplied ID that uniquely identifies the MLModel. This value should be identical to the value of the MLModelId in the request.
*)realtimeEndpointInfo : RealtimeEndpointInfo.t option;The endpoint information of the MLModel
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `InvalidInputException of InvalidInputException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `InvalidInputException of InvalidInputException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `InvalidInputException of InvalidInputException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of EntityId.t
| `Structure of
(string
* [> `Enum of string
| `Integer of IntegerType.t
| `String of VipURL.t
| `Timestamp of EpochTime.t ])
list ])
list ]