Class: Aws::Types::UpdateTrialComponentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


12461
12462
12463
# File 'sig/types.rbs', line 12461

def display_name
  @display_name
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


12464
12465
12466
# File 'sig/types.rbs', line 12464

def end_time
  @end_time
end

#input_artifacts::Hash[::String, Types::TrialComponentArtifact]

Returns the value of attribute input_artifacts.

Returns:



12467
12468
12469
# File 'sig/types.rbs', line 12467

def input_artifacts
  @input_artifacts
end

#input_artifacts_to_remove::Array[::String]

Returns the value of attribute input_artifacts_to_remove.

Returns:

  • (::Array[::String])


12468
12469
12470
# File 'sig/types.rbs', line 12468

def input_artifacts_to_remove
  @input_artifacts_to_remove
end

#output_artifacts::Hash[::String, Types::TrialComponentArtifact]

Returns the value of attribute output_artifacts.

Returns:



12469
12470
12471
# File 'sig/types.rbs', line 12469

def output_artifacts
  @output_artifacts
end

#output_artifacts_to_remove::Array[::String]

Returns the value of attribute output_artifacts_to_remove.

Returns:

  • (::Array[::String])


12470
12471
12472
# File 'sig/types.rbs', line 12470

def output_artifacts_to_remove
  @output_artifacts_to_remove
end

#parameters::Hash[::String, Types::TrialComponentParameterValue]

Returns the value of attribute parameters.

Returns:



12465
12466
12467
# File 'sig/types.rbs', line 12465

def parameters
  @parameters
end

#parameters_to_remove::Array[::String]

Returns the value of attribute parameters_to_remove.

Returns:

  • (::Array[::String])


12466
12467
12468
# File 'sig/types.rbs', line 12466

def parameters_to_remove
  @parameters_to_remove
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


12463
12464
12465
# File 'sig/types.rbs', line 12463

def start_time
  @start_time
end

#statusTypes::TrialComponentStatus

Returns the value of attribute status.



12462
12463
12464
# File 'sig/types.rbs', line 12462

def status
  @status
end

#trial_component_name::String

Returns the value of attribute trial_component_name.

Returns:

  • (::String)


12460
12461
12462
# File 'sig/types.rbs', line 12460

def trial_component_name
  @trial_component_name
end