Class: Google::Cloud::AIPlatform::V1::ImportFeatureValuesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ImportFeatureValuesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Overview
Request message for FeaturestoreService.ImportFeatureValues.
Defined Under Namespace
Classes: FeatureSpec
Instance Attribute Summary collapse
-
#avro_source ⇒ ::Google::Cloud::AIPlatform::V1::AvroSource
Note: The following fields are mutually exclusive:
avro_source,bigquery_source,csv_source. -
#bigquery_source ⇒ ::Google::Cloud::AIPlatform::V1::BigQuerySource
Note: The following fields are mutually exclusive:
bigquery_source,avro_source,csv_source. -
#csv_source ⇒ ::Google::Cloud::AIPlatform::V1::CsvSource
Note: The following fields are mutually exclusive:
csv_source,avro_source,bigquery_source. -
#disable_ingestion_analysis ⇒ ::Boolean
If true, API doesn't start ingestion analysis pipeline.
-
#disable_online_serving ⇒ ::Boolean
If set, data will not be imported for online serving.
-
#entity_id_field ⇒ ::String
Source column that holds entity IDs.
-
#entity_type ⇒ ::String
Required.
-
#feature_specs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ImportFeatureValuesRequest::FeatureSpec>
Required.
-
#feature_time ⇒ ::Google::Protobuf::Timestamp
Single Feature timestamp for all entities being imported.
-
#feature_time_field ⇒ ::String
Source column that holds the Feature timestamp for all Feature values in each entity.
-
#worker_count ⇒ ::Integer
Specifies the number of workers that are used to write data to the Featurestore.
Instance Attribute Details
#avro_source ⇒ ::Google::Cloud::AIPlatform::V1::AvroSource
Returns 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.
232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 232 class ImportFeatureValuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines the Feature value(s) to import. # @!attribute [rw] id # @return [::String] # Required. ID of the Feature to import values of. This Feature must exist # in the target EntityType, or the request will fail. # @!attribute [rw] source_field # @return [::String] # Source column to get the Feature values from. If not set, uses the column # with the same name as the Feature ID. class FeatureSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#bigquery_source ⇒ ::Google::Cloud::AIPlatform::V1::BigQuerySource
Returns 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.
232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 232 class ImportFeatureValuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines the Feature value(s) to import. # @!attribute [rw] id # @return [::String] # Required. ID of the Feature to import values of. This Feature must exist # in the target EntityType, or the request will fail. # @!attribute [rw] source_field # @return [::String] # Source column to get the Feature values from. If not set, uses the column # with the same name as the Feature ID. class FeatureSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#csv_source ⇒ ::Google::Cloud::AIPlatform::V1::CsvSource
Returns 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.
232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 232 class ImportFeatureValuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines the Feature value(s) to import. # @!attribute [rw] id # @return [::String] # Required. ID of the Feature to import values of. This Feature must exist # in the target EntityType, or the request will fail. # @!attribute [rw] source_field # @return [::String] # Source column to get the Feature values from. If not set, uses the column # with the same name as the Feature ID. class FeatureSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#disable_ingestion_analysis ⇒ ::Boolean
Returns If true, API doesn't start ingestion analysis pipeline.
232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 232 class ImportFeatureValuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines the Feature value(s) to import. # @!attribute [rw] id # @return [::String] # Required. ID of the Feature to import values of. This Feature must exist # in the target EntityType, or the request will fail. # @!attribute [rw] source_field # @return [::String] # Source column to get the Feature values from. If not set, uses the column # with the same name as the Feature ID. class FeatureSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#disable_online_serving ⇒ ::Boolean
Returns 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.
232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 232 class ImportFeatureValuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines the Feature value(s) to import. # @!attribute [rw] id # @return [::String] # Required. ID of the Feature to import values of. This Feature must exist # in the target EntityType, or the request will fail. # @!attribute [rw] source_field # @return [::String] # Source column to get the Feature values from. If not set, uses the column # with the same name as the Feature ID. class FeatureSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#entity_id_field ⇒ ::String
Returns Source column that holds entity IDs. If not provided, entity IDs are extracted from the column named entity_id.
232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 232 class ImportFeatureValuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines the Feature value(s) to import. # @!attribute [rw] id # @return [::String] # Required. ID of the Feature to import values of. This Feature must exist # in the target EntityType, or the request will fail. # @!attribute [rw] source_field # @return [::String] # Source column to get the Feature values from. If not set, uses the column # with the same name as the Feature ID. class FeatureSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#entity_type ⇒ ::String
Returns 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}.
232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 232 class ImportFeatureValuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines the Feature value(s) to import. # @!attribute [rw] id # @return [::String] # Required. ID of the Feature to import values of. This Feature must exist # in the target EntityType, or the request will fail. # @!attribute [rw] source_field # @return [::String] # Source column to get the Feature values from. If not set, uses the column # with the same name as the Feature ID. class FeatureSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#feature_specs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ImportFeatureValuesRequest::FeatureSpec>
Returns 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.
232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 232 class ImportFeatureValuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines the Feature value(s) to import. # @!attribute [rw] id # @return [::String] # Required. ID of the Feature to import values of. This Feature must exist # in the target EntityType, or the request will fail. # @!attribute [rw] source_field # @return [::String] # Source column to get the Feature values from. If not set, uses the column # with the same name as the Feature ID. class FeatureSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#feature_time ⇒ ::Google::Protobuf::Timestamp
Returns 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.
232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 232 class ImportFeatureValuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines the Feature value(s) to import. # @!attribute [rw] id # @return [::String] # Required. ID of the Feature to import values of. This Feature must exist # in the target EntityType, or the request will fail. # @!attribute [rw] source_field # @return [::String] # Source column to get the Feature values from. If not set, uses the column # with the same name as the Feature ID. class FeatureSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#feature_time_field ⇒ ::String
Returns 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.
232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 232 class ImportFeatureValuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines the Feature value(s) to import. # @!attribute [rw] id # @return [::String] # Required. ID of the Feature to import values of. This Feature must exist # in the target EntityType, or the request will fail. # @!attribute [rw] source_field # @return [::String] # Source column to get the Feature values from. If not set, uses the column # with the same name as the Feature ID. class FeatureSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#worker_count ⇒ ::Integer
Returns 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.
232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 232 class ImportFeatureValuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines the Feature value(s) to import. # @!attribute [rw] id # @return [::String] # Required. ID of the Feature to import values of. This Feature must exist # in the target EntityType, or the request will fail. # @!attribute [rw] source_field # @return [::String] # Source column to get the Feature values from. If not set, uses the column # with the same name as the Feature ID. class FeatureSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |