Trial class
The properties of a trial as returned by the Search API.
Constructors
-
Trial({UserContext? createdBy, DateTime? creationTime, String? displayName, String? experimentName, UserContext? lastModifiedBy, DateTime? lastModifiedTime, MetadataProperties? metadataProperties, TrialSource? source, List<
Tag> ? tags, String? trialArn, List<TrialComponentSimpleSummary> ? trialComponentSummaries, String? trialName}) -
Trial.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdBy → UserContext?
-
final
- creationTime → DateTime?
-
When the trial was created.
final
- displayName → String?
-
The name of the trial as displayed. If
DisplayName
isn't specified,TrialName
is displayed.final - experimentName → String?
-
The name of the experiment the trial is part of.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastModifiedBy → UserContext?
-
final
- lastModifiedTime → DateTime?
-
Who last modified the trial.
final
- metadataProperties → MetadataProperties?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → TrialSource?
-
final
-
The list of tags that are associated with the trial. You can use
Search API to search on the tags.
final
- trialArn → String?
-
The Amazon Resource Name (ARN) of the trial.
final
-
trialComponentSummaries
→ List<
TrialComponentSimpleSummary> ? -
A list of the components associated with the trial. For each component, a
summary of the component's properties is included.
final
- trialName → String?
-
The name of the trial.
final
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