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

Assigns input data to training, validation, and test sets based on the value of a provided key. Supported only for tabular Datasets.

Attributes

  • key (type: String.t, default: nil) - Required. The key is a name of one of the Dataset's data columns. The value of the key (either the label's value or value in the column) must be one of {training, validation, test}, and it defines to which set the given piece of data is assigned. If for a piece of data the key is not present or has an invalid value, that piece is ignored by the pipeline.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PredefinedSplit{
  key: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.