Artifact class final
Instance of a general artifact.
- Inheritance
-
- Object
- ProtoMessage
- Artifact
Constructors
-
Artifact({String name = '', String displayName = '', String uri = '', String etag = '', Map<
String, String> labels = const {}, Timestamp? createTime, Timestamp? updateTime, Artifact_State state = Artifact_State.$default, String schemaTitle = '', String schemaVersion = '', Struct? metadata, String description = ''}) - Artifact.fromJson(Object? j)
-
factory
Properties
- createTime → Timestamp?
-
Output only. Timestamp when this Artifact was created.
final
- description → String
-
Description of the Artifact
final
- displayName → String
-
User provided display name of the Artifact.
May be up to 128 Unicode characters.
final
- etag → String
-
An eTag used to perform consistent read-modify-write updates. If not set, a
blind "overwrite" update happens.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
→ Map<
String, String> -
The labels with user-defined metadata to organize your Artifacts.
final
- metadata → Struct?
-
Properties of the Artifact.
Top level metadata keys' heading and trailing spaces will be trimmed.
The size of this field should not exceed 200KB.
final
- name → String
-
Output only. The resource name of the Artifact.
final
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schemaTitle → String
-
The title of the schema describing the metadata.
final
- schemaVersion → String
-
The version of the schema in schema_name to use.
final
- state → Artifact_State
-
The state of this Artifact. This is a property of the Artifact, and does
not imply or capture any ongoing process. This property is managed by
clients (such as Vertex AI Pipelines), and the system does not prescribe
or check the validity of state transitions.
final
- updateTime → Timestamp?
-
Output only. Timestamp when this Artifact was last updated.
final
- uri → String
-
The uniform resource identifier of the artifact file.
May be empty if there is no actual artifact file.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String