-BedrockRerankingConfiguration_NumberOfRerankedResult <
Int32>
The number of results to return after reranking.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_RerankingConfiguration_BedrockRerankingConfiguration_NumberOfRerankedResults |
Amazon.PowerShell.Cmdlets.BAR.AmazonBedrockAgentRuntimeClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The name that the metadata attribute must match.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_Filter_Equals_Key |
-Equals_Value <PSObject>
The value to whcih to compare the value of the metadata attribute.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_Filter_Equals_Value |
Knowledge base data sources are returned if their metadata attributes fulfill all the filter conditions inside this list. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_Filter_AndAll |
Knowledge base data sources are returned if their metadata attributes fulfill at least one of the filter conditions inside this list. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_Filter_OrAll |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The name that the metadata attribute must match.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_Filter_GreaterThan_Key |
-GreaterThan_Value <PSObject>
The value to whcih to compare the value of the metadata attribute.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_Filter_GreaterThan_Value |
-GreaterThanOrEquals_Key <
String>
The name that the metadata attribute must match.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_Filter_GreaterThanOrEquals_Key |
-GreaterThanOrEquals_Value <PSObject>
The value to whcih to compare the value of the metadata attribute.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_Filter_GreaterThanOrEquals_Value |
-GuardrailConfiguration_GuardrailId <
String>
The unique identifier for the guardrail.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-GuardrailConfiguration_GuardrailVersion <
String>
The version of the guardrail.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Metadata that can be used in a filter. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_ImplicitFilterConfiguration_MetadataAttributes |
-ImplicitFilterConfiguration_ModelArn <
String>
The model that generates the filter.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_ImplicitFilterConfiguration_ModelArn |
The name that the metadata attribute must match.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_Filter_In_Key |
-In_Value <PSObject>
The value to whcih to compare the value of the metadata attribute.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_Filter_In_Value |
The unique identifier of the knowledge base to query.
Required? | True |
Position? | 1 |
Accept pipeline input? | True (ByValue, ByPropertyName) |
The name that the metadata attribute must match.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_Filter_LessThan_Key |
-LessThan_Value <PSObject>
The value to whcih to compare the value of the metadata attribute.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_Filter_LessThan_Value |
-LessThanOrEquals_Key <
String>
The name that the metadata attribute must match.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_Filter_LessThanOrEquals_Key |
-LessThanOrEquals_Value <PSObject>
The value to whcih to compare the value of the metadata attribute.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_Filter_LessThanOrEquals_Value |
The name that the metadata attribute must match.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_Filter_ListContains_Key |
-ListContains_Value <PSObject>
The value to whcih to compare the value of the metadata attribute.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_Filter_ListContains_Value |
Specifies whether to consider all metadata when reranking, or only the metadata that you select. If you specify SELECTIVE, include the selectiveModeConfiguration field.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_RerankingConfiguration_BedrockRerankingConfiguration_MetadataConfiguration_SelectionMode |
-ModelConfiguration_AdditionalModelRequestField <
Hashtable>
A JSON object whose keys are request fields for the model and whose values are values for those fields. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_RerankingConfiguration_BedrockRerankingConfiguration_ModelConfiguration_AdditionalModelRequestFields |
-ModelConfiguration_ModelArn <
String>
The ARN of the reranker model to use.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_RerankingConfiguration_BedrockRerankingConfiguration_ModelConfiguration_ModelArn |
If there are more results than can fit in the response, the response returns a nextToken. Use this token in the nextToken field of another request to retrieve the next batch of results.
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. This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The name that the metadata attribute must match.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_Filter_NotEquals_Key |
-NotEquals_Value <PSObject>
The value to whcih to compare the value of the metadata attribute.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_Filter_NotEquals_Value |
The name that the metadata attribute must match.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_Filter_NotIn_Key |
-NotIn_Value <PSObject>
The value to whcih to compare the value of the metadata attribute.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_Filter_NotIn_Value |
The type of reranker model.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_RerankingConfiguration_Type |
The text of the query made to the knowledge base.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.BedrockAgentRuntime.Model.RetrieveResponse). Specifying the name of a property of type Amazon.BedrockAgentRuntime.Model.RetrieveResponse 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) |
An array of objects, each of which specifies a metadata field to exclude from consideration when reranking. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_RerankingConfiguration_BedrockRerankingConfiguration_MetadataConfiguration_SelectiveModeConfiguration_FieldsToExclude |
An array of objects, each of which specifies a metadata field to include in consideration when reranking. The remaining metadata fields are ignored. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_RerankingConfiguration_BedrockRerankingConfiguration_MetadataConfiguration_SelectiveModeConfiguration_FieldsToInclude |
The name that the metadata attribute must match.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_Filter_StartsWith_Key |
-StartsWith_Value <PSObject>
The value to whcih to compare the value of the metadata attribute.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_Filter_StartsWith_Value |
The name that the metadata attribute must match.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_Filter_StringContains_Key |
-StringContains_Value <PSObject>
The value to whcih to compare the value of the metadata attribute.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_Filter_StringContains_Value |
-VectorSearchConfiguration_NumberOfResult <
Int32>
The number of source chunks to retrieve.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_NumberOfResults |
-VectorSearchConfiguration_OverrideSearchType <
SearchType>
By default, Amazon Bedrock decides a search strategy for you. If you're using an Amazon OpenSearch Serverless vector store that contains a filterable text field, you can specify whether to query the knowledge base with a
HYBRID search using both vector embeddings and raw text, or
SEMANTIC search using only vector embeddings. For other vector store configurations, only
SEMANTIC search is available. For more information, see
Test a knowledge base.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RetrievalConfiguration_VectorSearchConfiguration_OverrideSearchType |