Class: Aws::Types::PipelineExperimentConfig

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)


9887
9888
9889
# File 'sig/types.rbs', line 9887

def experiment_name
  @experiment_name
end

#trial_name::String

Returns the value of attribute trial_name.

Returns:

  • (::String)


9888
9889
9890
# File 'sig/types.rbs', line 9888

def trial_name
  @trial_name
end