ArtifactSummary class
Lists a summary of the properties of an artifact. An artifact represents a URI addressable object or data. Some examples are a dataset and a model.
Constructors
- ArtifactSummary({String? artifactArn, String? artifactName, String? artifactType, DateTime? creationTime, DateTime? lastModifiedTime, ArtifactSource? source})
-
ArtifactSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- artifactArn → String?
-
The Amazon Resource Name (ARN) of the artifact.
final
- artifactName → String?
-
The name of the artifact.
final
- artifactType → String?
-
The type of the artifact.
final
- creationTime → DateTime?
-
When the artifact was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastModifiedTime → DateTime?
-
When the artifact was last modified.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → ArtifactSource?
-
The source of the artifact.
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