| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.SageMaker.DescribeEndpointConfig
Description
Returns the description of an endpoint configuration created using the CreateEndpointConfig API.
Synopsis
- describeEndpointConfig :: Text -> DescribeEndpointConfig
- data DescribeEndpointConfig
- decEndpointConfigName :: Lens' DescribeEndpointConfig Text
- describeEndpointConfigResponse :: Int -> Text -> Text -> NonEmpty ProductionVariant -> UTCTime -> DescribeEndpointConfigResponse
- data DescribeEndpointConfigResponse
- decrsKMSKeyId :: Lens' DescribeEndpointConfigResponse (Maybe Text)
- decrsResponseStatus :: Lens' DescribeEndpointConfigResponse Int
- decrsEndpointConfigName :: Lens' DescribeEndpointConfigResponse Text
- decrsEndpointConfigARN :: Lens' DescribeEndpointConfigResponse Text
- decrsProductionVariants :: Lens' DescribeEndpointConfigResponse (NonEmpty ProductionVariant)
- decrsCreationTime :: Lens' DescribeEndpointConfigResponse UTCTime
Creating a Request
describeEndpointConfig Source #
Arguments
| :: Text | |
| -> DescribeEndpointConfig |
Creates a value of DescribeEndpointConfig with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
decEndpointConfigName- The name of the endpoint configuration.
data DescribeEndpointConfig Source #
See: describeEndpointConfig smart constructor.
Instances
Request Lenses
decEndpointConfigName :: Lens' DescribeEndpointConfig Text Source #
The name of the endpoint configuration.
Destructuring the Response
describeEndpointConfigResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> Text | |
| -> NonEmpty ProductionVariant | |
| -> UTCTime | |
| -> DescribeEndpointConfigResponse |
Creates a value of DescribeEndpointConfigResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
decrsKMSKeyId- AWS KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.decrsResponseStatus- -- | The response status code.decrsEndpointConfigName- Name of the Amazon SageMaker endpoint configuration.decrsEndpointConfigARN- The Amazon Resource Name (ARN) of the endpoint configuration.decrsProductionVariants- An array ofProductionVariantobjects, one for each model that you want to host at this endpoint.decrsCreationTime- A timestamp that shows when the endpoint configuration was created.
data DescribeEndpointConfigResponse Source #
See: describeEndpointConfigResponse smart constructor.
Instances
Response Lenses
decrsKMSKeyId :: Lens' DescribeEndpointConfigResponse (Maybe Text) Source #
AWS KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.
decrsResponseStatus :: Lens' DescribeEndpointConfigResponse Int Source #
- - | The response status code.
decrsEndpointConfigName :: Lens' DescribeEndpointConfigResponse Text Source #
Name of the Amazon SageMaker endpoint configuration.
decrsEndpointConfigARN :: Lens' DescribeEndpointConfigResponse Text Source #
The Amazon Resource Name (ARN) of the endpoint configuration.
decrsProductionVariants :: Lens' DescribeEndpointConfigResponse (NonEmpty ProductionVariant) Source #
An array of ProductionVariant objects, one for each model that you want to host at this endpoint.
decrsCreationTime :: Lens' DescribeEndpointConfigResponse UTCTime Source #
A timestamp that shows when the endpoint configuration was created.