toggle menu
pulumi-gcp-kotlin
6.67.1.1
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.vertex.kotlin.outputs
/
AiIndexIndexStat
Ai
Index
Index
Stat
data
class
AiIndexIndexStat
(
val
shardsCount
:
Int
?
=
null
,
val
vectorsCount
:
String
?
=
null
)
Members
Constructors
Ai
Index
Index
Stat
Link copied to clipboard
constructor
(
shardsCount
:
Int
?
=
null
,
vectorsCount
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
shards
Count
Link copied to clipboard
val
shardsCount
:
Int
?
=
null
(Output) The number of shards in the Index.
vectors
Count
Link copied to clipboard
val
vectorsCount
:
String
?
=
null
(Output) The number of vectors in the Index.