Interface ModelEvaluationSlice.Slice.SliceSpecOrBuilder

    • 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;
      • 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;
      • 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;