DescribeTrialResponse class

Constructors

DescribeTrialResponse({UserContext? createdBy, DateTime? creationTime, String? displayName, String? experimentName, UserContext? lastModifiedBy, DateTime? lastModifiedTime, MetadataProperties? metadataProperties, TrialSource? source, String? trialArn, String? trialName})
DescribeTrialResponse.fromJson(Map<String, dynamic> json)
factory

Properties

createdBy UserContext?
Who created the trial.
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?
Who last modified the trial.
final
lastModifiedTime DateTime?
When the trial was last modified.
final
metadataProperties MetadataProperties?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source TrialSource?
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
final
trialArn String?
The Amazon Resource Name (ARN) of the trial.
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