Package com.openai.models.beta.realtime
Class SessionUpdateEvent.Session.Tracing.TracingConfiguration
-
- All Implemented Interfaces:
public final class SessionUpdateEvent.Session.Tracing.TracingConfiguration
Granular configuration for tracing.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
SessionUpdateEvent.Session.Tracing.TracingConfiguration.Builder
A 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.Builder
toBuilder()
final SessionUpdateEvent.Session.Tracing.TracingConfiguration
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static SessionUpdateEvent.Session.Tracing.TracingConfiguration.Builder
builder()
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.
-
-
-
-