Package | Description |
---|---|
com.oracle.bmc.generativeaiagent.model |
Modifier and Type | Method and Description |
---|---|
static DataIngestionJobStatistics.Builder |
DataIngestionJobStatistics.builder()
Create a new builder.
|
DataIngestionJobStatistics.Builder |
DataIngestionJobStatistics.Builder.copy(DataIngestionJobStatistics model) |
DataIngestionJobStatistics.Builder |
DataIngestionJobStatistics.Builder.durationInSeconds(Integer durationInSeconds)
The duration of this ingestion job.
|
DataIngestionJobStatistics.Builder |
DataIngestionJobStatistics.Builder.numberOfFailedFiles(Integer numberOfFailedFiles)
The number of files that have failed during the ingestion.
|
DataIngestionJobStatistics.Builder |
DataIngestionJobStatistics.Builder.numberOfIngestedFiles(Integer numberOfIngestedFiles)
The number of files that have been successfully ingested during the ingestion.
|
DataIngestionJobStatistics.Builder |
DataIngestionJobStatistics.toBuilder() |
Copyright © 2016–2024. All rights reserved.