Values_1.ModelDeployResultSourceProvides information about the endpoint of the model deployment.
type nonrec t = {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.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of Values_0.EndpointName.t ]) list ]