ExperimentSummary class

A summary of the properties of an experiment. To get the complete set of properties, call the DescribeExperiment API and provide the ExperimentName.

Constructors

ExperimentSummary({DateTime? creationTime, String? displayName, String? experimentArn, String? experimentName, ExperimentSource? experimentSource, DateTime? lastModifiedTime})
ExperimentSummary.fromJson(Map<String, dynamic> json)
factory

Properties

creationTime DateTime?
When the experiment was created.
final
displayName String?
The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.
final
experimentArn String?
The Amazon Resource Name (ARN) of the experiment.
final
experimentName String?
The name of the experiment.
final
experimentSource ExperimentSource?
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedTime DateTime?
When the experiment was last modified.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited