| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
IngestionJob |
IngestionJob.clone() |
IngestionJob |
GetIngestionJobResult.getIngestionJob()
Contains details about the ingestion job.
|
IngestionJob |
StartIngestionJobResult.getIngestionJob()
An object containing information about the ingestion job.
|
IngestionJob |
IngestionJob.withDataSourceId(String dataSourceId)
The unique identifier of the ingested data source.
|
IngestionJob |
IngestionJob.withDescription(String description)
The description of the ingestion job.
|
IngestionJob |
IngestionJob.withFailureReasons(Collection<String> failureReasons)
A list of reasons that the ingestion job failed.
|
IngestionJob |
IngestionJob.withFailureReasons(String... failureReasons)
A list of reasons that the ingestion job failed.
|
IngestionJob |
IngestionJob.withIngestionJobId(String ingestionJobId)
The unique identifier of the ingestion job.
|
IngestionJob |
IngestionJob.withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base to which the data source is being added.
|
IngestionJob |
IngestionJob.withStartedAt(Date startedAt)
The time at which the ingestion job started.
|
IngestionJob |
IngestionJob.withStatistics(IngestionJobStatistics statistics)
Contains statistics about the ingestion job.
|
IngestionJob |
IngestionJob.withStatus(IngestionJobStatus status)
The status of the ingestion job.
|
IngestionJob |
IngestionJob.withStatus(String status)
The status of the ingestion job.
|
IngestionJob |
IngestionJob.withUpdatedAt(Date updatedAt)
The time at which the ingestion job was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetIngestionJobResult.setIngestionJob(IngestionJob ingestionJob)
Contains details about the ingestion job.
|
void |
StartIngestionJobResult.setIngestionJob(IngestionJob ingestionJob)
An object containing information about the ingestion job.
|
GetIngestionJobResult |
GetIngestionJobResult.withIngestionJob(IngestionJob ingestionJob)
Contains details about the ingestion job.
|
StartIngestionJobResult |
StartIngestionJobResult.withIngestionJob(IngestionJob ingestionJob)
An object containing information about the ingestion job.
|
Copyright © 2024. All rights reserved.