static IngestionJobSummary.Builder |
IngestionJobSummary.builder() |
|
IngestionJobSummary.Builder |
IngestionJobSummary.Builder.dataSourceId(String dataSourceId) |
The unique identifier of the data source for the data ingestion job.
|
IngestionJobSummary.Builder |
IngestionJobSummary.Builder.description(String description) |
The description of the data ingestion job.
|
IngestionJobSummary.Builder |
IngestionJobSummary.Builder.ingestionJobId(String ingestionJobId) |
The unique identifier of the data ingestion job.
|
IngestionJobSummary.Builder |
IngestionJobSummary.Builder.knowledgeBaseId(String knowledgeBaseId) |
The unique identifier of the knowledge base for the data ingestion job.
|
IngestionJobSummary.Builder |
IngestionJobSummary.Builder.startedAt(Instant startedAt) |
The time the data ingestion job started.
|
default IngestionJobSummary.Builder |
IngestionJobSummary.Builder.statistics(Consumer<IngestionJobStatistics.Builder> statistics) |
Contains statistics for the data ingestion job.
|
IngestionJobSummary.Builder |
IngestionJobSummary.Builder.statistics(IngestionJobStatistics statistics) |
Contains statistics for the data ingestion job.
|
IngestionJobSummary.Builder |
IngestionJobSummary.Builder.status(String status) |
The status of the data ingestion job.
|
IngestionJobSummary.Builder |
IngestionJobSummary.Builder.status(IngestionJobStatus status) |
The status of the data ingestion job.
|
IngestionJobSummary.Builder |
IngestionJobSummary.toBuilder() |
|
IngestionJobSummary.Builder |
IngestionJobSummary.Builder.updatedAt(Instant updatedAt) |
The time the data ingestion job was last updated.
|