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

Restriction of a datapoint which describe its attributes(tokens) from each of several attribute categories(namespaces).

Attributes

  • allowList (type: list(String.t), default: nil) - The attributes to allow in this namespace. e.g.: 'red'
  • denyList (type: list(String.t), default: nil) - The attributes to deny in this namespace. e.g.: 'blue'
  • namespace (type: String.t, default: nil) - The namespace of this restriction. e.g.: color.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1IndexDatapointRestriction{
    allowList: [String.t()] | nil,
    denyList: [String.t()] | nil,
    namespace: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.