Class: Aws::Types::ExperimentRun
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentRun
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#experiment_definition_id ⇒ ::String
Returns the value of attribute experiment_definition_id.
-
#experiment_definition_snapshot ⇒ Types::ExperimentDefinitionSnapshot
Returns the value of attribute experiment_definition_snapshot.
-
#exposure_percentage ⇒ ::Float
Returns the value of attribute exposure_percentage.
-
#result ⇒ Types::ExperimentRunResult
Returns the value of attribute result.
-
#run ⇒ ::Integer
Returns the value of attribute run.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "RUNNING", "DONE"
Returns the value of attribute status.
-
#treatment_overrides ⇒ Types::TreatmentOverrides
Returns the value of attribute treatment_overrides.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
438 439 440 |
# File 'sig/types.rbs', line 438 def application_id @application_id end |
#description ⇒ ::String
Returns the value of attribute description.
441 442 443 |
# File 'sig/types.rbs', line 441 def description @description end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
448 449 450 |
# File 'sig/types.rbs', line 448 def ended_at @ended_at end |
#experiment_definition_id ⇒ ::String
Returns the value of attribute experiment_definition_id.
439 440 441 |
# File 'sig/types.rbs', line 439 def experiment_definition_id @experiment_definition_id end |
#experiment_definition_snapshot ⇒ Types::ExperimentDefinitionSnapshot
Returns the value of attribute experiment_definition_snapshot.
449 450 451 |
# File 'sig/types.rbs', line 449 def experiment_definition_snapshot @experiment_definition_snapshot end |
#exposure_percentage ⇒ ::Float
Returns the value of attribute exposure_percentage.
443 444 445 |
# File 'sig/types.rbs', line 443 def exposure_percentage @exposure_percentage end |
#result ⇒ Types::ExperimentRunResult
Returns the value of attribute result.
445 446 447 |
# File 'sig/types.rbs', line 445 def result @result end |
#run ⇒ ::Integer
Returns the value of attribute run.
440 441 442 |
# File 'sig/types.rbs', line 440 def run @run end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
446 447 448 |
# File 'sig/types.rbs', line 446 def started_at @started_at end |
#status ⇒ "RUNNING", "DONE"
Returns the value of attribute status.
442 443 444 |
# File 'sig/types.rbs', line 442 def status @status end |
#treatment_overrides ⇒ Types::TreatmentOverrides
Returns the value of attribute treatment_overrides.
444 445 446 |
# File 'sig/types.rbs', line 444 def treatment_overrides @treatment_overrides end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
447 448 449 |
# File 'sig/types.rbs', line 447 def updated_at @updated_at end |