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

Dataset bucket used to create a histogram for the distribution given a population of values.

Attributes

  • count (type: float(), default: nil) - Output only. Number of values in the bucket.
  • left (type: float(), default: nil) - Output only. Left bound of the bucket.
  • right (type: float(), default: nil) - Output only. Right bound of the bucket.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SupervisedTuningDatasetDistributionDatasetBucket{
    count: float() | nil,
    left: float() | nil,
    right: float() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.