Interface VertexAiIndexMetadata
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VertexAiIndexMetadata.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.978Z") @Stability(Stable) public interface VertexAiIndexMetadata extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiIndexMetadata.BuilderA builder forVertexAiIndexMetadatastatic classVertexAiIndexMetadata.Jsii$ProxyAn implementation forVertexAiIndexMetadata
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static VertexAiIndexMetadata.Builderbuilder()default VertexAiIndexMetadataConfiggetConfig()config block.StringgetContentsDeltaUri()Allows inserting, updating or deleting the contents of the Matching Engine Index.default ObjectgetIsCompleteOverwrite()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.
-
-
-
Method Detail
-
getContentsDeltaUri
@Stability(Stable) @NotNull String getContentsDeltaUri()
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 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index#contents_delta_uri VertexAiIndex#contents_delta_uri}
-
getConfig
@Stability(Stable) @Nullable default VertexAiIndexMetadataConfig getConfig()
config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index#config VertexAiIndex#config}
-
getIsCompleteOverwrite
@Stability(Stable) @Nullable default Object getIsCompleteOverwrite()
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.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index#is_complete_overwrite VertexAiIndex#is_complete_overwrite}
-
builder
@Stability(Stable) static VertexAiIndexMetadata.Builder builder()
- Returns:
- a
VertexAiIndexMetadata.BuilderofVertexAiIndexMetadata
-
-