Class: Aws::Types::Trial

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:



11680
11681
11682
# File 'sig/types.rbs', line 11680

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


11679
11680
11681
# File 'sig/types.rbs', line 11679

def creation_time
  @creation_time
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


11676
11677
11678
# File 'sig/types.rbs', line 11676

def display_name
  @display_name
end

#experiment_name::String

Returns the value of attribute experiment_name.

Returns:

  • (::String)


11677
11678
11679
# File 'sig/types.rbs', line 11677

def experiment_name
  @experiment_name
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



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

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


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

def last_modified_time
  @last_modified_time
end

#metadata_propertiesTypes::MetadataProperties

Returns the value of attribute metadata_properties.



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

def 
  @metadata_properties
end

#sourceTypes::TrialSource

Returns the value of attribute source.

Returns:



11678
11679
11680
# File 'sig/types.rbs', line 11678

def source
  @source
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end

#trial_arn::String

Returns the value of attribute trial_arn.

Returns:

  • (::String)


11675
11676
11677
# File 'sig/types.rbs', line 11675

def trial_arn
  @trial_arn
end

#trial_component_summaries::Array[Types::TrialComponentSimpleSummary]

Returns the value of attribute trial_component_summaries.



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

def trial_component_summaries
  @trial_component_summaries
end

#trial_name::String

Returns the value of attribute trial_name.

Returns:

  • (::String)


11674
11675
11676
# File 'sig/types.rbs', line 11674

def trial_name
  @trial_name
end