Class: Aws::SageMaker::Types::TrialSource

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

Overview

The source of the trial.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_arnString

The Amazon Resource Name (ARN) of the source.

Returns:

  • (String)


46842
46843
46844
46845
46846
46847
# File 'lib/aws-sdk-sagemaker/types.rb', line 46842

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

#source_typeString

The source job type.

Returns:

  • (String)


46842
46843
46844
46845
46846
46847
# File 'lib/aws-sdk-sagemaker/types.rb', line 46842

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