Cloud AI Platform v1 API - Class ModelEvaluationSlice.Types.Slice (2.27.0)

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 v1 API class ModelEvaluationSlice.Types.Slice.

Definition of a slice.

Inheritance

object > ModelEvaluationSlice.Types.Slice

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Slice()

public Slice()

Slice(Slice)

public Slice(ModelEvaluationSlice.Types.Slice other)
Parameter
NameDescription
otherModelEvaluationSliceTypesSlice

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.v1.AnnotationSpec.display_name] equals to [value][google.cloud.aiplatform.v1.ModelEvaluationSlice.Slice.value].
  • slice: This slice is a user customized slice defined by its SliceSpec.
Property Value
TypeDescription
string

SliceSpec

public ModelEvaluationSlice.Types.Slice.Types.SliceSpec SliceSpec { get; set; }

Output only. Specification for how the data was sliced.

Property Value
TypeDescription
ModelEvaluationSliceTypesSliceTypesSliceSpec

Value

public string Value { get; set; }

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

Property Value
TypeDescription
string