Uses of Class
com.google.cloud.aiplatform.v1.IndexStats
-
Packages that use IndexStats Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of IndexStats in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return IndexStats Modifier and Type Method Description IndexStats
IndexStats.Builder. build()
IndexStats
IndexStats.Builder. buildPartial()
static IndexStats
IndexStats. getDefaultInstance()
IndexStats
IndexStats.Builder. getDefaultInstanceForType()
IndexStats
IndexStats. getDefaultInstanceForType()
IndexStats
Index.Builder. getIndexStats()
Output only.IndexStats
Index. getIndexStats()
Output only.IndexStats
IndexOrBuilder. getIndexStats()
Output only.static IndexStats
IndexStats. parseDelimitedFrom(InputStream input)
static IndexStats
IndexStats. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IndexStats
IndexStats. parseFrom(byte[] data)
static IndexStats
IndexStats. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IndexStats
IndexStats. parseFrom(com.google.protobuf.ByteString data)
static IndexStats
IndexStats. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IndexStats
IndexStats. parseFrom(com.google.protobuf.CodedInputStream input)
static IndexStats
IndexStats. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IndexStats
IndexStats. parseFrom(InputStream input)
static IndexStats
IndexStats. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IndexStats
IndexStats. parseFrom(ByteBuffer data)
static IndexStats
IndexStats. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type IndexStats Modifier and Type Method Description com.google.protobuf.Parser<IndexStats>
IndexStats. getParserForType()
static com.google.protobuf.Parser<IndexStats>
IndexStats. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type IndexStats Modifier and Type Method Description IndexStats.Builder
IndexStats.Builder. mergeFrom(IndexStats other)
Index.Builder
Index.Builder. mergeIndexStats(IndexStats value)
Output only.static IndexStats.Builder
IndexStats. newBuilder(IndexStats prototype)
Index.Builder
Index.Builder. setIndexStats(IndexStats value)
Output only.
-