public static interface ModelEvaluationSlice.Slice.SliceSpec.SliceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.BoolValue |
getAllValues()
If all_values is set to true, then all possible labels of the keyed
feature will have another slice computed.
|
com.google.protobuf.BoolValueOrBuilder |
getAllValuesOrBuilder()
If all_values is set to true, then all possible labels of the keyed
feature will have another slice computed.
|
ModelEvaluationSlice.Slice.SliceSpec.SliceConfig.KindCase |
getKindCase() |
ModelEvaluationSlice.Slice.SliceSpec.Range |
getRange()
A range of values for a numerical feature.
|
ModelEvaluationSlice.Slice.SliceSpec.RangeOrBuilder |
getRangeOrBuilder()
A range of values for a numerical feature.
|
ModelEvaluationSlice.Slice.SliceSpec.Value |
getValue()
A unique specific value for a given feature.
|
ModelEvaluationSlice.Slice.SliceSpec.ValueOrBuilder |
getValueOrBuilder()
A unique specific value for a given feature.
|
boolean |
hasAllValues()
If all_values is set to true, then all possible labels of the keyed
feature will have another slice computed.
|
boolean |
hasRange()
A range of values for a numerical feature.
|
boolean |
hasValue()
A unique specific value for a given feature.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasValue()
A unique specific value for a given feature.
Example: `{ "value": { "string_value": "12345" } }`
.google.cloud.aiplatform.v1.ModelEvaluationSlice.Slice.SliceSpec.Value value = 1;
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;
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;
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;
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;
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;
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;com.google.protobuf.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;com.google.protobuf.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;ModelEvaluationSlice.Slice.SliceSpec.SliceConfig.KindCase getKindCase()
Copyright © 2024 Google LLC. All rights reserved.