class Aws::SageMaker::Types::CreateTrialRequest

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

data as a hash:

    {
      trial_name: "ExperimentEntityName", # required
      display_name: "ExperimentEntityName",
      experiment_name: "ExperimentEntityName", # required
      metadata_properties: {
        commit_id: "MetadataPropertyValue",
        repository: "MetadataPropertyValue",
        generated_by: "MetadataPropertyValue",
        project_id: "MetadataPropertyValue",
      },
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] trial_name

The name of the trial. 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 trial as displayed. The name doesn't need to be
unique. If `DisplayName` isn't specified, `TrialName` is displayed.
@return [String]

@!attribute [rw] experiment_name

The name of the experiment to associate the trial with.
@return [String]

@!attribute [rw] metadata_properties

Metadata properties of the tracking entity, trial, or trial
component.
@return [Types::MetadataProperties]

@!attribute [rw] tags

A list of tags to associate with the trial. 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/CreateTrialRequest AWS API Documentation

Constants

SENSITIVE