Class DataIngestionJobStatistics.Builder
- java.lang.Object
- 
- com.oracle.bmc.generativeaiagent.model.DataIngestionJobStatistics.Builder
 
- 
- Enclosing class:
- DataIngestionJobStatistics
 
 public static class DataIngestionJobStatistics.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DataIngestionJobStatisticsbuild()DataIngestionJobStatistics.Buildercopy(DataIngestionJobStatistics model)DataIngestionJobStatistics.BuilderdurationInSeconds(Integer durationInSeconds)The duration of this ingestion job.DataIngestionJobStatistics.BuildernumberOfFailedFiles(Integer numberOfFailedFiles)The number of files that have failed during the ingestion.DataIngestionJobStatistics.BuildernumberOfIgnoredFiles(Integer numberOfIgnoredFiles)The number of files that have been ignored during the ingestion.DataIngestionJobStatistics.BuildernumberOfIngestedFiles(Integer numberOfIngestedFiles)The number of files that have been successfully ingested during the ingestion.
 
- 
- 
- 
Method Detail- 
numberOfFailedFilespublic DataIngestionJobStatistics.Builder numberOfFailedFiles(Integer numberOfFailedFiles) The number of files that have failed during the ingestion.- Parameters:
- numberOfFailedFiles- the value to set
- Returns:
- this builder
 
 - 
numberOfIngestedFilespublic DataIngestionJobStatistics.Builder numberOfIngestedFiles(Integer numberOfIngestedFiles) The number of files that have been successfully ingested during the ingestion.- Parameters:
- numberOfIngestedFiles- the value to set
- Returns:
- this builder
 
 - 
numberOfIgnoredFilespublic DataIngestionJobStatistics.Builder numberOfIgnoredFiles(Integer numberOfIgnoredFiles) The number of files that have been ignored during the ingestion.- Parameters:
- numberOfIgnoredFiles- the value to set
- Returns:
- this builder
 
 - 
durationInSecondspublic DataIngestionJobStatistics.Builder durationInSeconds(Integer durationInSeconds) The duration of this ingestion job.- Parameters:
- durationInSeconds- the value to set
- Returns:
- this builder
 
 - 
buildpublic DataIngestionJobStatistics build() 
 - 
copypublic DataIngestionJobStatistics.Builder copy(DataIngestionJobStatistics model) 
 
- 
 
-