Class: Aws::Types::DescribeTrialResponse

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:



5358
5359
5360
# File 'sig/types.rbs', line 5358

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


5357
5358
5359
# File 'sig/types.rbs', line 5357

def creation_time
  @creation_time
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


5354
5355
5356
# File 'sig/types.rbs', line 5354

def display_name
  @display_name
end

#experiment_name::String

Returns the value of attribute experiment_name.

Returns:

  • (::String)


5355
5356
5357
# File 'sig/types.rbs', line 5355

def experiment_name
  @experiment_name
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



5360
5361
5362
# File 'sig/types.rbs', line 5360

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5359
5360
5361
# File 'sig/types.rbs', line 5359

def last_modified_time
  @last_modified_time
end

#metadata_propertiesTypes::MetadataProperties

Returns the value of attribute metadata_properties.



5361
5362
5363
# File 'sig/types.rbs', line 5361

def 
  @metadata_properties
end

#sourceTypes::TrialSource

Returns the value of attribute source.

Returns:



5356
5357
5358
# File 'sig/types.rbs', line 5356

def source
  @source
end

#trial_arn::String

Returns the value of attribute trial_arn.

Returns:

  • (::String)


5353
5354
5355
# File 'sig/types.rbs', line 5353

def trial_arn
  @trial_arn
end

#trial_name::String

Returns the value of attribute trial_name.

Returns:

  • (::String)


5352
5353
5354
# File 'sig/types.rbs', line 5352

def trial_name
  @trial_name
end