Class: Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Overview
Request message for FeaturestoreService.ExportFeatureValues.
Defined Under Namespace
Classes: FullExport, SnapshotExport
Instance Attribute Summary collapse
-
#destination ⇒ ::Google::Cloud::AIPlatform::V1::FeatureValueDestination
Required.
-
#entity_type ⇒ ::String
Required.
-
#feature_selector ⇒ ::Google::Cloud::AIPlatform::V1::FeatureSelector
Required.
-
#full_export ⇒ ::Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::FullExport
Exports all historical values of all entities of the EntityType within a time range.
-
#settings ⇒ ::Array<::Google::Cloud::AIPlatform::V1::DestinationFeatureSetting>
Per-Feature export settings.
-
#snapshot_export ⇒ ::Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::SnapshotExport
Exports the latest Feature values of all entities of the EntityType within a time range.
Instance Attribute Details
#destination ⇒ ::Google::Cloud::AIPlatform::V1::FeatureValueDestination
Returns Required. Specifies destination location and format.
365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 365 class ExportFeatureValuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Describes exporting the latest Feature values of all entities of the # EntityType between [start_time, snapshot_time]. # @!attribute [rw] snapshot_time # @return [::Google::Protobuf::Timestamp] # Exports Feature values as of this timestamp. If not set, # retrieve values as of now. Timestamp, if present, must not have higher # than millisecond precision. # @!attribute [rw] start_time # @return [::Google::Protobuf::Timestamp] # Excludes Feature values with feature generation timestamp before this # timestamp. If not set, retrieve oldest values kept in Feature Store. # Timestamp, if present, must not have higher than millisecond precision. class SnapshotExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Describes exporting all historical Feature values of all entities of the # EntityType between [start_time, end_time]. # @!attribute [rw] start_time # @return [::Google::Protobuf::Timestamp] # Excludes Feature values with feature generation timestamp before this # timestamp. If not set, retrieve oldest values kept in Feature Store. # Timestamp, if present, must not have higher than millisecond precision. # @!attribute [rw] end_time # @return [::Google::Protobuf::Timestamp] # Exports Feature values as of this timestamp. If not set, # retrieve values as of now. Timestamp, if present, must not have higher # than millisecond precision. class FullExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#entity_type ⇒ ::String
Returns Required. The resource name of the EntityType from which to export Feature values.
Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}.
365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 365 class ExportFeatureValuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Describes exporting the latest Feature values of all entities of the # EntityType between [start_time, snapshot_time]. # @!attribute [rw] snapshot_time # @return [::Google::Protobuf::Timestamp] # Exports Feature values as of this timestamp. If not set, # retrieve values as of now. Timestamp, if present, must not have higher # than millisecond precision. # @!attribute [rw] start_time # @return [::Google::Protobuf::Timestamp] # Excludes Feature values with feature generation timestamp before this # timestamp. If not set, retrieve oldest values kept in Feature Store. # Timestamp, if present, must not have higher than millisecond precision. class SnapshotExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Describes exporting all historical Feature values of all entities of the # EntityType between [start_time, end_time]. # @!attribute [rw] start_time # @return [::Google::Protobuf::Timestamp] # Excludes Feature values with feature generation timestamp before this # timestamp. If not set, retrieve oldest values kept in Feature Store. # Timestamp, if present, must not have higher than millisecond precision. # @!attribute [rw] end_time # @return [::Google::Protobuf::Timestamp] # Exports Feature values as of this timestamp. If not set, # retrieve values as of now. Timestamp, if present, must not have higher # than millisecond precision. class FullExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#feature_selector ⇒ ::Google::Cloud::AIPlatform::V1::FeatureSelector
Returns Required. Selects Features to export values of.
365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 365 class ExportFeatureValuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Describes exporting the latest Feature values of all entities of the # EntityType between [start_time, snapshot_time]. # @!attribute [rw] snapshot_time # @return [::Google::Protobuf::Timestamp] # Exports Feature values as of this timestamp. If not set, # retrieve values as of now. Timestamp, if present, must not have higher # than millisecond precision. # @!attribute [rw] start_time # @return [::Google::Protobuf::Timestamp] # Excludes Feature values with feature generation timestamp before this # timestamp. If not set, retrieve oldest values kept in Feature Store. # Timestamp, if present, must not have higher than millisecond precision. class SnapshotExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Describes exporting all historical Feature values of all entities of the # EntityType between [start_time, end_time]. # @!attribute [rw] start_time # @return [::Google::Protobuf::Timestamp] # Excludes Feature values with feature generation timestamp before this # timestamp. If not set, retrieve oldest values kept in Feature Store. # Timestamp, if present, must not have higher than millisecond precision. # @!attribute [rw] end_time # @return [::Google::Protobuf::Timestamp] # Exports Feature values as of this timestamp. If not set, # retrieve values as of now. Timestamp, if present, must not have higher # than millisecond precision. class FullExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#full_export ⇒ ::Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::FullExport
Returns Exports all historical values of all entities of the EntityType within a time range.
365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 365 class ExportFeatureValuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Describes exporting the latest Feature values of all entities of the # EntityType between [start_time, snapshot_time]. # @!attribute [rw] snapshot_time # @return [::Google::Protobuf::Timestamp] # Exports Feature values as of this timestamp. If not set, # retrieve values as of now. Timestamp, if present, must not have higher # than millisecond precision. # @!attribute [rw] start_time # @return [::Google::Protobuf::Timestamp] # Excludes Feature values with feature generation timestamp before this # timestamp. If not set, retrieve oldest values kept in Feature Store. # Timestamp, if present, must not have higher than millisecond precision. class SnapshotExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Describes exporting all historical Feature values of all entities of the # EntityType between [start_time, end_time]. # @!attribute [rw] start_time # @return [::Google::Protobuf::Timestamp] # Excludes Feature values with feature generation timestamp before this # timestamp. If not set, retrieve oldest values kept in Feature Store. # Timestamp, if present, must not have higher than millisecond precision. # @!attribute [rw] end_time # @return [::Google::Protobuf::Timestamp] # Exports Feature values as of this timestamp. If not set, # retrieve values as of now. Timestamp, if present, must not have higher # than millisecond precision. class FullExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#settings ⇒ ::Array<::Google::Cloud::AIPlatform::V1::DestinationFeatureSetting>
Returns Per-Feature export settings.
365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 365 class ExportFeatureValuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Describes exporting the latest Feature values of all entities of the # EntityType between [start_time, snapshot_time]. # @!attribute [rw] snapshot_time # @return [::Google::Protobuf::Timestamp] # Exports Feature values as of this timestamp. If not set, # retrieve values as of now. Timestamp, if present, must not have higher # than millisecond precision. # @!attribute [rw] start_time # @return [::Google::Protobuf::Timestamp] # Excludes Feature values with feature generation timestamp before this # timestamp. If not set, retrieve oldest values kept in Feature Store. # Timestamp, if present, must not have higher than millisecond precision. class SnapshotExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Describes exporting all historical Feature values of all entities of the # EntityType between [start_time, end_time]. # @!attribute [rw] start_time # @return [::Google::Protobuf::Timestamp] # Excludes Feature values with feature generation timestamp before this # timestamp. If not set, retrieve oldest values kept in Feature Store. # Timestamp, if present, must not have higher than millisecond precision. # @!attribute [rw] end_time # @return [::Google::Protobuf::Timestamp] # Exports Feature values as of this timestamp. If not set, # retrieve values as of now. Timestamp, if present, must not have higher # than millisecond precision. class FullExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#snapshot_export ⇒ ::Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::SnapshotExport
Returns Exports the latest Feature values of all entities of the EntityType within a time range.
365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 365 class ExportFeatureValuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Describes exporting the latest Feature values of all entities of the # EntityType between [start_time, snapshot_time]. # @!attribute [rw] snapshot_time # @return [::Google::Protobuf::Timestamp] # Exports Feature values as of this timestamp. If not set, # retrieve values as of now. Timestamp, if present, must not have higher # than millisecond precision. # @!attribute [rw] start_time # @return [::Google::Protobuf::Timestamp] # Excludes Feature values with feature generation timestamp before this # timestamp. If not set, retrieve oldest values kept in Feature Store. # Timestamp, if present, must not have higher than millisecond precision. class SnapshotExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Describes exporting all historical Feature values of all entities of the # EntityType between [start_time, end_time]. # @!attribute [rw] start_time # @return [::Google::Protobuf::Timestamp] # Excludes Feature values with feature generation timestamp before this # timestamp. If not set, retrieve oldest values kept in Feature Store. # Timestamp, if present, must not have higher than millisecond precision. # @!attribute [rw] end_time # @return [::Google::Protobuf::Timestamp] # Exports Feature values as of this timestamp. If not set, # retrieve values as of now. Timestamp, if present, must not have higher # than millisecond precision. class FullExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |