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

Description

 
Synopsis

Documentation

data CacheHitResult Source #

Details on the cache hit of a pipeline execution step.

See: newCacheHitResult smart constructor.

Constructors

CacheHitResult' 

Fields

Instances

Instances details
FromJSON CacheHitResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CacheHitResult

Generic CacheHitResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CacheHitResult

Associated Types

type Rep CacheHitResult :: Type -> Type #

Read CacheHitResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CacheHitResult

Show CacheHitResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CacheHitResult

NFData CacheHitResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CacheHitResult

Methods

rnf :: CacheHitResult -> () #

Eq CacheHitResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CacheHitResult

Hashable CacheHitResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CacheHitResult

type Rep CacheHitResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CacheHitResult

type Rep CacheHitResult = D1 ('MetaData "CacheHitResult" "Amazonka.SageMaker.Types.CacheHitResult" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "CacheHitResult'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourcePipelineExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCacheHitResult :: CacheHitResult Source #

Create a value of CacheHitResult 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:sourcePipelineExecutionArn:CacheHitResult', cacheHitResult_sourcePipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.

cacheHitResult_sourcePipelineExecutionArn :: Lens' CacheHitResult (Maybe Text) Source #

The Amazon Resource Name (ARN) of the pipeline execution.