Class FineTuningJobSucceededWebhookEvent
- 
                    
                    - All Implemented Interfaces:
 
 public final class FineTuningJobSucceededWebhookEventSent when a fine-tuning job has succeeded. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classFineTuningJobSucceededWebhookEvent.BuilderA builder for FineTuningJobSucceededWebhookEvent. public final classFineTuningJobSucceededWebhookEvent.DataEvent data payload. public final classFineTuningJobSucceededWebhookEvent.ObjectThe object of the event. Always event.
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        createdAtfinal Long createdAt() The Unix timestamp (in seconds) of when the fine-tuning job succeeded. 
 - 
                                        datafinal FineTuningJobSucceededWebhookEvent.Data data() Event data payload. 
 - 
                                        _typefinal JsonValue _type() The type of the event. Always fine_tuning.job.succeeded.Expected to always return the following: JsonValue.from("fine_tuning.job.succeeded")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        object_final Optional<FineTuningJobSucceededWebhookEvent.Object> object_() The object of the event. Always event.
 - 
                                        _idfinal JsonField<String> _id() Returns the raw JSON value of id. Unlike id, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _createdAtfinal JsonField<Long> _createdAt() Returns the raw JSON value of createdAt. Unlike createdAt, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _datafinal JsonField<FineTuningJobSucceededWebhookEvent.Data> _data() Returns the raw JSON value of data. Unlike data, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _object_final JsonField<FineTuningJobSucceededWebhookEvent.Object> _object_() Returns the raw JSON value of object_. Unlike object_, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal FineTuningJobSucceededWebhookEvent.Builder toBuilder() 
 - 
                                        validatefinal FineTuningJobSucceededWebhookEvent validate() 
 - 
                                        builderfinal static FineTuningJobSucceededWebhookEvent.Builder builder() Returns a mutable builder for constructing an instance of FineTuningJobSucceededWebhookEvent. The following fields are required: .id() .createdAt() .data()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-