Class Slice (1.35.0)

  Slice 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

Definition of a slice.

Attributes

Name
Description
dimension
str
Output only. The dimension of the slice. Well-known dimensions are: - annotationSpec : This slice is on the test data that has either ground truth or prediction with AnnotationSpec.display_name equals to value . - slice : This slice is a user customized slice defined by its SliceSpec.
value
str
Output only. The value of the dimension in this slice.
slice_spec
google.cloud.aiplatform_v1.types.ModelEvaluationSlice.Slice.SliceSpec
Output only. Specification for how the data was sliced.

Classes

SliceSpec

  SliceSpec 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

Specification for how the data should be sliced.