Amazon.PowerShell.Cmdlets.S3V.AmazonS3VectorsClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The Amazon resource Name (ARN) of the vector index.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The name of the vector index.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The maximum number of vectors to return on a page.If you don't specify maxResults, the ListVectors operation uses a default value of 500.If the processed dataset size exceeds 1 MB before reaching the maxResults value, the operation stops and returns the vectors that are retrieved up to that point, along with a nextToken that you can use in a subsequent request to retrieve the next set of results.
Note: In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | MaxItems, MaxResults |
Pagination token from a previous request. The value of this field is empty for an initial request.
Note: This parameter is only used if you are manually controlling output pagination of the service API call.
'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
If true, the vector data of each vector will be included in the response. The default value is false.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
If true, the metadata associated with each vector will be included in the response. The default value is false.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
For a parallel ListVectors request, segmentCount represents the total number of vector segments into which the ListVectors operation will be divided. The value of segmentCount corresponds to the number of application workers that will perform the parallel ListVectors operation. For example, if you want to use four application threads to list vectors in a vector index, specify a segmentCount value of 4. If you specify a segmentCount value of 1, the ListVectors operation will be sequential rather than parallel.If you specify segmentCount, you must also specify segmentIndex.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
For a parallel ListVectors request, segmentIndex is the index of the segment from which to list vectors in the current request. It identifies an individual segment to be listed by an application worker. Segment IDs are zero-based, so the first segment is always 0. For example, if you want to use four application threads to list vectors in a vector index, then the first thread specifies a segmentIndex value of 0, the second thread specifies 1, and so on. The value of segmentIndex must be less than the value provided for segmentCount.If you provide segmentIndex, you must also provide segmentCount.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is 'Vectors'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.S3Vectors.Model.ListVectorsResponse). Specifying the name of a property of type Amazon.S3Vectors.Model.ListVectorsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The name of the vector bucket.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |