AssociationSummary class
Lists a summary of the properties of an association. An association is an entity that links other lineage or experiment entities. An example would be an association between a training job and a model.
Constructors
- AssociationSummary({AssociationEdgeType? associationType, UserContext? createdBy, DateTime? creationTime, String? destinationArn, String? destinationName, String? destinationType, String? sourceArn, String? sourceName, String? sourceType})
-
AssociationSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- associationType → AssociationEdgeType?
-
The type of the association.
final
- createdBy → UserContext?
-
final
- creationTime → DateTime?
-
When the association was created.
final
- destinationArn → String?
-
The Amazon Resource Name (ARN) of the destination.
final
- destinationName → String?
-
The name of the destination.
final
- destinationType → String?
-
The destination type.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceArn → String?
-
The ARN of the source.
final
- sourceName → String?
-
The name of the source.
final
- sourceType → String?
-
The source type.
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