DescribeTrialComponentResponse class

Constructors

DescribeTrialComponentResponse({UserContext? createdBy, DateTime? creationTime, String? displayName, DateTime? endTime, Map<String, TrialComponentArtifact>? inputArtifacts, UserContext? lastModifiedBy, DateTime? lastModifiedTime, MetadataProperties? metadataProperties, List<TrialComponentMetricSummary>? metrics, Map<String, TrialComponentArtifact>? outputArtifacts, Map<String, TrialComponentParameterValue>? parameters, TrialComponentSource? source, DateTime? startTime, TrialComponentStatus? status, String? trialComponentArn, String? trialComponentName})
DescribeTrialComponentResponse.fromJson(Map<String, dynamic> json)
factory

Properties

createdBy UserContext?
Who created the component.
final
creationTime DateTime?
When the component was created.
final
displayName String?
The name of the component as displayed. If DisplayName isn't specified, TrialComponentName is displayed.
final
endTime DateTime?
When the component ended.
final
hashCode int
The hash code for this object.
no setterinherited
inputArtifacts Map<String, TrialComponentArtifact>?
The input artifacts of the component.
final
lastModifiedBy UserContext?
Who last modified the component.
final
lastModifiedTime DateTime?
When the component was last modified.
final
metadataProperties MetadataProperties?
final
metrics List<TrialComponentMetricSummary>?
The metrics for the component.
final
outputArtifacts Map<String, TrialComponentArtifact>?
The output artifacts of the component.
final
parameters Map<String, TrialComponentParameterValue>?
The hyperparameters of the component.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source TrialComponentSource?
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
final
startTime DateTime?
When the component started.
final
status TrialComponentStatus?
The status of the component. States include:
final
trialComponentArn String?
The Amazon Resource Name (ARN) of the trial component.
final
trialComponentName String?
The name of the trial component.
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