Class EvalUpdateResponse.DataSourceConfig.Logs.Builder
- 
                    
                    
- All Implemented Interfaces:
 
public final class EvalUpdateResponse.DataSourceConfig.Logs.BuilderA builder for Logs.
 
- 
                
                    
                    
- 
                                
                            
                                
Method Summary
- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
schema
final EvalUpdateResponse.DataSourceConfig.Logs.Builder schema(EvalUpdateResponse.DataSourceConfig.Logs.Schema schema)
The json schema for the run data source items. Learn how to build JSON schemas here.
 
- 
                                        
schema
final EvalUpdateResponse.DataSourceConfig.Logs.Builder schema(JsonField<EvalUpdateResponse.DataSourceConfig.Logs.Schema> schema)
Sets Builder.schema to an arbitrary JSON value.
You should usually call Builder.schema with a well-typed Schema value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 
- 
                                        
type
final EvalUpdateResponse.DataSourceConfig.Logs.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("logs")This method is primarily for setting the field to an undocumented or not yet supported value.
 
- 
                                        
metadata
final EvalUpdateResponse.DataSourceConfig.Logs.Builder metadata(EvalUpdateResponse.DataSourceConfig.Logs.Metadata metadata)
Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard.
Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.
 
- 
                                        
metadata
final EvalUpdateResponse.DataSourceConfig.Logs.Builder metadata(Optional<EvalUpdateResponse.DataSourceConfig.Logs.Metadata> metadata)
Alias for calling Builder.metadata with
metadata.orElse(null). 
- 
                                        
metadata
final EvalUpdateResponse.DataSourceConfig.Logs.Builder metadata(JsonField<EvalUpdateResponse.DataSourceConfig.Logs.Metadata> metadata)
Sets Builder.metadata to an arbitrary JSON value.
You should usually call Builder.metadata with a well-typed Metadata value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 
- 
                                        
additionalProperties
final EvalUpdateResponse.DataSourceConfig.Logs.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
 
- 
                                        
putAdditionalProperty
final EvalUpdateResponse.DataSourceConfig.Logs.Builder putAdditionalProperty(String key, JsonValue value)
 
- 
                                        
putAllAdditionalProperties
final EvalUpdateResponse.DataSourceConfig.Logs.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
 
- 
                                        
removeAdditionalProperty
final EvalUpdateResponse.DataSourceConfig.Logs.Builder removeAdditionalProperty(String key)
 
- 
                                        
removeAllAdditionalProperties
final EvalUpdateResponse.DataSourceConfig.Logs.Builder removeAllAdditionalProperties(Set<String> keys)
 
- 
                                        
build
final EvalUpdateResponse.DataSourceConfig.Logs build()
Returns an immutable instance of Logs.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.schema() 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -