Values_2.ModelDashboardEndpointSourceAn endpoint that hosts a model displayed in the Amazon SageMaker Model Dashboard.
type nonrec t = {endpointName : Values_0.EndpointName.t option;The endpoint name.
*)endpointArn : Values_0.EndpointArn.t option;The Amazon Resource Name (ARN) of the endpoint.
*)creationTime : Values_0.Timestamp.t option;A timestamp that indicates when the endpoint was created.
*)lastModifiedTime : Values_0.Timestamp.t option;The last time the endpoint was modified.
*)endpointStatus : Values_1.EndpointStatus.t option;The endpoint status.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.EndpointName.t
| `Timestamp of Values_0.Timestamp.t ])
list ]