Module Values_1.PendingDeploymentSummarySource

The summary of an in-progress deployment when an endpoint is creating or updating with a new endpoint configuration.

Sourcetype nonrec t = {
  1. endpointConfigName : Values_0.EndpointConfigName.t option;
    (*

    The name of the endpoint configuration used in the deployment.

    *)
  2. productionVariants : PendingProductionVariantSummaryList.t option;
    (*

    An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint for the in-progress deployment.

    *)
  3. startTime : Values_0.Timestamp.t option;
    (*

    The start time of the deployment.

    *)
  4. shadowProductionVariants : PendingProductionVariantSummaryList.t option;
    (*

    An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants for the in-progress deployment.

    *)
}
Sourceval make : ?endpointConfigName:??? -> ?productionVariants:??? -> ?startTime:??? -> ?shadowProductionVariants:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Float of Values_0.VariantWeight.t | `Integer of TaskCount.t | `List of [> `Structure of (string * [> `Enum of string | `Integer of TaskCount.t | `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 | `Structure of (string * [> `Enum of string | `Integer of int ]) list ]) list ]) list ] list | `String of Values_0.EndpointConfigName.t | `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