TrialComponentSourceDetail class

Detailed information about the source of a trial component. Either ProcessingJob or TrainingJob is returned.

Constructors

TrialComponentSourceDetail({ProcessingJob? processingJob, String? sourceArn, TrainingJob? trainingJob, TransformJob? transformJob})
TrialComponentSourceDetail.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
processingJob ProcessingJob?
Information about a processing job that's the source of a trial component.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceArn String?
The Amazon Resource Name (ARN) of the source.
final
trainingJob TrainingJob?
Information about a training job that's the source of a trial component.
final
transformJob TransformJob?
Information about a transform job that's the source of a 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