Class: Aws::Types::ExperimentConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#experiment_name::String

Returns the value of attribute experiment_name.

Returns:

  • (::String)


5889
5890
5891
# File 'sig/types.rbs', line 5889

def experiment_name
  @experiment_name
end

#run_name::String

Returns the value of attribute run_name.

Returns:

  • (::String)


5892
5893
5894
# File 'sig/types.rbs', line 5892

def run_name
  @run_name
end

#trial_component_display_name::String

Returns the value of attribute trial_component_display_name.

Returns:

  • (::String)


5891
5892
5893
# File 'sig/types.rbs', line 5891

def trial_component_display_name
  @trial_component_display_name
end

#trial_name::String

Returns the value of attribute trial_name.

Returns:

  • (::String)


5890
5891
5892
# File 'sig/types.rbs', line 5890

def trial_name
  @trial_name
end