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

A range of values for slice(s). low is inclusive, high is exclusive.

Attributes

  • high (type: number(), default: nil) - Exclusive high value for the range.
  • low (type: number(), default: nil) - Inclusive low value for the range.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpecRange{
    high: number() | nil,
    low: number() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.