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
Returns Optional. If true, syncs the FeatureView in a continuous manner to Online Store.
110 111 112 113 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_view.rb', line 110 class SyncConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cron ⇒ ::String
Returns Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled runs. To explicitly set a timezone to the cron tab, apply a prefix in the cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or "TZ=${IANA_TIME_ZONE}". The ${IANA_TIME_ZONE} may only be a valid string from IANA time zone database. For example, "CRON_TZ=America/New_York 1 * * * *", or "TZ=America/New_York 1 * * * *".
110 111 112 113 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_view.rb', line 110 class SyncConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |