AiIndexDeployedIndex

data class AiIndexDeployedIndex(val deployedIndexId: String? = null, val indexEndpoint: String? = null)

Constructors

Link copied to clipboard
constructor(deployedIndexId: String? = null, indexEndpoint: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deployedIndexId: String? = null

(Output) The ID of the DeployedIndex in the above IndexEndpoint.

Link copied to clipboard
val indexEndpoint: String? = null

(Output) A resource name of the IndexEndpoint.