Class EvalCreateResponse.DataSourceConfig.Logs.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class EvalCreateResponse.DataSourceConfig.Logs.BuilderA builder for Logs. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        schemafinal EvalCreateResponse.DataSourceConfig.Logs.Builder schema(EvalCreateResponse.DataSourceConfig.Logs.Schema schema) The json schema for the run data source items. Learn how to build JSON schemas here. 
 - 
                                        schemafinal EvalCreateResponse.DataSourceConfig.Logs.Builder schema(JsonField<EvalCreateResponse.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. 
 - 
                                        typefinal EvalCreateResponse.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. 
 - 
                                        metadatafinal EvalCreateResponse.DataSourceConfig.Logs.Builder metadata(EvalCreateResponse.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. 
 - 
                                        metadatafinal EvalCreateResponse.DataSourceConfig.Logs.Builder metadata(Optional<EvalCreateResponse.DataSourceConfig.Logs.Metadata> metadata) Alias for calling Builder.metadata with metadata.orElse(null).
 - 
                                        metadatafinal EvalCreateResponse.DataSourceConfig.Logs.Builder metadata(JsonField<EvalCreateResponse.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. 
 - 
                                        additionalPropertiesfinal EvalCreateResponse.DataSourceConfig.Logs.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal EvalCreateResponse.DataSourceConfig.Logs.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal EvalCreateResponse.DataSourceConfig.Logs.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal EvalCreateResponse.DataSourceConfig.Logs.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal EvalCreateResponse.DataSourceConfig.Logs.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal EvalCreateResponse.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()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-