| 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.DescribeEndpointConfig
Description
Returns the description of an endpoint configuration created using the
 CreateEndpointConfig API.
Synopsis
- data DescribeEndpointConfig = DescribeEndpointConfig' {}
 - newDescribeEndpointConfig :: Text -> DescribeEndpointConfig
 - describeEndpointConfig_endpointConfigName :: Lens' DescribeEndpointConfig Text
 - data DescribeEndpointConfigResponse = DescribeEndpointConfigResponse' {
- asyncInferenceConfig :: Maybe AsyncInferenceConfig
 - dataCaptureConfig :: Maybe DataCaptureConfig
 - explainerConfig :: Maybe ExplainerConfig
 - kmsKeyId :: Maybe Text
 - shadowProductionVariants :: Maybe (NonEmpty ProductionVariant)
 - httpStatus :: Int
 - endpointConfigName :: Text
 - endpointConfigArn :: Text
 - productionVariants :: NonEmpty ProductionVariant
 - creationTime :: POSIX
 
 - newDescribeEndpointConfigResponse :: Int -> Text -> Text -> NonEmpty ProductionVariant -> UTCTime -> DescribeEndpointConfigResponse
 - describeEndpointConfigResponse_asyncInferenceConfig :: Lens' DescribeEndpointConfigResponse (Maybe AsyncInferenceConfig)
 - describeEndpointConfigResponse_dataCaptureConfig :: Lens' DescribeEndpointConfigResponse (Maybe DataCaptureConfig)
 - describeEndpointConfigResponse_explainerConfig :: Lens' DescribeEndpointConfigResponse (Maybe ExplainerConfig)
 - describeEndpointConfigResponse_kmsKeyId :: Lens' DescribeEndpointConfigResponse (Maybe Text)
 - describeEndpointConfigResponse_shadowProductionVariants :: Lens' DescribeEndpointConfigResponse (Maybe (NonEmpty ProductionVariant))
 - describeEndpointConfigResponse_httpStatus :: Lens' DescribeEndpointConfigResponse Int
 - describeEndpointConfigResponse_endpointConfigName :: Lens' DescribeEndpointConfigResponse Text
 - describeEndpointConfigResponse_endpointConfigArn :: Lens' DescribeEndpointConfigResponse Text
 - describeEndpointConfigResponse_productionVariants :: Lens' DescribeEndpointConfigResponse (NonEmpty ProductionVariant)
 - describeEndpointConfigResponse_creationTime :: Lens' DescribeEndpointConfigResponse UTCTime
 
Creating a Request
data DescribeEndpointConfig Source #
See: newDescribeEndpointConfig smart constructor.
Constructors
| DescribeEndpointConfig' | |
Fields 
  | |
Instances
newDescribeEndpointConfig Source #
Arguments
| :: Text | |
| -> DescribeEndpointConfig | 
Create a value of DescribeEndpointConfig 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:
DescribeEndpointConfig, describeEndpointConfig_endpointConfigName - The name of the endpoint configuration.
Request Lenses
describeEndpointConfig_endpointConfigName :: Lens' DescribeEndpointConfig Text Source #
The name of the endpoint configuration.
Destructuring the Response
data DescribeEndpointConfigResponse Source #
See: newDescribeEndpointConfigResponse smart constructor.
Constructors
| DescribeEndpointConfigResponse' | |
Fields 
  | |
Instances
newDescribeEndpointConfigResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> Text | |
| -> NonEmpty ProductionVariant | |
| -> UTCTime | |
| -> DescribeEndpointConfigResponse | 
Create a value of DescribeEndpointConfigResponse 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:asyncInferenceConfig:DescribeEndpointConfigResponse', describeEndpointConfigResponse_asyncInferenceConfig - Returns the description of an endpoint configuration created using the
 CreateEndpointConfig
 API.
DescribeEndpointConfigResponse, describeEndpointConfigResponse_dataCaptureConfig - Undocumented member.
$sel:explainerConfig:DescribeEndpointConfigResponse', describeEndpointConfigResponse_explainerConfig - The configuration parameters for an explainer.
DescribeEndpointConfigResponse, describeEndpointConfigResponse_kmsKeyId - Amazon Web Services KMS key ID Amazon SageMaker uses to encrypt data
 when storing it on the ML storage volume attached to the instance.
DescribeEndpointConfigResponse, describeEndpointConfigResponse_shadowProductionVariants - An array of ProductionVariant objects, one for each model that you
 want to host at this endpoint in shadow mode with production traffic
 replicated from the model specified on ProductionVariants.
$sel:httpStatus:DescribeEndpointConfigResponse', describeEndpointConfigResponse_httpStatus - The response's http status code.
DescribeEndpointConfig, describeEndpointConfigResponse_endpointConfigName - Name of the SageMaker endpoint configuration.
DescribeEndpointConfigResponse, describeEndpointConfigResponse_endpointConfigArn - The Amazon Resource Name (ARN) of the endpoint configuration.
DescribeEndpointConfigResponse, describeEndpointConfigResponse_productionVariants - An array of ProductionVariant objects, one for each model that you
 want to host at this endpoint.
DescribeEndpointConfigResponse, describeEndpointConfigResponse_creationTime - A timestamp that shows when the endpoint configuration was created.
Response Lenses
describeEndpointConfigResponse_asyncInferenceConfig :: Lens' DescribeEndpointConfigResponse (Maybe AsyncInferenceConfig) Source #
Returns the description of an endpoint configuration created using the CreateEndpointConfig API.
describeEndpointConfigResponse_dataCaptureConfig :: Lens' DescribeEndpointConfigResponse (Maybe DataCaptureConfig) Source #
Undocumented member.
describeEndpointConfigResponse_explainerConfig :: Lens' DescribeEndpointConfigResponse (Maybe ExplainerConfig) Source #
The configuration parameters for an explainer.
describeEndpointConfigResponse_kmsKeyId :: Lens' DescribeEndpointConfigResponse (Maybe Text) Source #
Amazon Web Services KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.
describeEndpointConfigResponse_shadowProductionVariants :: Lens' DescribeEndpointConfigResponse (Maybe (NonEmpty ProductionVariant)) Source #
An array of ProductionVariant objects, one for each model that you
 want to host at this endpoint in shadow mode with production traffic
 replicated from the model specified on ProductionVariants.
describeEndpointConfigResponse_httpStatus :: Lens' DescribeEndpointConfigResponse Int Source #
The response's http status code.
describeEndpointConfigResponse_endpointConfigName :: Lens' DescribeEndpointConfigResponse Text Source #
Name of the SageMaker endpoint configuration.
describeEndpointConfigResponse_endpointConfigArn :: Lens' DescribeEndpointConfigResponse Text Source #
The Amazon Resource Name (ARN) of the endpoint configuration.
describeEndpointConfigResponse_productionVariants :: Lens' DescribeEndpointConfigResponse (NonEmpty ProductionVariant) Source #
An array of ProductionVariant objects, one for each model that you
 want to host at this endpoint.
describeEndpointConfigResponse_creationTime :: Lens' DescribeEndpointConfigResponse UTCTime Source #
A timestamp that shows when the endpoint configuration was created.