You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Performs the `CreateKnowledgeBase` operation on the `AmazonBedrockAgentBuildTimeLambda` service.
823
823
///
824
-
/// Creates a knowledge base that contains data sources from which information can be queried and used by LLMs. To create a knowledge base, you must first set up your data sources and configure a supported vector store. For more information, see [Set up your data for ingestion](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup.html). If you prefer to let Amazon Bedrock create and manage a vector store for you in Amazon OpenSearch Service, use the console. For more information, see [Create a knowledge base](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-create).
824
+
/// Creates a knowledge base. A knowledge base contains your data sources so that Large Language Models (LLMs) can use your data. To create a knowledge base, you must first set up your data sources and configure a supported vector store. For more information, see [Set up a knowledge base](https://docs.aws.amazon.com/bedrock/latest/userguide/knowlege-base-prereq.html). If you prefer to let Amazon Bedrock create and manage a vector store for you in Amazon OpenSearch Service, use the console. For more information, see [Create a knowledge base](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-create).
825
825
///
826
826
/// * Provide the name and an optional description.
/// Performs the `GetIngestionJob` operation on the `AmazonBedrockAgentBuildTimeLambda` service.
2481
2481
///
2482
-
/// Gets information about a ingestion job, in which a data source is added to a knowledge base.
2482
+
/// Gets information about a data ingestion job. Data sources are ingested into your knowledge base so that Large Lanaguage Models (LLMs) can use your data.
/// - Throws: One of the exceptions listed below __Possible Exceptions__.
3855
+
///
3856
+
/// __Possible Exceptions:__
3857
+
/// - `AccessDeniedException` : The request is denied because of missing access permissions.
3858
+
/// - `ConflictException` : There was a conflict performing an operation.
3859
+
/// - `InternalServerException` : An internal server error occurred. Retry your request.
3860
+
/// - `ResourceNotFoundException` : The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
3861
+
/// - `ThrottlingException` : The number of requests exceeds the limit. Resubmit your request later.
3862
+
/// - `ValidationException` : Input validation failed. Check your request parameters and retry the request.
/// Performs the `TagResource` operation on the `AmazonBedrockAgentBuildTimeLambda` service.
3847
3918
///
3848
3919
/// Associate tags with a resource. For more information, see [Tagging resources](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html) in the Amazon Bedrock User Guide.
0 commit comments