Class FirestoreIndexFieldsVectorConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.firestore_index.FirestoreIndexFieldsVectorConfig.Jsii$Proxy
-
- All Implemented Interfaces:
FirestoreIndexFieldsVectorConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- FirestoreIndexFieldsVectorConfig
@Stability(Stable) @Internal public static final class FirestoreIndexFieldsVectorConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FirestoreIndexFieldsVectorConfig
An implementation forFirestoreIndexFieldsVectorConfig
-
-
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.firestore_index.FirestoreIndexFieldsVectorConfig
FirestoreIndexFieldsVectorConfig.Builder, FirestoreIndexFieldsVectorConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(FirestoreIndexFieldsVectorConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theFirestoreIndexFieldsVectorConfig.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)NumbergetDimension()The resulting index will only include vectors of this dimension, and can be used for vector search with the same dimension.FirestoreIndexFieldsVectorConfigFlatgetFlat()flat block.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(FirestoreIndexFieldsVectorConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theFirestoreIndexFieldsVectorConfig.Builder.
-
-
Method Detail
-
getDimension
public final Number getDimension()
Description copied from interface:FirestoreIndexFieldsVectorConfigThe resulting index will only include vectors of this dimension, and can be used for vector search with the same dimension.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_index#dimension FirestoreIndex#dimension}
- Specified by:
getDimensionin interfaceFirestoreIndexFieldsVectorConfig
-
getFlat
public final FirestoreIndexFieldsVectorConfigFlat getFlat()
Description copied from interface:FirestoreIndexFieldsVectorConfigflat block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_index#flat FirestoreIndex#flat}
- Specified by:
getFlatin interfaceFirestoreIndexFieldsVectorConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-