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:



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

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


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

def creation_time
  @creation_time
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


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

def display_name
  @display_name
end

#experiment_name::String

Returns the value of attribute experiment_name.

Returns:

  • (::String)


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

def experiment_name
  @experiment_name
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



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

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


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

def last_modified_time
  @last_modified_time
end

#metadata_propertiesTypes::MetadataProperties

Returns the value of attribute metadata_properties.



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

def 
  @metadata_properties
end

#sourceTypes::TrialSource

Returns the value of attribute source.

Returns:



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

def source
  @source
end

#trial_arn::String

Returns the value of attribute trial_arn.

Returns:

  • (::String)


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

def trial_arn
  @trial_arn
end

#trial_name::String

Returns the value of attribute trial_name.

Returns:

  • (::String)


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

def trial_name
  @trial_name
end