| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.ModelDashboardEndpoint
Description
Synopsis
- data ModelDashboardEndpoint = ModelDashboardEndpoint' {}
 - newModelDashboardEndpoint :: Text -> Text -> UTCTime -> UTCTime -> EndpointStatus -> ModelDashboardEndpoint
 - modelDashboardEndpoint_endpointName :: Lens' ModelDashboardEndpoint Text
 - modelDashboardEndpoint_endpointArn :: Lens' ModelDashboardEndpoint Text
 - modelDashboardEndpoint_creationTime :: Lens' ModelDashboardEndpoint UTCTime
 - modelDashboardEndpoint_lastModifiedTime :: Lens' ModelDashboardEndpoint UTCTime
 - modelDashboardEndpoint_endpointStatus :: Lens' ModelDashboardEndpoint EndpointStatus
 
Documentation
data ModelDashboardEndpoint Source #
An endpoint that hosts a model displayed in the Amazon SageMaker Model Dashboard.
See: newModelDashboardEndpoint smart constructor.
Constructors
| ModelDashboardEndpoint' | |
Fields 
  | |
Instances
newModelDashboardEndpoint Source #
Arguments
| :: Text | |
| -> Text | |
| -> UTCTime | |
| -> UTCTime | |
| -> EndpointStatus | |
| -> ModelDashboardEndpoint | 
Create a value of ModelDashboardEndpoint 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:endpointName:ModelDashboardEndpoint', modelDashboardEndpoint_endpointName - The endpoint name.
$sel:endpointArn:ModelDashboardEndpoint', modelDashboardEndpoint_endpointArn - The Amazon Resource Name (ARN) of the endpoint.
$sel:creationTime:ModelDashboardEndpoint', modelDashboardEndpoint_creationTime - A timestamp that indicates when the endpoint was created.
$sel:lastModifiedTime:ModelDashboardEndpoint', modelDashboardEndpoint_lastModifiedTime - The last time the endpoint was modified.
$sel:endpointStatus:ModelDashboardEndpoint', modelDashboardEndpoint_endpointStatus - The endpoint status.
modelDashboardEndpoint_endpointName :: Lens' ModelDashboardEndpoint Text Source #
The endpoint name.
modelDashboardEndpoint_endpointArn :: Lens' ModelDashboardEndpoint Text Source #
The Amazon Resource Name (ARN) of the endpoint.
modelDashboardEndpoint_creationTime :: Lens' ModelDashboardEndpoint UTCTime Source #
A timestamp that indicates when the endpoint was created.
modelDashboardEndpoint_lastModifiedTime :: Lens' ModelDashboardEndpoint UTCTime Source #
The last time the endpoint was modified.
modelDashboardEndpoint_endpointStatus :: Lens' ModelDashboardEndpoint EndpointStatus Source #
The endpoint status.