Class CodeInterpreterOutputImage.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class CodeInterpreterOutputImage.BuilderA builder for CodeInterpreterOutputImage. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        indexfinal CodeInterpreterOutputImage.Builder index(Long index) The index of the output in the outputs array. 
 - 
                                        indexfinal CodeInterpreterOutputImage.Builder index(JsonField<Long> index) Sets Builder.index to an arbitrary JSON value. You should usually call Builder.index with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        typefinal CodeInterpreterOutputImage.Builder type(JsonValue type) Sets the field to an arbitrary JSON value. It is usually unnecessary to call this method because the field defaults to the following: JsonValue.from("image")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        imagefinal CodeInterpreterOutputImage.Builder image(CodeInterpreterOutputImage.Image image) 
 - 
                                        imagefinal CodeInterpreterOutputImage.Builder image(JsonField<CodeInterpreterOutputImage.Image> image) Sets Builder.image to an arbitrary JSON value. You should usually call Builder.image with a well-typed Image value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal CodeInterpreterOutputImage.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal CodeInterpreterOutputImage.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal CodeInterpreterOutputImage.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal CodeInterpreterOutputImage.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal CodeInterpreterOutputImage.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal CodeInterpreterOutputImage build() Returns an immutable instance of CodeInterpreterOutputImage. Further updates to this Builder will not mutate the returned instance. The following fields are required: .index()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-