Interface ModelEvaluationSlice.Slice.SliceSpec.SliceConfigOrBuilder (3.42.0)

public static interface ModelEvaluationSlice.Slice.SliceSpec.SliceConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllValues()

public abstract BoolValue getAllValues()

If all_values is set to true, then all possible labels of the keyed feature will have another slice computed. Example: {"all_values":{"value":true}}

.google.protobuf.BoolValue all_values = 3;

Returns
TypeDescription
BoolValue

The allValues.

getAllValuesOrBuilder()

public abstract BoolValueOrBuilder getAllValuesOrBuilder()

If all_values is set to true, then all possible labels of the keyed feature will have another slice computed. Example: {"all_values":{"value":true}}

.google.protobuf.BoolValue all_values = 3;

Returns
TypeDescription
BoolValueOrBuilder

getKindCase()

public abstract ModelEvaluationSlice.Slice.SliceSpec.SliceConfig.KindCase getKindCase()
Returns
TypeDescription
ModelEvaluationSlice.Slice.SliceSpec.SliceConfig.KindCase

getRange()

public abstract ModelEvaluationSlice.Slice.SliceSpec.Range getRange()

A range of values for a numerical feature. Example: {"range":{"low":10000.0,"high":50000.0}} will capture 12345 and 23334 in the slice.

.google.cloud.aiplatform.v1.ModelEvaluationSlice.Slice.SliceSpec.Range range = 2;

Returns
TypeDescription
ModelEvaluationSlice.Slice.SliceSpec.Range

The range.

getRangeOrBuilder()

public abstract ModelEvaluationSlice.Slice.SliceSpec.RangeOrBuilder getRangeOrBuilder()

A range of values for a numerical feature. Example: {"range":{"low":10000.0,"high":50000.0}} will capture 12345 and 23334 in the slice.

.google.cloud.aiplatform.v1.ModelEvaluationSlice.Slice.SliceSpec.Range range = 2;

Returns
TypeDescription
ModelEvaluationSlice.Slice.SliceSpec.RangeOrBuilder

getValue()

public abstract ModelEvaluationSlice.Slice.SliceSpec.Value getValue()

A unique specific value for a given feature. Example: { "value": { "string_value": "12345" } }

.google.cloud.aiplatform.v1.ModelEvaluationSlice.Slice.SliceSpec.Value value = 1;

Returns
TypeDescription
ModelEvaluationSlice.Slice.SliceSpec.Value

The value.

getValueOrBuilder()

public abstract ModelEvaluationSlice.Slice.SliceSpec.ValueOrBuilder getValueOrBuilder()

A unique specific value for a given feature. Example: { "value": { "string_value": "12345" } }

.google.cloud.aiplatform.v1.ModelEvaluationSlice.Slice.SliceSpec.Value value = 1;

Returns
TypeDescription
ModelEvaluationSlice.Slice.SliceSpec.ValueOrBuilder

hasAllValues()

public abstract boolean hasAllValues()

If all_values is set to true, then all possible labels of the keyed feature will have another slice computed. Example: {"all_values":{"value":true}}

.google.protobuf.BoolValue all_values = 3;

Returns
TypeDescription
boolean

Whether the allValues field is set.

hasRange()

public abstract boolean hasRange()

A range of values for a numerical feature. Example: {"range":{"low":10000.0,"high":50000.0}} will capture 12345 and 23334 in the slice.

.google.cloud.aiplatform.v1.ModelEvaluationSlice.Slice.SliceSpec.Range range = 2;

Returns
TypeDescription
boolean

Whether the range field is set.

hasValue()

public abstract boolean hasValue()

A unique specific value for a given feature. Example: { "value": { "string_value": "12345" } }

.google.cloud.aiplatform.v1.ModelEvaluationSlice.Slice.SliceSpec.Value value = 1;

Returns
TypeDescription
boolean

Whether the value field is set.