Class VertexAiIndexMetadataConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.vertex_ai_index.VertexAiIndexMetadataConfigOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.980Z") @Stability(Stable) public class VertexAiIndexMetadataConfigOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description VertexAiIndexMetadataConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedVertexAiIndexMetadataConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedVertexAiIndexMetadataConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
VertexAiIndexMetadataConfigOutputReference
protected VertexAiIndexMetadataConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
VertexAiIndexMetadataConfigOutputReference
protected VertexAiIndexMetadataConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
VertexAiIndexMetadataConfigOutputReference
@Stability(Stable) public VertexAiIndexMetadataConfigOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
putAlgorithmConfig
@Stability(Stable) public void putAlgorithmConfig(@NotNull VertexAiIndexMetadataConfigAlgorithmConfig value)- Parameters:
value- This parameter is required.
-
resetAlgorithmConfig
@Stability(Stable) public void resetAlgorithmConfig()
-
resetApproximateNeighborsCount
@Stability(Stable) public void resetApproximateNeighborsCount()
-
resetDistanceMeasureType
@Stability(Stable) public void resetDistanceMeasureType()
-
resetFeatureNormType
@Stability(Stable) public void resetFeatureNormType()
-
resetShardSize
@Stability(Stable) public void resetShardSize()
-
getAlgorithmConfig
@Stability(Stable) @NotNull public VertexAiIndexMetadataConfigAlgorithmConfigOutputReference getAlgorithmConfig()
-
getAlgorithmConfigInput
@Stability(Stable) @Nullable public VertexAiIndexMetadataConfigAlgorithmConfig getAlgorithmConfigInput()
-
getApproximateNeighborsCountInput
@Stability(Stable) @Nullable public Number getApproximateNeighborsCountInput()
-
getDimensionsInput
@Stability(Stable) @Nullable public Number getDimensionsInput()
-
getDistanceMeasureTypeInput
@Stability(Stable) @Nullable public String getDistanceMeasureTypeInput()
-
getFeatureNormTypeInput
@Stability(Stable) @Nullable public String getFeatureNormTypeInput()
-
getShardSizeInput
@Stability(Stable) @Nullable public String getShardSizeInput()
-
getApproximateNeighborsCount
@Stability(Stable) @NotNull public Number getApproximateNeighborsCount()
-
setApproximateNeighborsCount
@Stability(Stable) public void setApproximateNeighborsCount(@NotNull Number value)
-
getDimensions
@Stability(Stable) @NotNull public Number getDimensions()
-
setDimensions
@Stability(Stable) public void setDimensions(@NotNull Number value)
-
getDistanceMeasureType
@Stability(Stable) @NotNull public String getDistanceMeasureType()
-
setDistanceMeasureType
@Stability(Stable) public void setDistanceMeasureType(@NotNull String value)
-
getFeatureNormType
@Stability(Stable) @NotNull public String getFeatureNormType()
-
setFeatureNormType
@Stability(Stable) public void setFeatureNormType(@NotNull String value)
-
getShardSize
@Stability(Stable) @NotNull public String getShardSize()
-
setShardSize
@Stability(Stable) public void setShardSize(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public VertexAiIndexMetadataConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable VertexAiIndexMetadataConfig value)
-
-