pulumi-gcp-kotlin
6.67.0.0
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
)
Types
Constructors
Properties
Constructors
Ai
Index
Index
Stat
Link copied to clipboard
fun
AiIndexIndexStat
(
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.