Class GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityTraceScope
If chosen, the online evaluator will evaluate single traces matching specified filter.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityTraceScope : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Filter
Optional. A list of predicates to filter traces. Multiple predicates are combined using AND. The maximum number of predicates is 10.
Declaration
[JsonProperty("filter")]
public virtual IList<GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityTraceScopePredicate> Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityTraceScopePredicate> |