AiIndexMetadataArgs

data class AiIndexMetadataArgs(val config: Output<AiIndexMetadataConfigArgs>? = null, val contentsDeltaUri: Output<String>? = null, val isCompleteOverwrite: Output<Boolean>? = null) : ConvertibleToJava<AiIndexMetadataArgs>

Constructors

Link copied to clipboard
constructor(config: Output<AiIndexMetadataConfigArgs>? = null, contentsDeltaUri: Output<String>? = null, isCompleteOverwrite: Output<Boolean>? = null)

Properties

Link copied to clipboard
val config: Output<AiIndexMetadataConfigArgs>? = null

The configuration of the Matching Engine Index. Structure is documented below.

Link copied to clipboard
val contentsDeltaUri: Output<String>? = null

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

Link copied to clipboard
val isCompleteOverwrite: Output<Boolean>? = null

If this field is set together with contentsDeltaUri when calling IndexService.UpdateIndex, then existing content of the Index will be replaced by the data from the contentsDeltaUri.

Functions

Link copied to clipboard
open override fun toJava(): AiIndexMetadataArgs