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

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


18981
18982
18983
18984
18985
18986
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18981

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

#source_typeString

The source type.

Returns:

  • (String)


18981
18982
18983
18984
18985
18986
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18981

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