Class: Aws::SageMaker::Types::CacheHitResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CacheHitResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Details on the cache hit of a pipeline execution step.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_pipeline_execution_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline execution.
Instance Attribute Details
#source_pipeline_execution_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline execution.
3275 3276 3277 3278 3279 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3275 class CacheHitResult < Struct.new( :source_pipeline_execution_arn) SENSITIVE = [] include Aws::Structure end |