Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ModelEvaluationSliceSlice

Definition of a slice.

Inheritance
object
GoogleCloudAiplatformV1ModelEvaluationSliceSlice
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 GoogleCloudAiplatformV1ModelEvaluationSliceSlice : IDirectResponseSchema

Properties

Dimension

Output only. The dimension of the slice. Well-known dimensions are: * annotationSpec: This slice is on the test data that has either ground truth or prediction with AnnotationSpec.display_name equals to value. * slice: This slice is a user customized slice defined by its SliceSpec.

Declaration
[JsonProperty("dimension")]
public virtual string Dimension { 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

SliceSpec

Output only. Specification for how the data was sliced.

Declaration
[JsonProperty("sliceSpec")]
public virtual GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpec SliceSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpec

Value

Output only. The value of the dimension in this slice.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX