Module Values_2.ModelDashboardModelSource

A model displayed in the Amazon SageMaker Model Dashboard.

Sourcetype nonrec t = {
  1. model : Model.t option;
    (*

    A model displayed in the Model Dashboard.

    *)
  2. endpoints : ModelDashboardEndpoints.t option;
    (*

    The endpoints that host a model.

    *)
  3. lastBatchTransformJob : TransformJob.t option;
  4. monitoringSchedules : ModelDashboardMonitoringSchedules.t option;
    (*

    The monitoring schedules for a model.

    *)
  5. modelCard : ModelDashboardModelCard.t option;
    (*

    The model card for a model.

    *)
}
Sourceval make : ?model:??? -> ?endpoints:??? -> ?lastBatchTransformJob:??? -> ?monitoringSchedules:??? -> ?modelCard:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `Integer of MonitoringDatapointsToAlert.t | `String of MonitoringAlertName.t | `Structure of (string * [> `Structure of (string * [> `Boolean of Values_0.Boolean.t ]) list ]) list | `Timestamp of Values_0.Timestamp.t ]) list ] list | `String of Values_0.EndpointName.t | `Structure of (string * [> `Double of float | `Enum of string | `String of Values_0.MonitoringJobDefinitionName.t | `Structure of (string * [> `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 | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `Integer of Values_0.MaxConcurrentTransforms.t | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of string | `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Boolean of bool | `String of string ]) list ]) list ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Boolean of bool | `String of string ]) list ]) list ]) list ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `String of Values_0.ModelName.t | `Structure of (string * [> `Boolean of bool | `Enum of string | `Integer of int | `List of [> `String of string | `Structure of (string * [> `Enum of string | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Boolean of bool | `String of string ]) list ]) list ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Boolean of bool | `String of string ]) list ]) list ]) list ]) list | `Timestamp of Values_0.Timestamp.t ]) list ]) 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