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

public sealed class 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(ModelEvaluationSlice.Types.Slice)

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

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].
Property Value
TypeDescription
String

Value

public string Value { get; set; }

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

Property Value
TypeDescription
String