Class: Aws::SageMaker::Types::CreateExperimentRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the experiment.

Returns:

  • (String)


6227
6228
6229
6230
6231
6232
6233
6234
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6227

class CreateExperimentRequest < Struct.new(
  :experiment_name,
  :display_name,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The name of the experiment as displayed. The name doesn't need to be unique. If you don't specify DisplayName, the value in ExperimentName is displayed.

Returns:

  • (String)


6227
6228
6229
6230
6231
6232
6233
6234
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6227

class CreateExperimentRequest < Struct.new(
  :experiment_name,
  :display_name,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#experiment_nameString

The name of the experiment. The name must be unique in your Amazon Web Services account and is not case-sensitive.

Returns:

  • (String)


6227
6228
6229
6230
6231
6232
6233
6234
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6227

class CreateExperimentRequest < Struct.new(
  :experiment_name,
  :display_name,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tags to associate with the experiment. You can use Search API to search on the tags.

Returns:



6227
6228
6229
6230
6231
6232
6233
6234
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6227

class CreateExperimentRequest < Struct.new(
  :experiment_name,
  :display_name,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end