Package com.openai.models.beta.realtime
        Class SessionUpdateEvent.Session.Tracing.TracingConfiguration
- 
                    
                    
- All Implemented Interfaces:
 
public final class SessionUpdateEvent.Session.Tracing.TracingConfigurationGranular configuration for tracing.
 
- 
                
                    
                    
- 
                                
                            
                                
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionUpdateEvent.Session.Tracing.TracingConfiguration.BuilderA builder for TracingConfiguration.
 
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description final Optional<String>groupId()The group id to attach to this trace to enable filtering and grouping in the traces dashboard. final JsonValue_metadata()The arbitrary metadata to attach to this trace to enable filtering in the traces dashboard. final Optional<String>workflowName()The name of the workflow to attach to this trace. final JsonField<String>_groupId()Returns the raw JSON value of groupId. final JsonField<String>_workflowName()Returns the raw JSON value of workflowName. final Map<String, JsonValue>_additionalProperties()final SessionUpdateEvent.Session.Tracing.TracingConfiguration.BuildertoBuilder()final SessionUpdateEvent.Session.Tracing.TracingConfigurationvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SessionUpdateEvent.Session.Tracing.TracingConfiguration.Builderbuilder()Returns a mutable builder for constructing an instance of TracingConfiguration. - 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
groupId
final Optional<String> groupId()
The group id to attach to this trace to enable filtering and grouping in the traces dashboard.
 
- 
                                        
_metadata
final JsonValue _metadata()
The arbitrary metadata to attach to this trace to enable filtering in the traces dashboard.
 
- 
                                        
workflowName
final Optional<String> workflowName()
The name of the workflow to attach to this trace. This is used to name the trace in the traces dashboard.
 
- 
                                        
_groupId
final JsonField<String> _groupId()
Returns the raw JSON value of groupId.
Unlike groupId, this method doesn't throw if the JSON field has an unexpected type.
 
- 
                                        
_workflowName
final JsonField<String> _workflowName()
Returns the raw JSON value of workflowName.
Unlike workflowName, this method doesn't throw if the JSON field has an unexpected type.
 
- 
                                        
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
 
- 
                                        
toBuilder
final SessionUpdateEvent.Session.Tracing.TracingConfiguration.Builder toBuilder()
 
- 
                                        
validate
final SessionUpdateEvent.Session.Tracing.TracingConfiguration validate()
 
- 
                                        
builder
final static SessionUpdateEvent.Session.Tracing.TracingConfiguration.Builder builder()
Returns a mutable builder for constructing an instance of TracingConfiguration.
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -