Class VectorStore.FileCounts.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class VectorStore.FileCounts.BuilderA builder for FileCounts. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        cancelledfinal VectorStore.FileCounts.Builder cancelled(Long cancelled) The number of files that were cancelled. 
 - 
                                        cancelledfinal VectorStore.FileCounts.Builder cancelled(JsonField<Long> cancelled) Sets Builder.cancelled to an arbitrary JSON value. You should usually call Builder.cancelled with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        completedfinal VectorStore.FileCounts.Builder completed(Long completed) The number of files that have been successfully processed. 
 - 
                                        completedfinal VectorStore.FileCounts.Builder completed(JsonField<Long> completed) Sets Builder.completed to an arbitrary JSON value. You should usually call Builder.completed with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        failedfinal VectorStore.FileCounts.Builder failed(Long failed) The number of files that have failed to process. 
 - 
                                        failedfinal VectorStore.FileCounts.Builder failed(JsonField<Long> failed) Sets Builder.failed to an arbitrary JSON value. You should usually call Builder.failed with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        inProgressfinal VectorStore.FileCounts.Builder inProgress(Long inProgress) The number of files that are currently being processed. 
 - 
                                        inProgressfinal VectorStore.FileCounts.Builder inProgress(JsonField<Long> inProgress) Sets Builder.inProgress to an arbitrary JSON value. You should usually call Builder.inProgress with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        totalfinal VectorStore.FileCounts.Builder total(Long total) The total number of files. 
 - 
                                        totalfinal VectorStore.FileCounts.Builder total(JsonField<Long> total) Sets Builder.total to an arbitrary JSON value. You should usually call Builder.total with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal VectorStore.FileCounts.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal VectorStore.FileCounts.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal VectorStore.FileCounts.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal VectorStore.FileCounts.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal VectorStore.FileCounts.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal VectorStore.FileCounts build() Returns an immutable instance of FileCounts. Further updates to this Builder will not mutate the returned instance. The following fields are required: .cancelled() .completed() .failed() .inProgress() .total()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-