public sealed class ModelEvaluationSlice.Types.Slice : IMessage<ModelEvaluationSlice.Types.Slice>, IEquatable<ModelEvaluationSlice.Types.Slice>, IDeepCloneable<ModelEvaluationSlice.Types.Slice>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ModelEvaluationSlice.Types.Slice.
Definition of a slice.
Implements
IMessageModelEvaluationSliceTypesSlice, IEquatableModelEvaluationSliceTypesSlice, IDeepCloneableModelEvaluationSliceTypesSlice, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
Slice()
public Slice()
Slice(Slice)
public Slice(ModelEvaluationSlice.Types.Slice other)
Parameter | |
---|---|
Name | Description |
other |
ModelEvaluationSliceTypesSlice |
Properties
Dimension
public string Dimension { get; set; }
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][google.cloud.aiplatform.v1beta1.AnnotationSpec.display_name] equals to [value][google.cloud.aiplatform.v1beta1.ModelEvaluationSlice.Slice.value].slice
: This slice is a user customized slice defined by its SliceSpec.
Property Value | |
---|---|
Type | Description |
string |
SliceSpec
public ModelEvaluationSlice.Types.Slice.Types.SliceSpec SliceSpec { get; set; }
Output only. Specification for how the data was sliced.
Property Value | |
---|---|
Type | Description |
ModelEvaluationSliceTypesSliceTypesSliceSpec |
Value
public string Value { get; set; }
Output only. The value of the dimension in this slice.
Property Value | |
---|---|
Type | Description |
string |