Class 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
    • 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

      • 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()
      • 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)