Class VertexAiIndexMetadata.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.vertex_ai_index.VertexAiIndexMetadata.Jsii$Proxy
-
- All Implemented Interfaces:
VertexAiIndexMetadata,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VertexAiIndexMetadata
@Stability(Stable) @Internal public static final class VertexAiIndexMetadata.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VertexAiIndexMetadata
An implementation forVertexAiIndexMetadata
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.vertex_ai_index.VertexAiIndexMetadata
VertexAiIndexMetadata.Builder, VertexAiIndexMetadata.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VertexAiIndexMetadata.Builder builder)Constructor that initializes the object based on literal property values passed by theVertexAiIndexMetadata.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)VertexAiIndexMetadataConfiggetConfig()config block.StringgetContentsDeltaUri()Allows inserting, updating or deleting the contents of the Matching Engine Index.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.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(VertexAiIndexMetadata.Builder builder)
Constructor that initializes the object based on literal property values passed by theVertexAiIndexMetadata.Builder.
-
-
Method Detail
-
getContentsDeltaUri
public final String getContentsDeltaUri()
Description copied from interface:VertexAiIndexMetadataAllows 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}
- Specified by:
getContentsDeltaUriin interfaceVertexAiIndexMetadata
-
getConfig
public final VertexAiIndexMetadataConfig getConfig()
Description copied from interface:VertexAiIndexMetadataconfig block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index#config VertexAiIndex#config}
- Specified by:
getConfigin interfaceVertexAiIndexMetadata
-
getIsCompleteOverwrite
public final Object getIsCompleteOverwrite()
Description copied from interface:VertexAiIndexMetadataIf 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}
- Specified by:
getIsCompleteOverwritein interfaceVertexAiIndexMetadata
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-