libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Read DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Show DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Generic DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Associated Types

type Rep DescribeEndpointConfig :: Type -> Type #

NFData DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Methods

rnf :: DescribeEndpointConfig -> () #

Hashable DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

ToJSON DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

AWSRequest DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Associated Types

type AWSResponse 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

type Rep DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

type Rep DescribeEndpointConfig = D1 ('MetaData "DescribeEndpointConfig" "Amazonka.SageMaker.DescribeEndpointConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeEndpointConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

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:

$sel:endpointConfigName: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
Eq DescribeEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Read DescribeEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Show DescribeEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Generic DescribeEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Associated Types

type Rep DescribeEndpointConfigResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeEndpointConfigResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "asyncInferenceConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AsyncInferenceConfig)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dataCaptureConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataCaptureConfig)) :*: 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.

$sel:kmsKeyId: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.

$sel:dataCaptureConfig:DescribeEndpointConfigResponse', describeEndpointConfigResponse_dataCaptureConfig - Undocumented member.

$sel:httpStatus:DescribeEndpointConfigResponse', describeEndpointConfigResponse_httpStatus - The response's http status code.

$sel:endpointConfigName:DescribeEndpointConfig', describeEndpointConfigResponse_endpointConfigName - Name of the Amazon SageMaker endpoint configuration.

$sel:endpointConfigArn:DescribeEndpointConfigResponse', describeEndpointConfigResponse_endpointConfigArn - The Amazon Resource Name (ARN) of the endpoint configuration.

$sel:productionVariants:DescribeEndpointConfigResponse', describeEndpointConfigResponse_productionVariants - An array of ProductionVariant objects, one for each model that you want to host at this endpoint.

$sel:creationTime: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_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.