Class FineTuningJobCancelledWebhookEvent.Builder
- 
                    
                    
- All Implemented Interfaces:
 
public final class FineTuningJobCancelledWebhookEvent.BuilderA builder for FineTuningJobCancelledWebhookEvent.
 
- 
                
                    
                    
- 
                                
                            
                                
Method Summary
- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
id
final FineTuningJobCancelledWebhookEvent.Builder id(String id)
The unique ID of the event.
 
- 
                                        
id
final FineTuningJobCancelledWebhookEvent.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.
 
- 
                                        
createdAt
final FineTuningJobCancelledWebhookEvent.Builder createdAt(Long createdAt)
The Unix timestamp (in seconds) of when the fine-tuning job was cancelled.
 
- 
                                        
createdAt
final FineTuningJobCancelledWebhookEvent.Builder createdAt(JsonField<Long> createdAt)
Sets Builder.createdAt to an arbitrary JSON value.
You should usually call Builder.createdAt with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 
- 
                                        
data
final FineTuningJobCancelledWebhookEvent.Builder data(FineTuningJobCancelledWebhookEvent.Data data)
Event data payload.
 
- 
                                        
data
final FineTuningJobCancelledWebhookEvent.Builder data(JsonField<FineTuningJobCancelledWebhookEvent.Data> data)
Sets Builder.data to an arbitrary JSON value.
You should usually call Builder.data with a well-typed Data value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 
- 
                                        
type
final FineTuningJobCancelledWebhookEvent.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("fine_tuning.job.cancelled")This method is primarily for setting the field to an undocumented or not yet supported value.
 
- 
                                        
object_
final FineTuningJobCancelledWebhookEvent.Builder object_(FineTuningJobCancelledWebhookEvent.Object object_)
The object of the event. Always
event. 
- 
                                        
object_
final FineTuningJobCancelledWebhookEvent.Builder object_(JsonField<FineTuningJobCancelledWebhookEvent.Object> object_)
Sets Builder.object_ to an arbitrary JSON value.
You should usually call Builder.object_ with a well-typed Object value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 
- 
                                        
additionalProperties
final FineTuningJobCancelledWebhookEvent.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
 
- 
                                        
putAdditionalProperty
final FineTuningJobCancelledWebhookEvent.Builder putAdditionalProperty(String key, JsonValue value)
 
- 
                                        
putAllAdditionalProperties
final FineTuningJobCancelledWebhookEvent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
 
- 
                                        
removeAdditionalProperty
final FineTuningJobCancelledWebhookEvent.Builder removeAdditionalProperty(String key)
 
- 
                                        
removeAllAdditionalProperties
final FineTuningJobCancelledWebhookEvent.Builder removeAllAdditionalProperties(Set<String> keys)
 
- 
                                        
build
final FineTuningJobCancelledWebhookEvent build()
Returns an immutable instance of FineTuningJobCancelledWebhookEvent.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.id() .createdAt() .data() 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -