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
- data Endpoint = Endpoint' {
- failureReason :: Maybe Text
- productionVariants :: Maybe (NonEmpty ProductionVariantSummary)
- monitoringSchedules :: Maybe [MonitoringSchedule]
- dataCaptureConfig :: Maybe DataCaptureConfigSummary
- tags :: Maybe [Tag]
- endpointName :: Text
- endpointArn :: Text
- endpointConfigName :: Text
- endpointStatus :: EndpointStatus
- creationTime :: POSIX
- lastModifiedTime :: POSIX
- newEndpoint :: Text -> Text -> Text -> EndpointStatus -> UTCTime -> UTCTime -> Endpoint
- endpoint_failureReason :: Lens' Endpoint (Maybe Text)
- endpoint_productionVariants :: Lens' Endpoint (Maybe (NonEmpty ProductionVariantSummary))
- endpoint_monitoringSchedules :: Lens' Endpoint (Maybe [MonitoringSchedule])
- endpoint_dataCaptureConfig :: Lens' Endpoint (Maybe DataCaptureConfigSummary)
- endpoint_tags :: Lens' Endpoint (Maybe [Tag])
- endpoint_endpointName :: Lens' Endpoint Text
- endpoint_endpointArn :: Lens' Endpoint Text
- endpoint_endpointConfigName :: Lens' Endpoint Text
- endpoint_endpointStatus :: Lens' Endpoint EndpointStatus
- endpoint_creationTime :: Lens' Endpoint UTCTime
- endpoint_lastModifiedTime :: Lens' Endpoint UTCTime
Documentation
A hosted endpoint for real-time inference.
See: newEndpoint
smart constructor.
Endpoint' | |
|
Instances
Create a value of Endpoint
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:failureReason:Endpoint'
, endpoint_failureReason
- If the endpoint failed, the reason it failed.
$sel:productionVariants:Endpoint'
, endpoint_productionVariants
- A list of the production variants hosted on the endpoint. Each
production variant is a model.
$sel:monitoringSchedules:Endpoint'
, endpoint_monitoringSchedules
- A list of monitoring schedules for the endpoint. For information about
model monitoring, see
Amazon SageMaker Model Monitor.
$sel:dataCaptureConfig:Endpoint'
, endpoint_dataCaptureConfig
- Undocumented member.
$sel:tags:Endpoint'
, endpoint_tags
- A list of the tags associated with the endpoint. For more information,
see
Tagging Amazon Web Services resources
in the Amazon Web Services General Reference Guide.
$sel:endpointName:Endpoint'
, endpoint_endpointName
- The name of the endpoint.
$sel:endpointArn:Endpoint'
, endpoint_endpointArn
- The Amazon Resource Name (ARN) of the endpoint.
$sel:endpointConfigName:Endpoint'
, endpoint_endpointConfigName
- The endpoint configuration associated with the endpoint.
$sel:endpointStatus:Endpoint'
, endpoint_endpointStatus
- The status of the endpoint.
$sel:creationTime:Endpoint'
, endpoint_creationTime
- The time that the endpoint was created.
$sel:lastModifiedTime:Endpoint'
, endpoint_lastModifiedTime
- The last time the endpoint was modified.
endpoint_failureReason :: Lens' Endpoint (Maybe Text) Source #
If the endpoint failed, the reason it failed.
endpoint_productionVariants :: Lens' Endpoint (Maybe (NonEmpty ProductionVariantSummary)) Source #
A list of the production variants hosted on the endpoint. Each production variant is a model.
endpoint_monitoringSchedules :: Lens' Endpoint (Maybe [MonitoringSchedule]) Source #
A list of monitoring schedules for the endpoint. For information about model monitoring, see Amazon SageMaker Model Monitor.
endpoint_dataCaptureConfig :: Lens' Endpoint (Maybe DataCaptureConfigSummary) Source #
Undocumented member.
endpoint_tags :: Lens' Endpoint (Maybe [Tag]) Source #
A list of the tags associated with the endpoint. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
endpoint_endpointConfigName :: Lens' Endpoint Text Source #
The endpoint configuration associated with the endpoint.
endpoint_endpointStatus :: Lens' Endpoint EndpointStatus Source #
The status of the endpoint.