| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent |
Describes the API operations for creating and managing Amazon Bedrock agents.
|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartIngestionJobResult> |
AbstractAWSBedrockAgentAsync.startIngestionJobAsync(StartIngestionJobRequest request,
AsyncHandler<StartIngestionJobRequest,StartIngestionJobResult> asyncHandler) |
Future<StartIngestionJobResult> |
AWSBedrockAgentAsync.startIngestionJobAsync(StartIngestionJobRequest startIngestionJobRequest,
AsyncHandler<StartIngestionJobRequest,StartIngestionJobResult> asyncHandler)
Begins an ingestion job, in which a data source is added to a knowledge base.
|
Future<StartIngestionJobResult> |
AWSBedrockAgentAsyncClient.startIngestionJobAsync(StartIngestionJobRequest request,
AsyncHandler<StartIngestionJobRequest,StartIngestionJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartIngestionJobRequest |
StartIngestionJobRequest.clone() |
StartIngestionJobRequest |
StartIngestionJobRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
|
StartIngestionJobRequest |
StartIngestionJobRequest.withDataSourceId(String dataSourceId)
The unique identifier of the data source to ingest.
|
StartIngestionJobRequest |
StartIngestionJobRequest.withDescription(String description)
A description of the ingestion job.
|
StartIngestionJobRequest |
StartIngestionJobRequest.withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base to which to add the data source.
|
Copyright © 2024. All rights reserved.