Class GoogleCloudAiplatformV1CloudLoggingConfigTracingContext
Tracing context for Observability correlation.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1CloudLoggingConfigTracingContext : IDirectResponseSchema
Properties
ConversationId
Optional. Unique identifier for a conversation (session thread), used to store and correlate messages within
a conversation. The value corresponds to the gen_ai.conversation.id field in the the OpenTelemetry GenAI
attributes.
Declaration
[JsonProperty("conversationId")]
public virtual string ConversationId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SpanId
Optional. ID of the Cloud Trace span associated with the current operation in which the log is being
written. e.g., 7a2190356c3fc94b. If a span is being evaluated, this field should be populated.
Declaration
[JsonProperty("spanId")]
public virtual string SpanId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TraceId
Optional. Trace ID being written to Cloud Trace in association with this log entry. e.g., 12345, the
numeric ID from the resource name. If a trace or span is being evaluated, this field should be populated.
Declaration
[JsonProperty("traceId")]
public virtual string TraceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |