Ai Index Metadata
data class AiIndexMetadata(val config: AiIndexMetadataConfig? = null, val contentsDeltaUri: String? = null, val isCompleteOverwrite: Boolean? = null)
Constructors
Link copied to clipboard
fun AiIndexMetadata(config: AiIndexMetadataConfig? = null, contentsDeltaUri: String? = null, isCompleteOverwrite: Boolean? = null)
Types
Properties
Link copied to clipboard
Allows inserting, updating or deleting the contents of the Matching Engine Index. The string must be a valid Cloud Storage directory path. If this field is set when calling IndexService.UpdateIndex, then no other Index field can be also updated as part of the same call. The expected structure and format of the files this URI points to is described at https://cloud.google.com/vertex-ai/docs/matching-engine/using-matching-engine#input-data-format