GoogleCloudAiplatformV1Context class
Instance of a general context.
Constructors
-
GoogleCloudAiplatformV1Context({String? createTime, String? description, String? displayName, String? etag, Map<
String, String> ? labels, Map<String, Object?> ? metadata, String? name, List<String> ? parentContexts, String? schemaTitle, String? schemaVersion, String? updateTime}) - GoogleCloudAiplatformV1Context.fromJson(Map json_)
Properties
- createTime ↔ String?
-
Timestamp when this Context was created.
getter/setter pair
- description ↔ String?
-
Description of the Context
getter/setter pair
- displayName ↔ String?
-
User provided display name of the Context.
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 Contexts.
getter/setter pair
-
metadata
↔ Map<
String, Object?> ? -
Properties of the Context.
getter/setter pair
- name ↔ String?
-
The resource name of the Context.
getter/setter pair
-
parentContexts
↔ List<
String> ? -
A list of resource names of Contexts that are parents of this Context.
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
- updateTime ↔ String?
-
Timestamp when this Context 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