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

Description

 
Synopsis

Documentation

data Endpoint Source #

A hosted endpoint for real-time inference.

See: newEndpoint smart constructor.

Constructors

Endpoint' 

Fields

Instances

Instances details
Eq Endpoint Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Endpoint

Read Endpoint Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Endpoint

Show Endpoint Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Endpoint

Generic Endpoint Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Endpoint

Associated Types

type Rep Endpoint :: Type -> Type #

Methods

from :: Endpoint -> Rep Endpoint x #

to :: Rep Endpoint x -> Endpoint #

NFData Endpoint Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Endpoint

Methods

rnf :: Endpoint -> () #

Hashable Endpoint Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Endpoint

Methods

hashWithSalt :: Int -> Endpoint -> Int #

hash :: Endpoint -> Int #

FromJSON Endpoint Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Endpoint

type Rep Endpoint Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Endpoint

type Rep Endpoint = D1 ('MetaData "Endpoint" "Amazonka.SageMaker.Types.Endpoint" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "Endpoint'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "productionVariants") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ProductionVariantSummary)))) :*: (S1 ('MetaSel ('Just "monitoringSchedules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MonitoringSchedule])) :*: (S1 ('MetaSel ('Just "dataCaptureConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataCaptureConfigSummary)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))) :*: ((S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "endpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "endpointConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "endpointStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EndpointStatus) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))))

newEndpoint Source #

Create a value of Endpoint 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:failureReason:Endpoint', endpoint_failureReason - If the endpoint failed, the reason it failed.

$sel:productionVariants:Endpoint', endpoint_productionVariants - A list of the production variants hosted on the endpoint. Each production variant is a model.

$sel:monitoringSchedules:Endpoint', endpoint_monitoringSchedules - A list of monitoring schedules for the endpoint. For information about model monitoring, see Amazon SageMaker Model Monitor.

$sel:dataCaptureConfig:Endpoint', endpoint_dataCaptureConfig - Undocumented member.

$sel:tags:Endpoint', endpoint_tags - A list of the tags associated with the endpoint. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

$sel:endpointName:Endpoint', endpoint_endpointName - The name of the endpoint.

$sel:endpointArn:Endpoint', endpoint_endpointArn - The Amazon Resource Name (ARN) of the endpoint.

$sel:endpointConfigName:Endpoint', endpoint_endpointConfigName - The endpoint configuration associated with the endpoint.

$sel:endpointStatus:Endpoint', endpoint_endpointStatus - The status of the endpoint.

$sel:creationTime:Endpoint', endpoint_creationTime - The time that the endpoint was created.

$sel:lastModifiedTime:Endpoint', endpoint_lastModifiedTime - The last time the endpoint was modified.

endpoint_failureReason :: Lens' Endpoint (Maybe Text) Source #

If the endpoint failed, the reason it failed.

endpoint_productionVariants :: Lens' Endpoint (Maybe (NonEmpty ProductionVariantSummary)) Source #

A list of the production variants hosted on the endpoint. Each production variant is a model.

endpoint_monitoringSchedules :: Lens' Endpoint (Maybe [MonitoringSchedule]) Source #

A list of monitoring schedules for the endpoint. For information about model monitoring, see Amazon SageMaker Model Monitor.

endpoint_tags :: Lens' Endpoint (Maybe [Tag]) Source #

A list of the tags associated with the endpoint. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

endpoint_endpointName :: Lens' Endpoint Text Source #

The name of the endpoint.

endpoint_endpointArn :: Lens' Endpoint Text Source #

The Amazon Resource Name (ARN) of the endpoint.

endpoint_endpointConfigName :: Lens' Endpoint Text Source #

The endpoint configuration associated with the endpoint.

endpoint_creationTime :: Lens' Endpoint UTCTime Source #

The time that the endpoint was created.

endpoint_lastModifiedTime :: Lens' Endpoint UTCTime Source #

The last time the endpoint was modified.