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.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
FromJSON 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 #

Read ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

Show ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

NFData ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

Methods

rnf :: ModelDeployResult -> () #

Eq ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

Hashable 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" '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.