Resource: ModelEvaluationSlice
A collection of metrics calculated by comparing Model's predictions on a slice of the test data against ground truth annotations.
JSON representation |
---|
{
"name": string,
"slice": {
object ( |
Fields | |
---|---|
name |
Output only. The resource name of the ModelEvaluationSlice. |
slice |
Output only. The slice of the test data that is used to evaluate the Model. |
metricsSchemaUri |
Output only. Points to a YAML file stored on Google Cloud Storage describing the |
metrics |
Output only. Sliced evaluation metrics of the Model. The schema of the metrics is stored in |
createTime |
Output only. Timestamp when this ModelEvaluationSlice was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Slice
Definition of a slice.
JSON representation |
---|
{ "dimension": string, "value": string } |
Fields | |
---|---|
dimension |
Output only. The dimension of the slice. Well-known dimensions are: * |
value |
Output only. The value of the dimension in this slice. |
Methods |
|
---|---|
|
Gets a ModelEvaluationSlice. |
|
Lists ModelEvaluationSlices in a ModelEvaluation. |