pulumi-gcp-kotlin
6.49.0.1
pulumi-gcp-kotlin
/
com.pulumi.gcp.vertex.kotlin.outputs
/
AiIndexDeployedIndex
Ai
Index
Deployed
Index
data
class
AiIndexDeployedIndex
(
val
deployedIndexId
:
String
?
=
null
,
val
indexEndpoint
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Ai
Index
Deployed
Index
Link copied to clipboard
fun
AiIndexDeployedIndex
(
deployedIndexId
:
String
?
=
null
,
indexEndpoint
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
deployed
Index
Id
Link copied to clipboard
val
deployedIndexId
:
String
?
=
null
The ID of the DeployedIndex in the above IndexEndpoint.
index
Endpoint
Link copied to clipboard
val
indexEndpoint
:
String
?
=
null
A resource name of the IndexEndpoint.