GoogleCloudAiplatformV1Artifact class

Instance of a general artifact.

Constructors

GoogleCloudAiplatformV1Artifact({String? createTime, String? description, String? displayName, String? etag, Map<String, String>? labels, Map<String, Object?>? metadata, String? name, String? schemaTitle, String? schemaVersion, String? state, String? updateTime, String? uri})
GoogleCloudAiplatformV1Artifact.fromJson(Map json_)

Properties

createTime String?
Timestamp when this Artifact was created.
getter/setter pair
description String?
Description of the Artifact
getter/setter pair
displayName String?
User provided display name of the Artifact.
getter/setter pair
etag String?
An eTag used to perform consistent read-modify-write updates.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
The labels with user-defined metadata to organize your Artifacts.
getter/setter pair
metadata Map<String, Object?>?
Properties of the Artifact.
getter/setter pair
name String?
The resource name of the Artifact.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaTitle String?
The title of the schema describing the metadata.
getter/setter pair
schemaVersion String?
The version of the schema in schema_name to use.
getter/setter pair
state String?
The state of this Artifact.
getter/setter pair
updateTime String?
Timestamp when this Artifact was last updated.
getter/setter pair
uri String?
The uniform resource identifier of the artifact file.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited