Class: Aws::SageMaker::Types::CacheHitResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#source_pipeline_execution_arnString

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

Returns:

  • (String)


3072
3073
3074
3075
3076
# File 'lib/aws-sdk-sagemaker/types.rb', line 3072

class CacheHitResult < Struct.new(
  :source_pipeline_execution_arn)
  SENSITIVE = []
  include Aws::Structure
end