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

Description

 
Synopsis

Documentation

data ModelDeployResult Source #

Provides information about the endpoint of the model deployment.

See: newModelDeployResult smart constructor.

Constructors

ModelDeployResult' 

Fields

  • endpointName :: Maybe Text

    The name of the endpoint to which the model has been deployed.

    If model deployment fails, this field is omitted from the response.

Instances

Instances details
Eq ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

Read ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

Show ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

Generic ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

Associated Types

type Rep ModelDeployResult :: Type -> Type #

NFData ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

Methods

rnf :: ModelDeployResult -> () #

Hashable ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

FromJSON ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

type Rep ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

type Rep ModelDeployResult = D1 ('MetaData "ModelDeployResult" "Amazonka.SageMaker.Types.ModelDeployResult" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelDeployResult'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newModelDeployResult :: ModelDeployResult Source #

Create a value of ModelDeployResult 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:endpointName:ModelDeployResult', modelDeployResult_endpointName - The name of the endpoint to which the model has been deployed.

If model deployment fails, this field is omitted from the response.

modelDeployResult_endpointName :: Lens' ModelDeployResult (Maybe Text) Source #

The name of the endpoint to which the model has been deployed.

If model deployment fails, this field is omitted from the response.