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

Description

 
Synopsis

Documentation

data CandidateArtifactLocations Source #

The location of artifacts for an AutoML candidate job.

See: newCandidateArtifactLocations smart constructor.

Constructors

CandidateArtifactLocations' 

Fields

  • modelInsights :: Maybe Text

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

  • explainability :: Text

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

Instances

Instances details
FromJSON 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 #

Read CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

Show CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

NFData CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

Eq CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

Hashable 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "CandidateArtifactLocations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "modelInsights") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:modelInsights:CandidateArtifactLocations', candidateArtifactLocations_modelInsights - The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.

$sel:explainability:CandidateArtifactLocations', candidateArtifactLocations_explainability - The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.

candidateArtifactLocations_modelInsights :: Lens' CandidateArtifactLocations (Maybe Text) Source #

The Amazon S3 prefix to the model insight 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.