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:



11690
11691
11692
# File 'sig/types.rbs', line 11690

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


11689
11690
11691
# File 'sig/types.rbs', line 11689

def creation_time
  @creation_time
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


11683
11684
11685
# File 'sig/types.rbs', line 11683

def display_name
  @display_name
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


11688
11689
11690
# File 'sig/types.rbs', line 11688

def end_time
  @end_time
end

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

Returns the value of attribute input_artifacts.

Returns:



11694
11695
11696
# File 'sig/types.rbs', line 11694

def input_artifacts
  @input_artifacts
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



11692
11693
11694
# File 'sig/types.rbs', line 11692

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


11691
11692
11693
# File 'sig/types.rbs', line 11691

def last_modified_time
  @last_modified_time
end

#lineage_group_arn::String

Returns the value of attribute lineage_group_arn.

Returns:

  • (::String)


11699
11700
11701
# File 'sig/types.rbs', line 11699

def lineage_group_arn
  @lineage_group_arn
end

#metadata_propertiesTypes::MetadataProperties

Returns the value of attribute metadata_properties.



11697
11698
11699
# File 'sig/types.rbs', line 11697

def 
  @metadata_properties
end

#metrics::Array[Types::TrialComponentMetricSummary]

Returns the value of attribute metrics.



11696
11697
11698
# File 'sig/types.rbs', line 11696

def metrics
  @metrics
end

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

Returns the value of attribute output_artifacts.

Returns:



11695
11696
11697
# File 'sig/types.rbs', line 11695

def output_artifacts
  @output_artifacts
end

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

Returns the value of attribute parameters.

Returns:



11693
11694
11695
# File 'sig/types.rbs', line 11693

def parameters
  @parameters
end

#parents::Array[Types::Parent]

Returns the value of attribute parents.

Returns:



11701
11702
11703
# File 'sig/types.rbs', line 11701

def parents
  @parents
end

#run_name::String

Returns the value of attribute run_name.

Returns:

  • (::String)


11702
11703
11704
# File 'sig/types.rbs', line 11702

def run_name
  @run_name
end

#sourceTypes::TrialComponentSource

Returns the value of attribute source.



11685
11686
11687
# File 'sig/types.rbs', line 11685

def source
  @source
end

#source_detailTypes::TrialComponentSourceDetail

Returns the value of attribute source_detail.



11698
11699
11700
# File 'sig/types.rbs', line 11698

def source_detail
  @source_detail
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


11687
11688
11689
# File 'sig/types.rbs', line 11687

def start_time
  @start_time
end

#statusTypes::TrialComponentStatus

Returns the value of attribute status.



11686
11687
11688
# File 'sig/types.rbs', line 11686

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



11700
11701
11702
# File 'sig/types.rbs', line 11700

def tags
  @tags
end

#trial_component_arn::String

Returns the value of attribute trial_component_arn.

Returns:

  • (::String)


11684
11685
11686
# File 'sig/types.rbs', line 11684

def trial_component_arn
  @trial_component_arn
end

#trial_component_name::String

Returns the value of attribute trial_component_name.

Returns:

  • (::String)


11682
11683
11684
# File 'sig/types.rbs', line 11682

def trial_component_name
  @trial_component_name
end