Class: Google::Cloud::AIPlatform::V1::ListFeatureViewSyncsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListFeatureViewSyncsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb
Overview
Request message for FeatureOnlineStoreAdminService.ListFeatureViewSyncs.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Lists the FeatureViewSyncs that match the filter expression.
-
#order_by ⇒ ::String
A comma-separated list of fields to order by, sorted in ascending order.
-
#page_size ⇒ ::Integer
The maximum number of FeatureViewSyncs to return.
-
#page_token ⇒ ::String
A page token, received from a previous FeatureOnlineStoreAdminService.ListFeatureViewSyncs call.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Lists the FeatureViewSyncs that match the filter expression. The following filters are supported:
create_time
: Supports=
,!=
,<
,>
,>=
, and<=
comparisons. Values must be in RFC 3339 format.
Examples:
create_time > \"2020-01-31T15:30:00.000000Z\"
--> FeatureViewSyncs created after 2020-01-31T15:30:00.000000Z.
445 446 447 448 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 445 class ListFeatureViewSyncsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.
Supported fields:
create_time
.
445 446 447 448 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 445 class ListFeatureViewSyncsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of FeatureViewSyncs to return. The service may return fewer than this value. If unspecified, at most 1000 FeatureViewSyncs will be returned. The maximum value is 1000; any value greater than 1000 will be coerced to 1000.
445 446 447 448 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 445 class ListFeatureViewSyncsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A page token, received from a previous FeatureOnlineStoreAdminService.ListFeatureViewSyncs call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to FeatureOnlineStoreAdminService.ListFeatureViewSyncs must match the call that provided the page token.
445 446 447 448 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 445 class ListFeatureViewSyncsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the FeatureView to list FeatureViewSyncs.
Format:
projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}
.
445 446 447 448 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 445 class ListFeatureViewSyncsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |