| 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 |
|---|---|
GetIngestionJobResult |
AWSBedrockAgentClient.getIngestionJob(GetIngestionJobRequest request)
Gets information about a ingestion job, in which a data source is added to a knowledge base.
|
GetIngestionJobResult |
AWSBedrockAgent.getIngestionJob(GetIngestionJobRequest getIngestionJobRequest)
Gets information about a ingestion job, in which a data source is added to a knowledge base.
|
GetIngestionJobResult |
AbstractAWSBedrockAgent.getIngestionJob(GetIngestionJobRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetIngestionJobResult> |
AWSBedrockAgentAsyncClient.getIngestionJobAsync(GetIngestionJobRequest request,
AsyncHandler<GetIngestionJobRequest,GetIngestionJobResult> asyncHandler) |
Future<GetIngestionJobResult> |
AWSBedrockAgentAsync.getIngestionJobAsync(GetIngestionJobRequest getIngestionJobRequest,
AsyncHandler<GetIngestionJobRequest,GetIngestionJobResult> asyncHandler)
Gets information about a ingestion job, in which a data source is added to a knowledge base.
|
Future<GetIngestionJobResult> |
AbstractAWSBedrockAgentAsync.getIngestionJobAsync(GetIngestionJobRequest request,
AsyncHandler<GetIngestionJobRequest,GetIngestionJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetIngestionJobResult |
GetIngestionJobResult.clone() |
GetIngestionJobResult |
GetIngestionJobResult.withIngestionJob(IngestionJob ingestionJob)
Contains details about the ingestion job.
|
Copyright © 2025. All rights reserved.