Class: Aws::Types::TrialComponent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_byTypes::UserContext

Returns the value of attribute created_by.

Returns:



11774
11775
11776
# File 'sig/types.rbs', line 11774

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


11773
11774
11775
# File 'sig/types.rbs', line 11773

def creation_time
  @creation_time
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


11767
11768
11769
# File 'sig/types.rbs', line 11767

def display_name
  @display_name
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


11772
11773
11774
# File 'sig/types.rbs', line 11772

def end_time
  @end_time
end

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

Returns the value of attribute input_artifacts.

Returns:



11778
11779
11780
# File 'sig/types.rbs', line 11778

def input_artifacts
  @input_artifacts
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



11776
11777
11778
# File 'sig/types.rbs', line 11776

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


11775
11776
11777
# File 'sig/types.rbs', line 11775

def last_modified_time
  @last_modified_time
end

#lineage_group_arn::String

Returns the value of attribute lineage_group_arn.

Returns:

  • (::String)


11783
11784
11785
# File 'sig/types.rbs', line 11783

def lineage_group_arn
  @lineage_group_arn
end

#metadata_propertiesTypes::MetadataProperties

Returns the value of attribute metadata_properties.



11781
11782
11783
# File 'sig/types.rbs', line 11781

def 
  
end

#metrics::Array[Types::TrialComponentMetricSummary]

Returns the value of attribute metrics.



11780
11781
11782
# File 'sig/types.rbs', line 11780

def metrics
  @metrics
end

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

Returns the value of attribute output_artifacts.

Returns:



11779
11780
11781
# File 'sig/types.rbs', line 11779

def output_artifacts
  @output_artifacts
end

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

Returns the value of attribute parameters.

Returns:



11777
11778
11779
# File 'sig/types.rbs', line 11777

def parameters
  @parameters
end

#parents::Array[Types::Parent]

Returns the value of attribute parents.

Returns:



11785
11786
11787
# File 'sig/types.rbs', line 11785

def parents
  @parents
end

#run_name::String

Returns the value of attribute run_name.

Returns:

  • (::String)


11786
11787
11788
# File 'sig/types.rbs', line 11786

def run_name
  @run_name
end

#sourceTypes::TrialComponentSource

Returns the value of attribute source.



11769
11770
11771
# File 'sig/types.rbs', line 11769

def source
  @source
end

#source_detailTypes::TrialComponentSourceDetail

Returns the value of attribute source_detail.



11782
11783
11784
# File 'sig/types.rbs', line 11782

def source_detail
  @source_detail
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


11771
11772
11773
# File 'sig/types.rbs', line 11771

def start_time
  @start_time
end

#statusTypes::TrialComponentStatus

Returns the value of attribute status.



11770
11771
11772
# File 'sig/types.rbs', line 11770

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



11784
11785
11786
# File 'sig/types.rbs', line 11784

def tags
  @tags
end

#trial_component_arn::String

Returns the value of attribute trial_component_arn.

Returns:

  • (::String)


11768
11769
11770
# File 'sig/types.rbs', line 11768

def trial_component_arn
  @trial_component_arn
end

#trial_component_name::String

Returns the value of attribute trial_component_name.

Returns:

  • (::String)


11766
11767
11768
# File 'sig/types.rbs', line 11766

def trial_component_name
  @trial_component_name
end