Package com.google.cloud.aiplatform.v1
Interface ModelEvaluationSlice.Slice.SliceSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelEvaluationSlice.Slice.SliceSpec
,ModelEvaluationSlice.Slice.SliceSpec.Builder
- Enclosing class:
- ModelEvaluationSlice.Slice
public static interface ModelEvaluationSlice.Slice.SliceSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsConfigs(String key)
Mapping configuration for this SliceSpec.Map<String,ModelEvaluationSlice.Slice.SliceSpec.SliceConfig>
getConfigs()
Deprecated.int
getConfigsCount()
Mapping configuration for this SliceSpec.Map<String,ModelEvaluationSlice.Slice.SliceSpec.SliceConfig>
getConfigsMap()
Mapping configuration for this SliceSpec.ModelEvaluationSlice.Slice.SliceSpec.SliceConfig
getConfigsOrDefault(String key, ModelEvaluationSlice.Slice.SliceSpec.SliceConfig defaultValue)
Mapping configuration for this SliceSpec.ModelEvaluationSlice.Slice.SliceSpec.SliceConfig
getConfigsOrThrow(String key)
Mapping configuration for this SliceSpec.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConfigsCount
int getConfigsCount()
Mapping configuration for this SliceSpec. The key is the name of the feature. By default, the key will be prefixed by "instance" as a dictionary prefix for Vertex Batch Predictions output format.
map<string, .google.cloud.aiplatform.v1.ModelEvaluationSlice.Slice.SliceSpec.SliceConfig> configs = 1;
-
containsConfigs
boolean containsConfigs(String key)
Mapping configuration for this SliceSpec. The key is the name of the feature. By default, the key will be prefixed by "instance" as a dictionary prefix for Vertex Batch Predictions output format.
map<string, .google.cloud.aiplatform.v1.ModelEvaluationSlice.Slice.SliceSpec.SliceConfig> configs = 1;
-
getConfigs
@Deprecated Map<String,ModelEvaluationSlice.Slice.SliceSpec.SliceConfig> getConfigs()
Deprecated.UsegetConfigsMap()
instead.
-
getConfigsMap
Map<String,ModelEvaluationSlice.Slice.SliceSpec.SliceConfig> getConfigsMap()
Mapping configuration for this SliceSpec. The key is the name of the feature. By default, the key will be prefixed by "instance" as a dictionary prefix for Vertex Batch Predictions output format.
map<string, .google.cloud.aiplatform.v1.ModelEvaluationSlice.Slice.SliceSpec.SliceConfig> configs = 1;
-
getConfigsOrDefault
ModelEvaluationSlice.Slice.SliceSpec.SliceConfig getConfigsOrDefault(String key, ModelEvaluationSlice.Slice.SliceSpec.SliceConfig defaultValue)
Mapping configuration for this SliceSpec. The key is the name of the feature. By default, the key will be prefixed by "instance" as a dictionary prefix for Vertex Batch Predictions output format.
map<string, .google.cloud.aiplatform.v1.ModelEvaluationSlice.Slice.SliceSpec.SliceConfig> configs = 1;
-
getConfigsOrThrow
ModelEvaluationSlice.Slice.SliceSpec.SliceConfig getConfigsOrThrow(String key)
Mapping configuration for this SliceSpec. The key is the name of the feature. By default, the key will be prefixed by "instance" as a dictionary prefix for Vertex Batch Predictions output format.
map<string, .google.cloud.aiplatform.v1.ModelEvaluationSlice.Slice.SliceSpec.SliceConfig> configs = 1;
-
-