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.Types.EndpointConfigSummary

Description

 
Synopsis

Documentation

data EndpointConfigSummary Source #

Provides summary information for an endpoint configuration.

See: newEndpointConfigSummary smart constructor.

Constructors

EndpointConfigSummary' 

Fields

Instances

Instances details
Eq EndpointConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSummary

Read EndpointConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSummary

Show EndpointConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSummary

Generic EndpointConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSummary

Associated Types

type Rep EndpointConfigSummary :: Type -> Type #

NFData EndpointConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSummary

Methods

rnf :: EndpointConfigSummary -> () #

Hashable EndpointConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSummary

FromJSON EndpointConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSummary

type Rep EndpointConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSummary

type Rep EndpointConfigSummary = D1 ('MetaData "EndpointConfigSummary" "Amazonka.SageMaker.Types.EndpointConfigSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "EndpointConfigSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "endpointConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

newEndpointConfigSummary Source #

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