Module Values_1.ModelDeployResultSource

Provides information about the endpoint of the model deployment.

Sourcetype nonrec t = {
  1. endpointName : Values_0.EndpointName.t option;
    (*

    The name of the endpoint to which the model has been deployed. If model deployment fails, this field is omitted from the response.

    *)
}
Sourceval make : ?endpointName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.EndpointName.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