Class VectorStoreFileBatch.FileCounts
- 
                    
                    - All Implemented Interfaces:
 
 public final class VectorStoreFileBatch.FileCounts
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classVectorStoreFileBatch.FileCounts.BuilderA builder for FileCounts. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Longcancelled()The number of files that where cancelled. final Longcompleted()The number of files that have been processed. final Longfailed()The number of files that have failed to process. final LonginProgress()The number of files that are currently being processed. final Longtotal()The total number of files. final JsonField<Long>_cancelled()Returns the raw JSON value of cancelled. final JsonField<Long>_completed()Returns the raw JSON value of completed. final JsonField<Long>_failed()Returns the raw JSON value of failed. final JsonField<Long>_inProgress()Returns the raw JSON value of inProgress. final JsonField<Long>_total()Returns the raw JSON value of total. final Map<String, JsonValue>_additionalProperties()final VectorStoreFileBatch.FileCounts.BuildertoBuilder()final VectorStoreFileBatch.FileCountsvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static VectorStoreFileBatch.FileCounts.Builderbuilder()Returns a mutable builder for constructing an instance of FileCounts. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        inProgressfinal Long inProgress() The number of files that are currently being processed. 
 - 
                                        _cancelledfinal JsonField<Long> _cancelled() Returns the raw JSON value of cancelled. Unlike cancelled, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _completedfinal JsonField<Long> _completed() Returns the raw JSON value of completed. Unlike completed, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _failedfinal JsonField<Long> _failed() Returns the raw JSON value of failed. Unlike failed, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _inProgressfinal JsonField<Long> _inProgress() Returns the raw JSON value of inProgress. Unlike inProgress, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _totalfinal JsonField<Long> _total() Returns the raw JSON value of total. Unlike total, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal VectorStoreFileBatch.FileCounts.Builder toBuilder() 
 - 
                                        validatefinal VectorStoreFileBatch.FileCounts validate() 
 - 
                                        builderfinal static VectorStoreFileBatch.FileCounts.Builder builder() Returns a mutable builder for constructing an instance of FileCounts. The following fields are required: .cancelled() .completed() .failed() .inProgress() .total()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-