class Aws::SageMaker::Types::CreateExperimentRequest

@note When making an API call, you may pass CreateExperimentRequest

data as a hash:

    {
      experiment_name: "ExperimentEntityName", # required
      display_name: "ExperimentEntityName",
      description: "ExperimentDescription",
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] experiment_name

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

@!attribute [rw] display_name

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.
@return [String]

@!attribute [rw] description

The description of the experiment.
@return [String]

@!attribute [rw] tags

A list of tags to associate with the experiment. You can use Search
API to search on the tags.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateExperimentRequest AWS API Documentation

Constants

SENSITIVE