Class: Aws::SageMaker::Types::TransformJobStepMetadata

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Metadata for a transform job step.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the transform job that was run by this step execution.

Returns:

  • (String)


41722
41723
41724
41725
41726
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41722

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