Get Ai Index Result
data class GetAiIndexResult(val createTime: String, val deployedIndexes: List<GetAiIndexDeployedIndex>, val description: String, val displayName: String, val effectiveLabels: Map<String, String>, val etag: String, val id: String, val indexStats: List<GetAiIndexIndexStat>, val indexUpdateMethod: String, val labels: Map<String, String>, val metadataSchemaUri: String, val metadatas: List<GetAiIndexMetadata>, val name: String, val project: String? = null, val pulumiLabels: Map<String, String>, val region: String, val updateTime: String)
A collection of values returned by getAiIndex.
Constructors
Link copied to clipboard
constructor(createTime: String, deployedIndexes: List<GetAiIndexDeployedIndex>, description: String, displayName: String, effectiveLabels: Map<String, String>, etag: String, id: String, indexStats: List<GetAiIndexIndexStat>, indexUpdateMethod: String, labels: Map<String, String>, metadataSchemaUri: String, metadatas: List<GetAiIndexMetadata>, name: String, project: String? = null, pulumiLabels: Map<String, String>, region: String, updateTime: String)