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

Description

 
Synopsis

Documentation

data CandidateArtifactLocations Source #

The location of artifacts for an AutoML candidate job.

See: newCandidateArtifactLocations smart constructor.

Constructors

CandidateArtifactLocations' 

Fields

  • explainability :: Text

    The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.

Instances

Instances details
Eq CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

Read CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

Show CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

Generic CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

Associated Types

type Rep CandidateArtifactLocations :: Type -> Type #

NFData CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

Hashable CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

FromJSON CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

type Rep CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

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

newCandidateArtifactLocations Source #

Create a value of CandidateArtifactLocations 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:explainability:CandidateArtifactLocations', candidateArtifactLocations_explainability - The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.

candidateArtifactLocations_explainability :: Lens' CandidateArtifactLocations Text Source #

The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.