View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpec (google_api_ai_platform v0.13.0)

Specification for how the data should be sliced.

Attributes

  • configs (type: %{optional(String.t) => GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpecSliceConfig.t}, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpec{
    configs:
      %{
        optional(String.t()) =>
          GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpecSliceConfig.t()
      }
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.