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.

Instance Attribute Summary collapse

Instance Attribute Details

#source_arnString

The Amazon Resource Name (ARN) of the source.

Returns:

  • (String)


8992
8993
8994
8995
8996
# File 'lib/aws-sdk-sagemaker/types.rb', line 8992

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

#source_typeString

The source type.

Returns:

  • (String)


8992
8993
8994
8995
8996
# File 'lib/aws-sdk-sagemaker/types.rb', line 8992

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