Class: Aws::SageMaker::Types::ExperimentSource

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

Overview

The source of the experiment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_arnString

The Amazon Resource Name (ARN) of the source.

Returns:

  • (String)


17790
17791
17792
17793
17794
17795
# File 'lib/aws-sdk-sagemaker/types.rb', line 17790

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

#source_typeString

The source type.

Returns:

  • (String)


17790
17791
17792
17793
17794
17795
# File 'lib/aws-sdk-sagemaker/types.rb', line 17790

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