GoogleCloudAiplatformV1Index class
A representation of a collection of database items organized in a way that allows for approximate nearest neighbor (a.k.a ANN) algorithms search.
Constructors
-
GoogleCloudAiplatformV1Index({String? createTime, List<
GoogleCloudAiplatformV1DeployedIndexRef> ? deployedIndexes, String? description, String? displayName, GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec, String? etag, GoogleCloudAiplatformV1IndexStats? indexStats, String? indexUpdateMethod, Map<String, String> ? labels, Object? metadata, String? metadataSchemaUri, String? name, String? updateTime}) - GoogleCloudAiplatformV1Index.fromJson(Map json_)
Properties
- createTime ↔ String?
-
Timestamp when this Index was created.
getter/setter pair
-
deployedIndexes
↔ List<
GoogleCloudAiplatformV1DeployedIndexRef> ? -
The pointers to DeployedIndexes created from this Index.
getter/setter pair
- description ↔ String?
-
The description of the Index.
getter/setter pair
- displayName ↔ String?
-
The display name of the Index.
getter/setter pair
- encryptionSpec ↔ GoogleCloudAiplatformV1EncryptionSpec?
-
Customer-managed encryption key spec for an Index.
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
- indexStats ↔ GoogleCloudAiplatformV1IndexStats?
-
Stats of the index resource.
getter/setter pair
- indexUpdateMethod ↔ String?
-
The update method to use with this Index.
getter/setter pair
-
labels
↔ Map<
String, String> ? -
The labels with user-defined metadata to organize your Indexes.
getter/setter pair
- metadata ↔ Object?
-
An additional information about the Index; the schema of the metadata can
be found in metadata_schema.
getter/setter pair
- metadataSchemaUri ↔ String?
-
Points to a YAML file stored on Google Cloud Storage describing additional
information about the Index, that is specific to it.
getter/setter pair
- name ↔ String?
-
The resource name of the Index.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
Timestamp when this Index was most recently 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