Upstash v0.3.14 published on Friday, Aug 9, 2024 by Upstash
upstash.getVectorIndex
Explore with Pulumi AI
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:
- Creation
Time int - Customer
Id string - Dimension
Count int - Endpoint string
- Id string
- Max
Daily intQueries - Max
Daily intUpdates - Max
Monthly intBandwidth - Max
Query intPer Second - Max
Reads intPer Request - Max
Total intMetadata Size - Max
Vector intCount - Max
Writes intPer Request - Max
Writes intPer Second - Name string
- Read
Only stringToken - Region string
- Reserved
Price double - Similarity
Function string - Token string
- Type string
- Creation
Time int - Customer
Id string - Dimension
Count int - Endpoint string
- Id string
- Max
Daily intQueries - Max
Daily intUpdates - Max
Monthly intBandwidth - Max
Query intPer Second - Max
Reads intPer Request - Max
Total intMetadata Size - Max
Vector intCount - Max
Writes intPer Request - Max
Writes intPer Second - Name string
- Read
Only stringToken - Region string
- Reserved
Price float64 - Similarity
Function string - Token string
- Type string
- creation
Time Integer - customer
Id String - dimension
Count Integer - endpoint String
- id String
- max
Daily IntegerQueries - max
Daily IntegerUpdates - max
Monthly IntegerBandwidth - max
Query IntegerPer Second - max
Reads IntegerPer Request - max
Total IntegerMetadata Size - max
Vector IntegerCount - max
Writes IntegerPer Request - max
Writes IntegerPer Second - name String
- read
Only StringToken - region String
- reserved
Price Double - similarity
Function String - token String
- type String
- creation
Time number - customer
Id string - dimension
Count number - endpoint string
- id string
- max
Daily numberQueries - max
Daily numberUpdates - max
Monthly numberBandwidth - max
Query numberPer Second - max
Reads numberPer Request - max
Total numberMetadata Size - max
Vector numberCount - max
Writes numberPer Request - max
Writes numberPer Second - name string
- read
Only stringToken - region string
- reserved
Price number - similarity
Function string - token string
- type string
- creation_
time int - customer_
id str - dimension_
count int - endpoint str
- id str
- max_
daily_ intqueries - max_
daily_ intupdates - max_
monthly_ intbandwidth - max_
query_ intper_ second - max_
reads_ intper_ request - max_
total_ intmetadata_ size - max_
vector_ intcount - max_
writes_ intper_ request - max_
writes_ intper_ second - name str
- read_
only_ strtoken - region str
- reserved_
price float - similarity_
function str - token str
- type str
- creation
Time Number - customer
Id String - dimension
Count Number - endpoint String
- id String
- max
Daily NumberQueries - max
Daily NumberUpdates - max
Monthly NumberBandwidth - max
Query NumberPer Second - max
Reads NumberPer Request - max
Total NumberMetadata Size - max
Vector NumberCount - max
Writes NumberPer Request - max
Writes NumberPer Second - name String
- read
Only StringToken - region String
- reserved
Price Number - similarity
Function String - token String
- type String
Package Details
- Repository
- upstash upstash/pulumi-upstash
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
upstash
Terraform Provider.