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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


44433
44434
44435
44436
44437
44438
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44433

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

#source_typeString

The source job type.

Returns:

  • (String)


44433
44434
44435
44436
44437
44438
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44433

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