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)


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

def display_name
  @display_name
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


12472
12473
12474
# File 'sig/types.rbs', line 12472

def end_time
  @end_time
end

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

Returns the value of attribute input_artifacts.

Returns:



12475
12476
12477
# File 'sig/types.rbs', line 12475

def input_artifacts
  @input_artifacts
end

#input_artifacts_to_remove::Array[::String]

Returns the value of attribute input_artifacts_to_remove.

Returns:

  • (::Array[::String])


12476
12477
12478
# File 'sig/types.rbs', line 12476

def input_artifacts_to_remove
  @input_artifacts_to_remove
end

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

Returns the value of attribute output_artifacts.

Returns:



12477
12478
12479
# File 'sig/types.rbs', line 12477

def output_artifacts
  @output_artifacts
end

#output_artifacts_to_remove::Array[::String]

Returns the value of attribute output_artifacts_to_remove.

Returns:

  • (::Array[::String])


12478
12479
12480
# File 'sig/types.rbs', line 12478

def output_artifacts_to_remove
  @output_artifacts_to_remove
end

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

Returns the value of attribute parameters.

Returns:



12473
12474
12475
# File 'sig/types.rbs', line 12473

def parameters
  @parameters
end

#parameters_to_remove::Array[::String]

Returns the value of attribute parameters_to_remove.

Returns:

  • (::Array[::String])


12474
12475
12476
# File 'sig/types.rbs', line 12474

def parameters_to_remove
  @parameters_to_remove
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


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

def start_time
  @start_time
end

#statusTypes::TrialComponentStatus

Returns the value of attribute status.



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

def status
  @status
end

#trial_component_name::String

Returns the value of attribute trial_component_name.

Returns:

  • (::String)


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

def trial_component_name
  @trial_component_name
end