GoogleCloudAiplatformV1CloudLoggingConfigTracingContext class
Tracing context for Observability correlation.
Constructors
- GoogleCloudAiplatformV1CloudLoggingConfigTracingContext({String? conversationId, String? spanId, String? traceId})
- GoogleCloudAiplatformV1CloudLoggingConfigTracingContext.fromJson(Map json_)
Properties
- conversationId ↔ String?
-
Unique identifier for a conversation (session thread), used to store and
correlate messages within a conversation.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spanId ↔ String?
-
ID of the Cloud Trace span associated with the current operation in which
the log is being written.
getter/setter pair
- traceId ↔ String?
-
Trace ID being written to Cloud Trace in association with this log entry.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited