Class: Google::Cloud::AIPlatform::V1::FeatureView::SyncConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::FeatureView::SyncConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_view.rb
Overview
Configuration for Sync. Only one option is set.
Instance Attribute Summary collapse
-
#continuous ⇒ ::Boolean
Optional.
-
#cron ⇒ ::String
Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled runs.
Instance Attribute Details
#continuous ⇒ ::Boolean
136 137 138 139 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_view.rb', line 136 class SyncConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cron ⇒ ::String
136 137 138 139 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_view.rb', line 136 class SyncConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |