Class: Aws::Types::DescribeTrialComponentResponse

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:



5314
5315
5316
# File 'sig/types.rbs', line 5314

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


5313
5314
5315
# File 'sig/types.rbs', line 5313

def creation_time
  @creation_time
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


5308
5309
5310
# File 'sig/types.rbs', line 5308

def display_name
  @display_name
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


5312
5313
5314
# File 'sig/types.rbs', line 5312

def end_time
  @end_time
end

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

Returns the value of attribute input_artifacts.

Returns:



5318
5319
5320
# File 'sig/types.rbs', line 5318

def input_artifacts
  @input_artifacts
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



5316
5317
5318
# File 'sig/types.rbs', line 5316

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5315
5316
5317
# File 'sig/types.rbs', line 5315

def last_modified_time
  @last_modified_time
end

#lineage_group_arn::String

Returns the value of attribute lineage_group_arn.

Returns:

  • (::String)


5322
5323
5324
# File 'sig/types.rbs', line 5322

def lineage_group_arn
  @lineage_group_arn
end

#metadata_propertiesTypes::MetadataProperties

Returns the value of attribute metadata_properties.



5320
5321
5322
# File 'sig/types.rbs', line 5320

def 
  @metadata_properties
end

#metrics::Array[Types::TrialComponentMetricSummary]

Returns the value of attribute metrics.



5321
5322
5323
# File 'sig/types.rbs', line 5321

def metrics
  @metrics
end

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

Returns the value of attribute output_artifacts.

Returns:



5319
5320
5321
# File 'sig/types.rbs', line 5319

def output_artifacts
  @output_artifacts
end

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

Returns the value of attribute parameters.

Returns:



5317
5318
5319
# File 'sig/types.rbs', line 5317

def parameters
  @parameters
end

#sourceTypes::TrialComponentSource

Returns the value of attribute source.



5309
5310
5311
# File 'sig/types.rbs', line 5309

def source
  @source
end

#sources::Array[Types::TrialComponentSource]

Returns the value of attribute sources.

Returns:



5323
5324
5325
# File 'sig/types.rbs', line 5323

def sources
  @sources
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


5311
5312
5313
# File 'sig/types.rbs', line 5311

def start_time
  @start_time
end

#statusTypes::TrialComponentStatus

Returns the value of attribute status.



5310
5311
5312
# File 'sig/types.rbs', line 5310

def status
  @status
end

#trial_component_arn::String

Returns the value of attribute trial_component_arn.

Returns:

  • (::String)


5307
5308
5309
# File 'sig/types.rbs', line 5307

def trial_component_arn
  @trial_component_arn
end

#trial_component_name::String

Returns the value of attribute trial_component_name.

Returns:

  • (::String)


5306
5307
5308
# File 'sig/types.rbs', line 5306

def trial_component_name
  @trial_component_name
end