View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListFeatureViewSyncsResponse (google_api_ai_platform v0.18.1)
Response message for FeatureOnlineStoreAdminService.ListFeatureViewSyncs.
Attributes
-
featureViewSyncs(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureViewSync.t), default:nil) - The FeatureViewSyncs matching the request. -
nextPageToken(type:String.t, default:nil) - A token, which can be sent as ListFeatureViewSyncsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListFeatureViewSyncsResponse{ featureViewSyncs: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureViewSync.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.