1. Packages
  2. Upstash
  3. API Docs
  4. getVectorIndex
Upstash v0.3.14 published on Friday, Aug 9, 2024 by Upstash

upstash.getVectorIndex

Explore with Pulumi AI

upstash logo
Upstash v0.3.14 published on Friday, Aug 9, 2024 by Upstash

    Using getVectorIndex

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getVectorIndex(args: GetVectorIndexArgs, opts?: InvokeOptions): Promise<GetVectorIndexResult>
    function getVectorIndexOutput(args: GetVectorIndexOutputArgs, opts?: InvokeOptions): Output<GetVectorIndexResult>
    def get_vector_index(id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetVectorIndexResult
    def get_vector_index_output(id: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetVectorIndexResult]
    func LookupVectorIndex(ctx *Context, args *LookupVectorIndexArgs, opts ...InvokeOption) (*LookupVectorIndexResult, error)
    func LookupVectorIndexOutput(ctx *Context, args *LookupVectorIndexOutputArgs, opts ...InvokeOption) LookupVectorIndexResultOutput

    > Note: This function is named LookupVectorIndex in the Go SDK.

    public static class GetVectorIndex 
    {
        public static Task<GetVectorIndexResult> InvokeAsync(GetVectorIndexArgs args, InvokeOptions? opts = null)
        public static Output<GetVectorIndexResult> Invoke(GetVectorIndexInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVectorIndexResult> getVectorIndex(GetVectorIndexArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: upstash:index/getVectorIndex:getVectorIndex
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Id string
    id String
    id string
    id str
    id String

    getVectorIndex Result

    The following output properties are available:

    Package Details

    Repository
    upstash upstash/pulumi-upstash
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the upstash Terraform Provider.
    upstash logo
    Upstash v0.3.14 published on Friday, Aug 9, 2024 by Upstash