- 0.64.0 (latest)
- 0.63.0
- 0.62.0
- 0.61.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.1
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ImportFeatureValuesRequest.
Request message for FeaturestoreService.ImportFeatureValues.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#avro_source
def avro_source() -> ::Google::Cloud::AIPlatform::V1::AvroSource
-
(::Google::Cloud::AIPlatform::V1::AvroSource) — Note: The following fields are mutually exclusive:
avro_source
,bigquery_source
,csv_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#avro_source=
def avro_source=(value) -> ::Google::Cloud::AIPlatform::V1::AvroSource
-
value (::Google::Cloud::AIPlatform::V1::AvroSource) — Note: The following fields are mutually exclusive:
avro_source
,bigquery_source
,csv_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::AvroSource) — Note: The following fields are mutually exclusive:
avro_source
,bigquery_source
,csv_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#bigquery_source
def bigquery_source() -> ::Google::Cloud::AIPlatform::V1::BigQuerySource
-
(::Google::Cloud::AIPlatform::V1::BigQuerySource) — Note: The following fields are mutually exclusive:
bigquery_source
,avro_source
,csv_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#bigquery_source=
def bigquery_source=(value) -> ::Google::Cloud::AIPlatform::V1::BigQuerySource
-
value (::Google::Cloud::AIPlatform::V1::BigQuerySource) — Note: The following fields are mutually exclusive:
bigquery_source
,avro_source
,csv_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::BigQuerySource) — Note: The following fields are mutually exclusive:
bigquery_source
,avro_source
,csv_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#csv_source
def csv_source() -> ::Google::Cloud::AIPlatform::V1::CsvSource
-
(::Google::Cloud::AIPlatform::V1::CsvSource) — Note: The following fields are mutually exclusive:
csv_source
,avro_source
,bigquery_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#csv_source=
def csv_source=(value) -> ::Google::Cloud::AIPlatform::V1::CsvSource
-
value (::Google::Cloud::AIPlatform::V1::CsvSource) — Note: The following fields are mutually exclusive:
csv_source
,avro_source
,bigquery_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::CsvSource) — Note: The following fields are mutually exclusive:
csv_source
,avro_source
,bigquery_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#disable_ingestion_analysis
def disable_ingestion_analysis() -> ::Boolean
- (::Boolean) — If true, API doesn't start ingestion analysis pipeline.
#disable_ingestion_analysis=
def disable_ingestion_analysis=(value) -> ::Boolean
- value (::Boolean) — If true, API doesn't start ingestion analysis pipeline.
- (::Boolean) — If true, API doesn't start ingestion analysis pipeline.
#disable_online_serving
def disable_online_serving() -> ::Boolean
- (::Boolean) — If set, data will not be imported for online serving. This is typically used for backfilling, where Feature generation timestamps are not in the timestamp range needed for online serving.
#disable_online_serving=
def disable_online_serving=(value) -> ::Boolean
- value (::Boolean) — If set, data will not be imported for online serving. This is typically used for backfilling, where Feature generation timestamps are not in the timestamp range needed for online serving.
- (::Boolean) — If set, data will not be imported for online serving. This is typically used for backfilling, where Feature generation timestamps are not in the timestamp range needed for online serving.
#entity_id_field
def entity_id_field() -> ::String
- (::String) — Source column that holds entity IDs. If not provided, entity IDs are extracted from the column named entity_id.
#entity_id_field=
def entity_id_field=(value) -> ::String
- value (::String) — Source column that holds entity IDs. If not provided, entity IDs are extracted from the column named entity_id.
- (::String) — Source column that holds entity IDs. If not provided, entity IDs are extracted from the column named entity_id.
#entity_type
def entity_type() -> ::String
-
(::String) — Required. The resource name of the EntityType grouping the Features for
which values are being imported. Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}
#entity_type=
def entity_type=(value) -> ::String
-
value (::String) — Required. The resource name of the EntityType grouping the Features for
which values are being imported. Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}
-
(::String) — Required. The resource name of the EntityType grouping the Features for
which values are being imported. Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}
#feature_specs
def feature_specs() -> ::Array<::Google::Cloud::AIPlatform::V1::ImportFeatureValuesRequest::FeatureSpec>
- (::Array<::Google::Cloud::AIPlatform::V1::ImportFeatureValuesRequest::FeatureSpec>) — Required. Specifications defining which Feature values to import from the entity. The request fails if no feature_specs are provided, and having multiple feature_specs for one Feature is not allowed.
#feature_specs=
def feature_specs=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::ImportFeatureValuesRequest::FeatureSpec>
- value (::Array<::Google::Cloud::AIPlatform::V1::ImportFeatureValuesRequest::FeatureSpec>) — Required. Specifications defining which Feature values to import from the entity. The request fails if no feature_specs are provided, and having multiple feature_specs for one Feature is not allowed.
- (::Array<::Google::Cloud::AIPlatform::V1::ImportFeatureValuesRequest::FeatureSpec>) — Required. Specifications defining which Feature values to import from the entity. The request fails if no feature_specs are provided, and having multiple feature_specs for one Feature is not allowed.
#feature_time
def feature_time() -> ::Google::Protobuf::Timestamp
-
(::Google::Protobuf::Timestamp) — Single Feature timestamp for all entities being imported. The
timestamp must not have higher than millisecond precision.
Note: The following fields are mutually exclusive:
feature_time
,feature_time_field
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#feature_time=
def feature_time=(value) -> ::Google::Protobuf::Timestamp
-
value (::Google::Protobuf::Timestamp) — Single Feature timestamp for all entities being imported. The
timestamp must not have higher than millisecond precision.
Note: The following fields are mutually exclusive:
feature_time
,feature_time_field
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Protobuf::Timestamp) — Single Feature timestamp for all entities being imported. The
timestamp must not have higher than millisecond precision.
Note: The following fields are mutually exclusive:
feature_time
,feature_time_field
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#feature_time_field
def feature_time_field() -> ::String
-
(::String) — Source column that holds the Feature timestamp for all Feature
values in each entity.
Note: The following fields are mutually exclusive:
feature_time_field
,feature_time
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#feature_time_field=
def feature_time_field=(value) -> ::String
-
value (::String) — Source column that holds the Feature timestamp for all Feature
values in each entity.
Note: The following fields are mutually exclusive:
feature_time_field
,feature_time
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Source column that holds the Feature timestamp for all Feature
values in each entity.
Note: The following fields are mutually exclusive:
feature_time_field
,feature_time
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#worker_count
def worker_count() -> ::Integer
- (::Integer) — Specifies the number of workers that are used to write data to the Featurestore. Consider the online serving capacity that you require to achieve the desired import throughput without interfering with online serving. The value must be positive, and less than or equal to 100. If not set, defaults to using 1 worker. The low count ensures minimal impact on online serving performance.
#worker_count=
def worker_count=(value) -> ::Integer
- value (::Integer) — Specifies the number of workers that are used to write data to the Featurestore. Consider the online serving capacity that you require to achieve the desired import throughput without interfering with online serving. The value must be positive, and less than or equal to 100. If not set, defaults to using 1 worker. The low count ensures minimal impact on online serving performance.
- (::Integer) — Specifies the number of workers that are used to write data to the Featurestore. Consider the online serving capacity that you require to achieve the desired import throughput without interfering with online serving. The value must be positive, and less than or equal to 100. If not set, defaults to using 1 worker. The low count ensures minimal impact on online serving performance.