Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotation

Model error analysis for each annotation.

Inheritance
object
GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotation
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.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotation : IDirectResponseSchema

Properties

AttributedItems

Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.

Declaration
[JsonProperty("attributedItems")]
public virtual IList<GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotationAttributedItem> AttributedItems { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1beta1ErrorAnalysisAnnotationAttributedItem>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

OutlierScore

The outlier score of this annotated item. Usually defined as the min of all distances from attributed items.

Declaration
[JsonProperty("outlierScore")]
public virtual double? OutlierScore { get; set; }
Property Value
Type Description
double?

OutlierThreshold

The threshold used to determine if this annotation is an outlier or not.

Declaration
[JsonProperty("outlierThreshold")]
public virtual double? OutlierThreshold { get; set; }
Property Value
Type Description
double?

QueryType

The query type used for finding the attributed items.

Declaration
[JsonProperty("queryType")]
public virtual string QueryType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX