sliceDimensions property

List<String>? sliceDimensions
getter/setter pair

All possible dimensions of ModelEvaluationSlices.

The dimensions can be used as the filter of the ModelService.ListModelEvaluationSlices request, in the form of slice.dimension = .

Implementation

core.List<core.String>? sliceDimensions;