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

Description

 
Synopsis

Documentation

data EndpointMetadata Source #

The metadata of the endpoint.

See: newEndpointMetadata smart constructor.

Constructors

EndpointMetadata' 

Fields

Instances

Instances details
FromJSON EndpointMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointMetadata

Generic EndpointMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointMetadata

Associated Types

type Rep EndpointMetadata :: Type -> Type #

Read EndpointMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointMetadata

Show EndpointMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointMetadata

NFData EndpointMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointMetadata

Methods

rnf :: EndpointMetadata -> () #

Eq EndpointMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointMetadata

Hashable EndpointMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointMetadata

type Rep EndpointMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointMetadata

type Rep EndpointMetadata = D1 ('MetaData "EndpointMetadata" "Amazonka.SageMaker.Types.EndpointMetadata" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "EndpointMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "endpointConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endpointStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointStatus))) :*: (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newEndpointMetadata Source #

Create a value of EndpointMetadata 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:EndpointMetadata', endpointMetadata_endpointConfigName - The name of the endpoint configuration.

$sel:endpointStatus:EndpointMetadata', endpointMetadata_endpointStatus - The status of the endpoint. For possible values of the status of an endpoint, see EndpointSummary$EndpointStatus.

$sel:failureReason:EndpointMetadata', endpointMetadata_failureReason - If the status of the endpoint is Failed, or the status is InService but update operation fails, this provides the reason why it failed.

$sel:endpointName:EndpointMetadata', endpointMetadata_endpointName - The name of the endpoint.

endpointMetadata_endpointConfigName :: Lens' EndpointMetadata (Maybe Text) Source #

The name of the endpoint configuration.

endpointMetadata_endpointStatus :: Lens' EndpointMetadata (Maybe EndpointStatus) Source #

The status of the endpoint. For possible values of the status of an endpoint, see EndpointSummary$EndpointStatus.

endpointMetadata_failureReason :: Lens' EndpointMetadata (Maybe Text) Source #

If the status of the endpoint is Failed, or the status is InService but update operation fails, this provides the reason why it failed.