Class: Aws::SageMaker::Types::TrialComponentSource

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

Overview

The Amazon Resource Name (ARN) and job type of the source of a trial component.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_arnString

The source Amazon Resource Name (ARN).

Returns:

  • (String)


42415
42416
42417
42418
42419
42420
# File 'lib/aws-sdk-sagemaker/types.rb', line 42415

class TrialComponentSource < Struct.new(
  :source_arn,
  :source_type)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

The source job type.

Returns:

  • (String)


42415
42416
42417
42418
42419
42420
# File 'lib/aws-sdk-sagemaker/types.rb', line 42415

class TrialComponentSource < Struct.new(
  :source_arn,
  :source_type)
  SENSITIVE = []
  include Aws::Structure
end