View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelEvaluationSliceSlice (google_api_ai_platform v0.15.0)

Definition of a slice.

Attributes

  • dimension (type: String.t, default: nil) - 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.
  • sliceSpec (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpec.t, default: nil) - Output only. Specification for how the data was sliced.
  • value (type: String.t, default: nil) - Output only. The value of the dimension in this slice.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelEvaluationSliceSlice{
    dimension: String.t() | nil,
    sliceSpec:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpec.t()
      | nil,
    value: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.