Class GoogleCloudAiplatformV1beta1ModelEvaluationSliceSlice
Definition of a slice.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ModelEvaluationSliceSlice : 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 GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpec SliceSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpec |
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 |