| 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.EndpointConfigSummary
Description
Synopsis
- data EndpointConfigSummary = EndpointConfigSummary' {}
- newEndpointConfigSummary :: Text -> Text -> UTCTime -> EndpointConfigSummary
- endpointConfigSummary_endpointConfigName :: Lens' EndpointConfigSummary Text
- endpointConfigSummary_endpointConfigArn :: Lens' EndpointConfigSummary Text
- endpointConfigSummary_creationTime :: Lens' EndpointConfigSummary UTCTime
Documentation
data EndpointConfigSummary Source #
Provides summary information for an endpoint configuration.
See: newEndpointConfigSummary smart constructor.
Constructors
| EndpointConfigSummary' | |
Fields
| |
Instances
newEndpointConfigSummary Source #
Arguments
| :: Text | |
| -> Text | |
| -> UTCTime | |
| -> EndpointConfigSummary |
Create a value of EndpointConfigSummary 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:endpointConfigName:EndpointConfigSummary', endpointConfigSummary_endpointConfigName - The name of the endpoint configuration.
$sel:endpointConfigArn:EndpointConfigSummary', endpointConfigSummary_endpointConfigArn - The Amazon Resource Name (ARN) of the endpoint configuration.
$sel:creationTime:EndpointConfigSummary', endpointConfigSummary_creationTime - A timestamp that shows when the endpoint configuration was created.
endpointConfigSummary_endpointConfigName :: Lens' EndpointConfigSummary Text Source #
The name of the endpoint configuration.
endpointConfigSummary_endpointConfigArn :: Lens' EndpointConfigSummary Text Source #
The Amazon Resource Name (ARN) of the endpoint configuration.
endpointConfigSummary_creationTime :: Lens' EndpointConfigSummary UTCTime Source #
A timestamp that shows when the endpoint configuration was created.