GoogleCloudAiplatformV1IndexStats class
Stats of the Index.
Constructors
- GoogleCloudAiplatformV1IndexStats({int? shardsCount, String? sparseVectorsCount, String? vectorsCount})
- GoogleCloudAiplatformV1IndexStats.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
The number of shards in the Index.
getter/setter pair
- sparseVectorsCount ↔ String?
-
The number of sparse vectors in the Index.
getter/setter pair
- vectorsCount ↔ String?
-
The number of dense vectors in the Index.
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