|
458 | 458 | {"shape":"ResourceNotFoundException"},
|
459 | 459 | {"shape":"ServiceQuotaExceededException"}
|
460 | 460 | ],
|
461 |
| - "documentation":"<p>Deletes documents from a data source and syncs the changes to the knowledge base that is connected to it. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/kb-real-time-ingestion.html\">Ingest documents into a knowledge base in real-time</a> in the Amazon Bedrock User Guide.</p>", |
| 461 | + "documentation":"<p>Deletes documents from a data source and syncs the changes to the knowledge base that is connected to it. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/kb-direct-ingestion.html\">Ingest changes directly into a knowledge base</a> in the Amazon Bedrock User Guide.</p>", |
462 | 462 | "idempotent":true
|
463 | 463 | },
|
464 | 464 | "DeletePrompt":{
|
|
754 | 754 | {"shape":"ResourceNotFoundException"},
|
755 | 755 | {"shape":"ServiceQuotaExceededException"}
|
756 | 756 | ],
|
757 |
| - "documentation":"<p>Retrieves specific documents from a data source that is connected to a knowledge base. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/kb-real-time-ingestion.html\">Ingest documents into a knowledge base in real-time</a> in the Amazon Bedrock User Guide.</p>" |
| 757 | + "documentation":"<p>Retrieves specific documents from a data source that is connected to a knowledge base. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/kb-direct-ingestion.html\">Ingest changes directly into a knowledge base</a> in the Amazon Bedrock User Guide.</p>" |
758 | 758 | },
|
759 | 759 | "GetPrompt":{
|
760 | 760 | "name":"GetPrompt",
|
|
791 | 791 | {"shape":"ResourceNotFoundException"},
|
792 | 792 | {"shape":"ServiceQuotaExceededException"}
|
793 | 793 | ],
|
794 |
| - "documentation":"<p>Ingests documents directly into the knowledge base that is connected to the data source. The <code>dataSourceType</code> specified in the content for each document must match the type of the data source that you specify in the header. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/kb-real-time-ingestion.html\">Ingest documents into a knowledge base in real-time</a> in the Amazon Bedrock User Guide.</p>", |
| 794 | + "documentation":"<p>Ingests documents directly into the knowledge base that is connected to the data source. The <code>dataSourceType</code> specified in the content for each document must match the type of the data source that you specify in the header. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/kb-direct-ingestion.html\">Ingest changes directly into a knowledge base</a> in the Amazon Bedrock User Guide.</p>", |
795 | 795 | "idempotent":true
|
796 | 796 | },
|
797 | 797 | "ListAgentActionGroups":{
|
|
1007 | 1007 | {"shape":"ResourceNotFoundException"},
|
1008 | 1008 | {"shape":"ServiceQuotaExceededException"}
|
1009 | 1009 | ],
|
1010 |
| - "documentation":"<p>Retrieves all the documents contained in a data source that is connected to a knowledge base. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/kb-real-time-ingestion.html\">Ingest documents into a knowledge base in real-time</a> in the Amazon Bedrock User Guide.</p>" |
| 1010 | + "documentation":"<p>Retrieves all the documents contained in a data source that is connected to a knowledge base. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/kb-direct-ingestion.html\">Ingest changes directly into a knowledge base</a> in the Amazon Bedrock User Guide.</p>" |
1011 | 1011 | },
|
1012 | 1012 | "ListKnowledgeBases":{
|
1013 | 1013 | "name":"ListKnowledgeBases",
|
|
7999 | 7999 | "PromptConfiguration":{
|
8000 | 8000 | "type":"structure",
|
8001 | 8001 | "members":{
|
| 8002 | + "additionalModelRequestFields":{ |
| 8003 | + "shape":"Document", |
| 8004 | + "documentation":"<p>If the Converse or ConverseStream operations support the model, <code>additionalModelRequestFields</code> contains additional inference parameters, beyond the base set of inference parameters in the <code>inferenceConfiguration</code> field. </p> <p>For more information, see <i>Inference request parameters and response fields for foundation models</i> in the Amazon Bedrock user guide.</p>" |
| 8005 | + }, |
8002 | 8006 | "basePromptTemplate":{
|
8003 | 8007 | "shape":"BasePromptTemplate",
|
8004 | 8008 | "documentation":"<p>Defines the prompt template with which to replace the default prompt template. You can use placeholder variables in the base prompt template to customize the prompt. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-placeholders.html\">Prompt template placeholder variables</a>. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/advanced-prompts-configure.html\">Configure the prompt templates</a>.</p>"
|
|
0 commit comments