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

A destination location for Feature values and format.

Attributes

  • bigqueryDestination (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BigQueryDestination.t, default: nil) - Output in BigQuery format. BigQueryDestination.output_uri in FeatureValueDestination.bigquery_destination must refer to a table.
  • csvDestination (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CsvDestination.t, default: nil) - Output in CSV format. Array Feature value types are not allowed in CSV format.
  • tfrecordDestination (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TFRecordDestination.t, default: nil) - Output in TFRecord format. Below are the mapping from Feature value type in Featurestore to Feature value type in TFRecord: Value type in Featurestore | Value type in TFRecord DOUBLE, DOUBLE_ARRAY | FLOAT_LIST INT64, INT64_ARRAY | INT64_LIST STRING, STRING_ARRAY, BYTES | BYTES_LIST true -> byte_string("true"), false -> byte_string("false") BOOL, BOOL_ARRAY (true, false) | BYTES_LIST

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureValueDestination{
    bigqueryDestination:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BigQueryDestination.t()
      | nil,
    csvDestination:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CsvDestination.t()
      | nil,
    tfrecordDestination:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TFRecordDestination.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.