Show / Hide Table of Contents

Class GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityTraceScope

If chosen, the online evaluator will evaluate single traces matching specified filter.

Inheritance
object
GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityTraceScope
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX