Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::FeatureValueDestination.
A destination location for Feature values and format.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bigquery_destination
def bigquery_destination() -> ::Google::Cloud::AIPlatform::V1::BigQueryDestination
-
(::Google::Cloud::AIPlatform::V1::BigQueryDestination) — Output in BigQuery format.
BigQueryDestination.output_uri
in
FeatureValueDestination.bigquery_destination
must refer to a table.
Note: The following fields are mutually exclusive:
bigquery_destination
,tfrecord_destination
,csv_destination
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#bigquery_destination=
def bigquery_destination=(value) -> ::Google::Cloud::AIPlatform::V1::BigQueryDestination
-
value (::Google::Cloud::AIPlatform::V1::BigQueryDestination) — Output in BigQuery format.
BigQueryDestination.output_uri
in
FeatureValueDestination.bigquery_destination
must refer to a table.
Note: The following fields are mutually exclusive:
bigquery_destination
,tfrecord_destination
,csv_destination
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::BigQueryDestination) — Output in BigQuery format.
BigQueryDestination.output_uri
in
FeatureValueDestination.bigquery_destination
must refer to a table.
Note: The following fields are mutually exclusive:
bigquery_destination
,tfrecord_destination
,csv_destination
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#csv_destination
def csv_destination() -> ::Google::Cloud::AIPlatform::V1::CsvDestination
-
(::Google::Cloud::AIPlatform::V1::CsvDestination) — Output in CSV format. Array Feature value types are not allowed in CSV
format.
Note: The following fields are mutually exclusive:
csv_destination
,bigquery_destination
,tfrecord_destination
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#csv_destination=
def csv_destination=(value) -> ::Google::Cloud::AIPlatform::V1::CsvDestination
-
value (::Google::Cloud::AIPlatform::V1::CsvDestination) — Output in CSV format. Array Feature value types are not allowed in CSV
format.
Note: The following fields are mutually exclusive:
csv_destination
,bigquery_destination
,tfrecord_destination
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::CsvDestination) — Output in CSV format. Array Feature value types are not allowed in CSV
format.
Note: The following fields are mutually exclusive:
csv_destination
,bigquery_destination
,tfrecord_destination
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#tfrecord_destination
def tfrecord_destination() -> ::Google::Cloud::AIPlatform::V1::TFRecordDestination
-
(::Google::Cloud::AIPlatform::V1::TFRecordDestination) — 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
Note: The following fields are mutually exclusive:
tfrecord_destination
,bigquery_destination
,csv_destination
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#tfrecord_destination=
def tfrecord_destination=(value) -> ::Google::Cloud::AIPlatform::V1::TFRecordDestination
-
value (::Google::Cloud::AIPlatform::V1::TFRecordDestination) — 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
Note: The following fields are mutually exclusive:
tfrecord_destination
,bigquery_destination
,csv_destination
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::TFRecordDestination) — 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
Note: The following fields are mutually exclusive:
tfrecord_destination
,bigquery_destination
,csv_destination
. If a field in that set is populated, all other fields in the set will automatically be cleared.