libZSservicesZSamazonka-sagemaker-edgeZSamazonka-sagemaker-edge
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMakerEdge.Lens

Description

 
Synopsis

Operations

SendHeartbeat

sendHeartbeat_agentMetrics :: Lens' SendHeartbeat (Maybe [EdgeMetric]) Source #

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

sendHeartbeat_models :: Lens' SendHeartbeat (Maybe [Model]) Source #

Returns a list of models deployed on the the device.

sendHeartbeat_agentVersion :: Lens' SendHeartbeat Text Source #

Returns the version of the agent.

sendHeartbeat_deviceName :: Lens' SendHeartbeat Text Source #

The unique name of the device.

sendHeartbeat_deviceFleetName :: Lens' SendHeartbeat Text Source #

The name of the fleet that the device belongs to.

GetDeviceRegistration

getDeviceRegistration_deviceName :: Lens' GetDeviceRegistration Text Source #

The unique name of the device you want to get the registration status from.

getDeviceRegistration_deviceFleetName :: Lens' GetDeviceRegistration Text Source #

The name of the fleet that the device belongs to.

getDeviceRegistrationResponse_cacheTTL :: Lens' GetDeviceRegistrationResponse (Maybe Text) Source #

The amount of time, in seconds, that the registration status is stored on the device’s cache before it is refreshed.

getDeviceRegistrationResponse_deviceRegistration :: Lens' GetDeviceRegistrationResponse (Maybe Text) Source #

Describes if the device is currently registered with SageMaker Edge Manager.

Types

EdgeMetric

edgeMetric_dimension :: Lens' EdgeMetric (Maybe Text) Source #

The dimension of metrics published.

edgeMetric_metricName :: Lens' EdgeMetric (Maybe Text) Source #

Returns the name of the metric.

edgeMetric_value :: Lens' EdgeMetric (Maybe Double) Source #

Returns the value of the metric.

edgeMetric_timestamp :: Lens' EdgeMetric (Maybe UTCTime) Source #

Timestamp of when the metric was requested.

Model

model_modelName :: Lens' Model (Maybe Text) Source #

The name of the model.

model_modelMetrics :: Lens' Model (Maybe [EdgeMetric]) Source #

Information required for model metrics.

model_modelVersion :: Lens' Model (Maybe Text) Source #

The version of the model.

model_latestInference :: Lens' Model (Maybe UTCTime) Source #

The timestamp of the last inference that was made.

model_latestSampleTime :: Lens' Model (Maybe UTCTime) Source #

The timestamp of the last data sample taken.