Package com.openai.models.vectorstores
        Class VectorStoreUpdateParams.ExpiresAfter
- 
                    
                    - All Implemented Interfaces:
 
 public final class VectorStoreUpdateParams.ExpiresAfterThe expiration policy for a vector store. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classVectorStoreUpdateParams.ExpiresAfter.BuilderA builder for ExpiresAfter. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final JsonValue_anchor()Anchor timestamp after which the expiration policy applies. final Longdays()The number of days after the anchor time that the vector store will expire. final JsonField<Long>_days()Returns the raw JSON value of days. final Map<String, JsonValue>_additionalProperties()final VectorStoreUpdateParams.ExpiresAfter.BuildertoBuilder()final VectorStoreUpdateParams.ExpiresAftervalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static VectorStoreUpdateParams.ExpiresAfter.Builderbuilder()Returns a mutable builder for constructing an instance of ExpiresAfter. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _anchorfinal JsonValue _anchor() Anchor timestamp after which the expiration policy applies. Supported anchors: last_active_at.Expected to always return the following: JsonValue.from("last_active_at")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _daysfinal JsonField<Long> _days() Returns the raw JSON value of days. Unlike days, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal VectorStoreUpdateParams.ExpiresAfter.Builder toBuilder() 
 - 
                                        validatefinal VectorStoreUpdateParams.ExpiresAfter validate() 
 - 
                                        builderfinal static VectorStoreUpdateParams.ExpiresAfter.Builder builder() Returns a mutable builder for constructing an instance of ExpiresAfter. The following fields are required: .days()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-