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

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

Instance Attribute Details

#source_pipeline_execution_arnString

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

Returns:

  • (String)


3093
3094
3095
3096
3097
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3093

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