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 Details

    • 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.
      Use getConfigsMap() instead.
    • 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

       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

       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;