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
385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 385 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
385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 385 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
385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 385 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
385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 385 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>
385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 385 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
385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 385 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 |