GoogleCloudAiplatformV1Annotation class
Used to assign specific AnnotationSpec to a particular area of a DataItem or the whole part of the DataItem.
Constructors
-
GoogleCloudAiplatformV1Annotation({GoogleCloudAiplatformV1UserActionReference? annotationSource, String? createTime, String? etag, Map<
String, String> ? labels, String? name, Object? payload, String? payloadSchemaUri, String? updateTime}) - GoogleCloudAiplatformV1Annotation.fromJson(Map json_)
Properties
- annotationSource ↔ GoogleCloudAiplatformV1UserActionReference?
-
The source of the Annotation.
getter/setter pair
- createTime ↔ String?
-
Timestamp when this Annotation was created.
getter/setter pair
- etag ↔ String?
-
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 Annotations.
getter/setter pair
- name ↔ String?
-
Resource name of the Annotation.
getter/setter pair
- payload ↔ Object?
-
The schema of the payload can be found in payload_schema.
getter/setter pair
- payloadSchemaUri ↔ String?
-
Google Cloud Storage URI points to a YAML file describing payload.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
Timestamp when this Annotation was last updated.
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