static IngestionJob.Builder |
IngestionJob.builder() |
|
IngestionJob.Builder |
IngestionJob.Builder.dataSourceId(String dataSourceId) |
The unique identifier of the data source for the data ingestion job.
|
IngestionJob.Builder |
IngestionJob.Builder.description(String description) |
The description of the data ingestion job.
|
IngestionJob.Builder |
IngestionJob.Builder.failureReasons(String... failureReasons) |
A list of reasons that the data ingestion job failed.
|
IngestionJob.Builder |
IngestionJob.Builder.failureReasons(Collection<String> failureReasons) |
A list of reasons that the data ingestion job failed.
|
IngestionJob.Builder |
IngestionJob.Builder.ingestionJobId(String ingestionJobId) |
The unique identifier of the data ingestion job.
|
IngestionJob.Builder |
IngestionJob.Builder.knowledgeBaseId(String knowledgeBaseId) |
The unique identifier of the knowledge for the data ingestion job.
|
IngestionJob.Builder |
IngestionJob.Builder.startedAt(Instant startedAt) |
The time the data ingestion job started.
|
default IngestionJob.Builder |
IngestionJob.Builder.statistics(Consumer<IngestionJobStatistics.Builder> statistics) |
Contains statistics about the data ingestion job.
|
IngestionJob.Builder |
IngestionJob.Builder.statistics(IngestionJobStatistics statistics) |
Contains statistics about the data ingestion job.
|
IngestionJob.Builder |
IngestionJob.Builder.status(String status) |
The status of the data ingestion job.
|
IngestionJob.Builder |
IngestionJob.Builder.status(IngestionJobStatus status) |
The status of the data ingestion job.
|
IngestionJob.Builder |
IngestionJob.toBuilder() |
|
IngestionJob.Builder |
IngestionJob.Builder.updatedAt(Instant updatedAt) |
The time the data ingestion job was last updated.
|