Class FineTuningJobCancelledWebhookEvent
- 
                    
                    - All Implemented Interfaces:
 
 public final class FineTuningJobCancelledWebhookEventSent when a fine-tuning job has been cancelled. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classFineTuningJobCancelledWebhookEvent.BuilderA builder for FineTuningJobCancelledWebhookEvent. public final classFineTuningJobCancelledWebhookEvent.DataEvent data payload. public final classFineTuningJobCancelledWebhookEvent.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 was cancelled. 
 - 
                                        datafinal FineTuningJobCancelledWebhookEvent.Data data() Event data payload. 
 - 
                                        _typefinal JsonValue _type() The type of the event. Always fine_tuning.job.cancelled.Expected to always return the following: JsonValue.from("fine_tuning.job.cancelled")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        object_final Optional<FineTuningJobCancelledWebhookEvent.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<FineTuningJobCancelledWebhookEvent.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<FineTuningJobCancelledWebhookEvent.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 FineTuningJobCancelledWebhookEvent.Builder toBuilder() 
 - 
                                        validatefinal FineTuningJobCancelledWebhookEvent validate() 
 - 
                                        builderfinal static FineTuningJobCancelledWebhookEvent.Builder builder() Returns a mutable builder for constructing an instance of FineTuningJobCancelledWebhookEvent. The following fields are required: .id() .createdAt() .data()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-