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)


12486
12487
12488
# File 'sig/types.rbs', line 12486

def display_name
  @display_name
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


12489
12490
12491
# File 'sig/types.rbs', line 12489

def end_time
  @end_time
end

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

Returns the value of attribute input_artifacts.

Returns:



12492
12493
12494
# File 'sig/types.rbs', line 12492

def input_artifacts
  @input_artifacts
end

#input_artifacts_to_remove::Array[::String]

Returns the value of attribute input_artifacts_to_remove.

Returns:

  • (::Array[::String])


12493
12494
12495
# File 'sig/types.rbs', line 12493

def input_artifacts_to_remove
  @input_artifacts_to_remove
end

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

Returns the value of attribute output_artifacts.

Returns:



12494
12495
12496
# File 'sig/types.rbs', line 12494

def output_artifacts
  @output_artifacts
end

#output_artifacts_to_remove::Array[::String]

Returns the value of attribute output_artifacts_to_remove.

Returns:

  • (::Array[::String])


12495
12496
12497
# File 'sig/types.rbs', line 12495

def output_artifacts_to_remove
  @output_artifacts_to_remove
end

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

Returns the value of attribute parameters.

Returns:



12490
12491
12492
# File 'sig/types.rbs', line 12490

def parameters
  @parameters
end

#parameters_to_remove::Array[::String]

Returns the value of attribute parameters_to_remove.

Returns:

  • (::Array[::String])


12491
12492
12493
# File 'sig/types.rbs', line 12491

def parameters_to_remove
  @parameters_to_remove
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


12488
12489
12490
# File 'sig/types.rbs', line 12488

def start_time
  @start_time
end

#statusTypes::TrialComponentStatus

Returns the value of attribute status.



12487
12488
12489
# File 'sig/types.rbs', line 12487

def status
  @status
end

#trial_component_name::String

Returns the value of attribute trial_component_name.

Returns:

  • (::String)


12485
12486
12487
# File 'sig/types.rbs', line 12485

def trial_component_name
  @trial_component_name
end