Class: Aws::SageMaker::Types::CreateTrialRequest

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

#display_nameString

The name of the trial as displayed. The name doesn't need to be unique. If DisplayName isn't specified, TrialName is displayed.

Returns:

  • (String)


9374
9375
9376
9377
9378
9379
9380
9381
9382
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9374

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

#experiment_nameString

The name of the experiment to associate the trial with.

Returns:

  • (String)


9374
9375
9376
9377
9378
9379
9380
9381
9382
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9374

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

#metadata_propertiesTypes::MetadataProperties

Metadata properties of the tracking entity, trial, or trial component.



9374
9375
9376
9377
9378
9379
9380
9381
9382
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9374

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

#tagsArray<Types::Tag>

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

Returns:



9374
9375
9376
9377
9378
9379
9380
9381
9382
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9374

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

#trial_nameString

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

Returns:

  • (String)


9374
9375
9376
9377
9378
9379
9380
9381
9382
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9374

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