Class VectorStore.FileCounts
- 
                    
                    - All Implemented Interfaces:
 
 public final class VectorStore.FileCounts
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classVectorStore.FileCounts.BuilderA builder for FileCounts. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Longcancelled()The number of files that were cancelled. final Longcompleted()The number of files that have been successfully 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 VectorStore.FileCounts.BuildertoBuilder()final VectorStore.FileCountsvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static VectorStore.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 VectorStore.FileCounts.Builder toBuilder() 
 - 
                                        validatefinal VectorStore.FileCounts validate() 
 - 
                                        builderfinal static VectorStore.FileCounts.Builder builder() Returns a mutable builder for constructing an instance of FileCounts. The following fields are required: .cancelled() .completed() .failed() .inProgress() .total()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-