Class: Aws::Types::ExperimentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


5907
5908
5909
# File 'sig/types.rbs', line 5907

def creation_time
  @creation_time
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


5905
5906
5907
# File 'sig/types.rbs', line 5905

def display_name
  @display_name
end

#experiment_arn::String

Returns the value of attribute experiment_arn.

Returns:

  • (::String)


5903
5904
5905
# File 'sig/types.rbs', line 5903

def experiment_arn
  @experiment_arn
end

#experiment_name::String

Returns the value of attribute experiment_name.

Returns:

  • (::String)


5904
5905
5906
# File 'sig/types.rbs', line 5904

def experiment_name
  @experiment_name
end

#experiment_sourceTypes::ExperimentSource

Returns the value of attribute experiment_source.



5906
5907
5908
# File 'sig/types.rbs', line 5906

def experiment_source
  @experiment_source
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5908
5909
5910
# File 'sig/types.rbs', line 5908

def last_modified_time
  @last_modified_time
end