amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.DescribeEndpointConfig

Description

Returns the description of an endpoint configuration created using the CreateEndpointConfig API.

Synopsis

Creating a Request

data DescribeEndpointConfig Source #

See: newDescribeEndpointConfig smart constructor.

Constructors

DescribeEndpointConfig' 

Fields

Instances

Instances details
ToJSON DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

ToHeaders DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

ToPath DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

ToQuery DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

AWSRequest DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Associated Types

type AWSResponse DescribeEndpointConfig #

Generic DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Associated Types

type Rep DescribeEndpointConfig :: Type -> Type #

Read DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Show DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

NFData DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Methods

rnf :: DescribeEndpointConfig -> () #

Eq DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Hashable DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

type AWSResponse DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

type Rep DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

type Rep DescribeEndpointConfig = D1 ('MetaData "DescribeEndpointConfig" "Amazonka.SageMaker.DescribeEndpointConfig" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DescribeEndpointConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeEndpointConfig Source #

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

Destructuring the Response

data DescribeEndpointConfigResponse Source #

See: newDescribeEndpointConfigResponse smart constructor.

Constructors

DescribeEndpointConfigResponse' 

Fields

Instances

Instances details
Generic DescribeEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Associated Types

type Rep DescribeEndpointConfigResponse :: Type -> Type #

Read DescribeEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Show DescribeEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

NFData DescribeEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Eq DescribeEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

type Rep DescribeEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

type Rep DescribeEndpointConfigResponse = D1 ('MetaData "DescribeEndpointConfigResponse" "Amazonka.SageMaker.DescribeEndpointConfig" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DescribeEndpointConfigResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "asyncInferenceConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AsyncInferenceConfig)) :*: S1 ('MetaSel ('Just "dataCaptureConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataCaptureConfig))) :*: (S1 ('MetaSel ('Just "explainerConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExplainerConfig)) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "shadowProductionVariants") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ProductionVariant)))))) :*: ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "endpointConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "endpointConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "productionVariants") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty ProductionVariant)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))))

newDescribeEndpointConfigResponse Source #

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_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_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.