Module Values_2.EndpointSource

A hosted endpoint for real-time inference.

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

    The name of the endpoint.

    *)
  2. endpointArn : Values_0.EndpointArn.t option;
    (*

    The Amazon Resource Name (ARN) of the endpoint.

    *)
  3. endpointConfigName : Values_0.EndpointConfigName.t option;
    (*

    The endpoint configuration associated with the endpoint.

    *)
  4. productionVariants : Values_1.ProductionVariantSummaryList.t option;
    (*

    A list of the production variants hosted on the endpoint. Each production variant is a model.

    *)
  5. dataCaptureConfig : Values_1.DataCaptureConfigSummary.t option;
  6. endpointStatus : Values_1.EndpointStatus.t option;
    (*

    The status of the endpoint.

    *)
  7. failureReason : Values_0.FailureReason.t option;
    (*

    If the endpoint failed, the reason it failed.

    *)
  8. creationTime : Values_0.Timestamp.t option;
    (*

    The time that the endpoint was created.

    *)
  9. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    The last time the endpoint was modified.

    *)
  10. monitoringSchedules : MonitoringScheduleList.t option;
    (*

    A list of monitoring schedules for the endpoint. For information about model monitoring, see Amazon SageMaker Model Monitor.

    *)
  11. tags : Values_0.TagList.t option;
    (*

    A list of the tags associated with the endpoint. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

    *)
  12. shadowProductionVariants : Values_1.ProductionVariantSummaryList.t option;
    (*

    A list of the shadow variants hosted on the endpoint. Each shadow variant is a model in shadow mode with production traffic replicated from the production variant.

    *)
}
Sourceval make : ?endpointName:??? -> ?endpointArn:??? -> ?endpointConfigName:??? -> ?productionVariants:??? -> ?dataCaptureConfig:??? -> ?endpointStatus:??? -> ?failureReason:??? -> ?creationTime:??? -> ?lastModifiedTime:??? -> ?monitoringSchedules:??? -> ?tags:??? -> ?shadowProductionVariants:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `Float of Values_0.VariantWeight.t | `Integer of int | `List of [> `Structure of (string * [> `Enum of string | `Integer of int | `String of Values_0.ContainerImage.t | `Timestamp of Values_0.Timestamp.t ]) list ] list | `String of Values_0.VariantName.t | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Integer of int | `String of string ]) list ] list | `String of Values_0.MlReservationArn.t | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Structure of (string * [> `Double of float | `Enum of string | `String of string | `Structure of (string * [> `Structure of (string * [> `Boolean of bool ]) list ]) list ]) list ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Integer of int | `List of [> `String of string | `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of string ]) list ]) list ] list | `String of Values_0.ProcessingJobName.t | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `String of string ] list | `String of string ]) list ]) list ]) list | `Timestamp of Values_0.Timestamp.t ]) list | `Timestamp of Values_0.Timestamp.t ]) list ] list | `String of Values_0.EndpointName.t | `Structure of (string * [> `Boolean of Values_0.EnableCapture.t | `Enum of string | `Integer of Values_0.SamplingPercentage.t | `String of Values_0.DestinationS3Uri.t ]) list | `Timestamp of Values_0.Timestamp.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