Class: Aws::SageMaker::Types::CacheHitResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CacheHitResult
- Defined in:
- gems/aws-sdk-sagemaker/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.
2899 2900 2901 2902 2903 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2899 class CacheHitResult < Struct.new( :source_pipeline_execution_arn) SENSITIVE = [] include Aws::Structure end |