Module Values.SendHeartbeatRequestSource

Use to get the current status of devices registered on SageMaker Edge Manager.

Sourcetype nonrec t = {
  1. agentMetrics : EdgeMetrics.t option;
    (*

    For internal use. Returns a list of SageMaker Edge Manager agent operating metrics.

    *)
  2. models : Models.t option;
    (*

    Returns a list of models deployed on the the device.

    *)
  3. agentVersion : Version.t;
    (*

    Returns the version of the agent.

    *)
  4. deviceName : DeviceName.t;
    (*

    The unique name of the device.

    *)
  5. deviceFleetName : DeviceFleetName.t;
    (*

    The name of the fleet that the device belongs to.

    *)
  6. deploymentResult : DeploymentResult.t option;
    (*

    Returns the result of a deployment on the device.

    *)
}
Sourceval context_ : string
Sourceval make : ?agentMetrics:??? -> ?models:??? -> ?deploymentResult:??? -> agentVersion:Version.t -> deviceName:DeviceName.t -> deviceFleetName:DeviceFleetName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Double of Value.t | `List of [> `Structure of (string * [> `Double of Value.t | `String of Dimension.t | `Timestamp of Timestamp.t ]) list ] list | `String of Dimension.t | `Timestamp of Timestamp.t ]) list ] list | `String of Version.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of EntityName.t ]) list ] list | `String of EntityName.t | `Timestamp of 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