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
- defaultService :: Service
- _InternalServiceException :: AsError a => Getting (First ServiceError) a ServiceError
- data EdgeMetric = EdgeMetric' {}
- newEdgeMetric :: EdgeMetric
- edgeMetric_dimension :: Lens' EdgeMetric (Maybe Text)
- edgeMetric_metricName :: Lens' EdgeMetric (Maybe Text)
- edgeMetric_value :: Lens' EdgeMetric (Maybe Double)
- edgeMetric_timestamp :: Lens' EdgeMetric (Maybe UTCTime)
- data Model = Model' {}
- newModel :: Model
- 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)
Service Configuration
defaultService :: Service Source #
API version 2020-09-23
of the Amazon Sagemaker Edge Manager SDK configuration.
Errors
_InternalServiceException :: AsError a => Getting (First ServiceError) a ServiceError Source #
An internal failure occurred. Try your request again. If the problem persists, contact AWS customer support.
EdgeMetric
data EdgeMetric Source #
Information required for edge device metrics.
See: newEdgeMetric
smart constructor.
Instances
newEdgeMetric :: EdgeMetric Source #
Create a value of EdgeMetric
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dimension:EdgeMetric'
, edgeMetric_dimension
- The dimension of metrics published.
$sel:metricName:EdgeMetric'
, edgeMetric_metricName
- Returns the name of the metric.
$sel:value:EdgeMetric'
, edgeMetric_value
- Returns the value of the metric.
$sel:timestamp:EdgeMetric'
, edgeMetric_timestamp
- Timestamp of when the metric was requested.
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
Information about a model deployed on an edge device that is registered with SageMaker Edge Manager.
See: newModel
smart constructor.
Model' | |
|
Instances
Create a value of Model
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:modelName:Model'
, model_modelName
- The name of the model.
$sel:modelMetrics:Model'
, model_modelMetrics
- Information required for model metrics.
$sel:modelVersion:Model'
, model_modelVersion
- The version of the model.
$sel:latestInference:Model'
, model_latestInference
- The timestamp of the last inference that was made.
$sel:latestSampleTime:Model'
, model_latestSampleTime
- The timestamp of the last data sample taken.
model_modelMetrics :: Lens' Model (Maybe [EdgeMetric]) Source #
Information required for model metrics.