Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- sendHeartbeat_agentMetrics :: Lens' SendHeartbeat (Maybe [EdgeMetric])
- sendHeartbeat_models :: Lens' SendHeartbeat (Maybe [Model])
- sendHeartbeat_agentVersion :: Lens' SendHeartbeat Text
- sendHeartbeat_deviceName :: Lens' SendHeartbeat Text
- sendHeartbeat_deviceFleetName :: Lens' SendHeartbeat Text
- getDeviceRegistration_deviceName :: Lens' GetDeviceRegistration Text
- getDeviceRegistration_deviceFleetName :: Lens' GetDeviceRegistration Text
- getDeviceRegistrationResponse_cacheTTL :: Lens' GetDeviceRegistrationResponse (Maybe Text)
- getDeviceRegistrationResponse_deviceRegistration :: Lens' GetDeviceRegistrationResponse (Maybe Text)
- getDeviceRegistrationResponse_httpStatus :: Lens' GetDeviceRegistrationResponse Int
- edgeMetric_dimension :: Lens' EdgeMetric (Maybe Text)
- edgeMetric_metricName :: Lens' EdgeMetric (Maybe Text)
- edgeMetric_value :: Lens' EdgeMetric (Maybe Double)
- edgeMetric_timestamp :: Lens' EdgeMetric (Maybe UTCTime)
- model_modelName :: Lens' Model (Maybe Text)
- model_modelMetrics :: Lens' Model (Maybe [EdgeMetric])
- model_modelVersion :: Lens' Model (Maybe Text)
- model_latestInference :: Lens' Model (Maybe UTCTime)
- model_latestSampleTime :: Lens' Model (Maybe UTCTime)
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.
getDeviceRegistrationResponse_httpStatus :: Lens' GetDeviceRegistrationResponse Int Source #
The response's http status code.
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_modelMetrics :: Lens' Model (Maybe [EdgeMetric]) Source #
Information required for model metrics.