Class: Aws::Types::CreateTrialComponentRequest

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)


2943
2944
2945
# File 'sig/types.rbs', line 2943

def display_name
  @display_name
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


2946
2947
2948
# File 'sig/types.rbs', line 2946

def end_time
  @end_time
end

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

Returns the value of attribute input_artifacts.

Returns:



2948
2949
2950
# File 'sig/types.rbs', line 2948

def input_artifacts
  @input_artifacts
end

#metadata_propertiesTypes::MetadataProperties

Returns the value of attribute metadata_properties.



2950
2951
2952
# File 'sig/types.rbs', line 2950

def 
  @metadata_properties
end

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

Returns the value of attribute output_artifacts.

Returns:



2949
2950
2951
# File 'sig/types.rbs', line 2949

def output_artifacts
  @output_artifacts
end

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

Returns the value of attribute parameters.

Returns:



2947
2948
2949
# File 'sig/types.rbs', line 2947

def parameters
  @parameters
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


2945
2946
2947
# File 'sig/types.rbs', line 2945

def start_time
  @start_time
end

#statusTypes::TrialComponentStatus

Returns the value of attribute status.



2944
2945
2946
# File 'sig/types.rbs', line 2944

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2951
2952
2953
# File 'sig/types.rbs', line 2951

def tags
  @tags
end

#trial_component_name::String

Returns the value of attribute trial_component_name.

Returns:

  • (::String)


2942
2943
2944
# File 'sig/types.rbs', line 2942

def trial_component_name
  @trial_component_name
end