Package com.openai.models.webhooks
        Class FineTuningJobSucceededWebhookEvent.Data.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class FineTuningJobSucceededWebhookEvent.Data.BuilderA builder for Data. 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description final FineTuningJobSucceededWebhookEvent.Data.Builderid(String id)The unique ID of the fine-tuning job. final FineTuningJobSucceededWebhookEvent.Data.Builderid(JsonField<String> id)Sets Builder.id to an arbitrary JSON value. final FineTuningJobSucceededWebhookEvent.Data.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final FineTuningJobSucceededWebhookEvent.Data.BuilderputAdditionalProperty(String key, JsonValue value)final FineTuningJobSucceededWebhookEvent.Data.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final FineTuningJobSucceededWebhookEvent.Data.BuilderremoveAdditionalProperty(String key)final FineTuningJobSucceededWebhookEvent.Data.BuilderremoveAllAdditionalProperties(Set<String> keys)final FineTuningJobSucceededWebhookEvent.Databuild()Returns an immutable instance of Data. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        idfinal FineTuningJobSucceededWebhookEvent.Data.Builder id(String id) The unique ID of the fine-tuning job. 
 - 
                                        idfinal FineTuningJobSucceededWebhookEvent.Data.Builder id(JsonField<String> id) Sets Builder.id to an arbitrary JSON value. You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal FineTuningJobSucceededWebhookEvent.Data.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal FineTuningJobSucceededWebhookEvent.Data.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal FineTuningJobSucceededWebhookEvent.Data.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal FineTuningJobSucceededWebhookEvent.Data.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal FineTuningJobSucceededWebhookEvent.Data.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal FineTuningJobSucceededWebhookEvent.Data build() Returns an immutable instance of Data. Further updates to this Builder will not mutate the returned instance. The following fields are required: .id()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-