Class: Aws::Types::DescribeTrialComponentResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#created_byTypes::UserContext

Returns the value of attribute created_by.



5333
5334
5335
# File 'sig/types.rbs', line 5333

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.



5332
5333
5334
# File 'sig/types.rbs', line 5332

def creation_time
  @creation_time
end

#display_name::String

Returns the value of attribute display_name.



5327
5328
5329
# File 'sig/types.rbs', line 5327

def display_name
  @display_name
end

#end_time::Time

Returns the value of attribute end_time.



5331
5332
5333
# File 'sig/types.rbs', line 5331

def end_time
  @end_time
end

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

Returns the value of attribute input_artifacts.



5337
5338
5339
# File 'sig/types.rbs', line 5337

def input_artifacts
  @input_artifacts
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.



5335
5336
5337
# File 'sig/types.rbs', line 5335

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.



5334
5335
5336
# File 'sig/types.rbs', line 5334

def last_modified_time
  @last_modified_time
end

#lineage_group_arn::String

Returns the value of attribute lineage_group_arn.



5341
5342
5343
# File 'sig/types.rbs', line 5341

def lineage_group_arn
  @lineage_group_arn
end

#metadata_propertiesTypes::MetadataProperties

Returns the value of attribute metadata_properties.



5339
5340
5341
# File 'sig/types.rbs', line 5339

def 
  
end

#metrics::Array[Types::TrialComponentMetricSummary]

Returns the value of attribute metrics.



5340
5341
5342
# File 'sig/types.rbs', line 5340

def metrics
  @metrics
end

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

Returns the value of attribute output_artifacts.



5338
5339
5340
# File 'sig/types.rbs', line 5338

def output_artifacts
  @output_artifacts
end

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

Returns the value of attribute parameters.



5336
5337
5338
# File 'sig/types.rbs', line 5336

def parameters
  @parameters
end

#sourceTypes::TrialComponentSource

Returns the value of attribute source.



5328
5329
5330
# File 'sig/types.rbs', line 5328

def source
  @source
end

#sources::Array[Types::TrialComponentSource]

Returns the value of attribute sources.



5342
5343
5344
# File 'sig/types.rbs', line 5342

def sources
  @sources
end

#start_time::Time

Returns the value of attribute start_time.



5330
5331
5332
# File 'sig/types.rbs', line 5330

def start_time
  @start_time
end

#statusTypes::TrialComponentStatus

Returns the value of attribute status.



5329
5330
5331
# File 'sig/types.rbs', line 5329

def status
  @status
end

#trial_component_arn::String

Returns the value of attribute trial_component_arn.



5326
5327
5328
# File 'sig/types.rbs', line 5326

def trial_component_arn
  @trial_component_arn
end

#trial_component_name::String

Returns the value of attribute trial_component_name.



5325
5326
5327
# File 'sig/types.rbs', line 5325

def trial_component_name
  @trial_component_name
end