configs property
        
        Map<String, GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpecSliceConfig> ?
        configs
        
      
getter/setter pair
      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.
Implementation
core.Map<
  core.String,
  GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpecSliceConfig
>?
configs;