| 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 |
|---|---|
StartIngestionJobResult |
AWSBedrockAgentClient.startIngestionJob(StartIngestionJobRequest request)
Begins an ingestion job, in which a data source is added to a knowledge base.
|
StartIngestionJobResult |
AWSBedrockAgent.startIngestionJob(StartIngestionJobRequest startIngestionJobRequest)
Begins an ingestion job, in which a data source is added to a knowledge base.
|
StartIngestionJobResult |
AbstractAWSBedrockAgent.startIngestionJob(StartIngestionJobRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<StartIngestionJobResult> |
AWSBedrockAgentAsyncClient.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> |
AbstractAWSBedrockAgentAsync.startIngestionJobAsync(StartIngestionJobRequest request,
AsyncHandler<StartIngestionJobRequest,StartIngestionJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartIngestionJobResult |
StartIngestionJobResult.clone() |
StartIngestionJobResult |
StartIngestionJobResult.withIngestionJob(IngestionJob ingestionJob)
An object containing information about the ingestion job.
|
Copyright © 2024. All rights reserved.