google-cloud-ai_platform-v1 0.32.0 → 0.34.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/ai_platform/v1/dataset_service/client.rb +516 -0
- data/lib/google/cloud/ai_platform/v1/dataset_service/paths.rb +21 -0
- data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/client.rb +1796 -0
- data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/credentials.rb +47 -0
- data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/operations.rb +787 -0
- data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/paths.rb +111 -0
- data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service.rb +51 -0
- data/lib/google/cloud/ai_platform/v1/feature_online_store_service/client.rb +431 -0
- data/lib/google/cloud/ai_platform/v1/feature_online_store_service/credentials.rb +47 -0
- data/lib/google/cloud/ai_platform/v1/feature_online_store_service/paths.rb +54 -0
- data/lib/google/cloud/ai_platform/v1/feature_online_store_service.rb +47 -0
- data/lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb +1498 -0
- data/lib/google/cloud/ai_platform/v1/feature_registry_service/credentials.rb +47 -0
- data/lib/google/cloud/ai_platform/v1/feature_registry_service/operations.rb +787 -0
- data/lib/google/cloud/ai_platform/v1/feature_registry_service/paths.rb +139 -0
- data/lib/google/cloud/ai_platform/v1/feature_registry_service.rb +51 -0
- data/lib/google/cloud/ai_platform/v1/featurestore_service/client.rb +20 -7
- data/lib/google/cloud/ai_platform/v1/featurestore_service/paths.rb +53 -8
- data/lib/google/cloud/ai_platform/v1/job_service/paths.rb +17 -0
- data/lib/google/cloud/ai_platform/v1/pipeline_service/client.rb +1 -1
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/client.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/version.rb +1 -1
- data/lib/google/cloud/ai_platform/v1.rb +3 -0
- data/lib/google/cloud/aiplatform/v1/custom_job_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/dataset_service_pb.rb +9 -1
- data/lib/google/cloud/aiplatform/v1/dataset_service_services_pb.rb +10 -0
- data/lib/google/cloud/aiplatform/v1/dataset_version_pb.rb +47 -0
- data/lib/google/cloud/aiplatform/v1/feature_group_pb.rb +50 -0
- data/lib/google/cloud/aiplatform/v1/feature_online_store_admin_service_pb.rb +79 -0
- data/lib/google/cloud/aiplatform/v1/feature_online_store_admin_service_services_pb.rb +71 -0
- data/lib/google/cloud/aiplatform/v1/feature_online_store_pb.rb +50 -0
- data/lib/google/cloud/aiplatform/v1/feature_online_store_service_pb.rb +56 -0
- data/lib/google/cloud/aiplatform/v1/feature_online_store_service_services_pb.rb +44 -0
- data/lib/google/cloud/aiplatform/v1/feature_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/feature_registry_service_pb.rb +66 -0
- data/lib/google/cloud/aiplatform/v1/feature_registry_service_services_pb.rb +64 -0
- data/lib/google/cloud/aiplatform/v1/feature_view_pb.rb +51 -0
- data/lib/google/cloud/aiplatform/v1/feature_view_sync_pb.rb +51 -0
- data/lib/google/cloud/aiplatform/v1/index_pb.rb +3 -1
- data/lib/google/cloud/aiplatform/v1/machine_resources_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/model_monitoring_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/prediction_service_pb.rb +3 -1
- data/lib/google/cloud/aiplatform/v1/study_pb.rb +5 -1
- data/proto_docs/google/cloud/aiplatform/v1/custom_job.rb +6 -0
- data/proto_docs/google/cloud/aiplatform/v1/dataset_service.rb +99 -2
- data/proto_docs/google/cloud/aiplatform/v1/dataset_version.rb +48 -0
- data/proto_docs/google/cloud/aiplatform/v1/endpoint.rb +1 -1
- data/proto_docs/google/cloud/aiplatform/v1/feature.rb +21 -10
- data/proto_docs/google/cloud/aiplatform/v1/feature_group.rb +91 -0
- data/proto_docs/google/cloud/aiplatform/v1/feature_online_store.rb +124 -0
- data/proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb +458 -0
- data/proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb +102 -0
- data/proto_docs/google/cloud/aiplatform/v1/feature_registry_service.rb +208 -0
- data/proto_docs/google/cloud/aiplatform/v1/feature_view.rb +131 -0
- data/proto_docs/google/cloud/aiplatform/v1/feature_view_sync.rb +48 -0
- data/proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb +32 -7
- data/proto_docs/google/cloud/aiplatform/v1/index.rb +58 -5
- data/proto_docs/google/cloud/aiplatform/v1/index_endpoint.rb +9 -5
- data/proto_docs/google/cloud/aiplatform/v1/machine_resources.rb +21 -0
- data/proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb +5 -0
- data/proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb +3 -1
- data/proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb +1 -1
- data/proto_docs/google/cloud/aiplatform/v1/prediction_service.rb +28 -0
- data/proto_docs/google/cloud/aiplatform/v1/study.rb +75 -0
- data/proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb +2 -2
- metadata +35 -2
@@ -0,0 +1,91 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2023 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Cloud
|
22
|
+
module AIPlatform
|
23
|
+
module V1
|
24
|
+
# Vertex AI Feature Group.
|
25
|
+
# @!attribute [rw] big_query
|
26
|
+
# @return [::Google::Cloud::AIPlatform::V1::FeatureGroup::BigQuery]
|
27
|
+
# Indicates that features for this group come from BigQuery Table/View.
|
28
|
+
# By default treats the source as a sparse time series source, which is
|
29
|
+
# required to have an entity_id and a feature_timestamp column in the
|
30
|
+
# source.
|
31
|
+
# @!attribute [r] name
|
32
|
+
# @return [::String]
|
33
|
+
# Output only. Name of the FeatureGroup. Format:
|
34
|
+
# `projects/{project}/locations/{location}/featureGroups/{featureGroup}`
|
35
|
+
# @!attribute [r] create_time
|
36
|
+
# @return [::Google::Protobuf::Timestamp]
|
37
|
+
# Output only. Timestamp when this FeatureGroup was created.
|
38
|
+
# @!attribute [r] update_time
|
39
|
+
# @return [::Google::Protobuf::Timestamp]
|
40
|
+
# Output only. Timestamp when this FeatureGroup was last updated.
|
41
|
+
# @!attribute [rw] etag
|
42
|
+
# @return [::String]
|
43
|
+
# Optional. Used to perform consistent read-modify-write updates. If not set,
|
44
|
+
# a blind "overwrite" update happens.
|
45
|
+
# @!attribute [rw] labels
|
46
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
47
|
+
# Optional. The labels with user-defined metadata to organize your
|
48
|
+
# FeatureGroup.
|
49
|
+
#
|
50
|
+
# Label keys and values can be no longer than 64 characters
|
51
|
+
# (Unicode codepoints), can only contain lowercase letters, numeric
|
52
|
+
# characters, underscores and dashes. International characters are allowed.
|
53
|
+
#
|
54
|
+
# See https://goo.gl/xmQnxf for more information on and examples of labels.
|
55
|
+
# No more than 64 user labels can be associated with one
|
56
|
+
# FeatureGroup(System labels are excluded)." System reserved label keys
|
57
|
+
# are prefixed with "aiplatform.googleapis.com/" and are immutable.
|
58
|
+
# @!attribute [rw] description
|
59
|
+
# @return [::String]
|
60
|
+
# Optional. Description of the FeatureGroup.
|
61
|
+
class FeatureGroup
|
62
|
+
include ::Google::Protobuf::MessageExts
|
63
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
64
|
+
|
65
|
+
# Input source type for BigQuery Tables and Views.
|
66
|
+
# @!attribute [rw] big_query_source
|
67
|
+
# @return [::Google::Cloud::AIPlatform::V1::BigQuerySource]
|
68
|
+
# Required. Immutable. The BigQuery source URI that points to either a
|
69
|
+
# BigQuery Table or View.
|
70
|
+
# @!attribute [rw] entity_id_columns
|
71
|
+
# @return [::Array<::String>]
|
72
|
+
# Optional. Columns to construct entity_id / row keys. Currently only
|
73
|
+
# supports 1 entity_id_column. If not provided defaults to `entity_id`.
|
74
|
+
class BigQuery
|
75
|
+
include ::Google::Protobuf::MessageExts
|
76
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
77
|
+
end
|
78
|
+
|
79
|
+
# @!attribute [rw] key
|
80
|
+
# @return [::String]
|
81
|
+
# @!attribute [rw] value
|
82
|
+
# @return [::String]
|
83
|
+
class LabelsEntry
|
84
|
+
include ::Google::Protobuf::MessageExts
|
85
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
86
|
+
end
|
87
|
+
end
|
88
|
+
end
|
89
|
+
end
|
90
|
+
end
|
91
|
+
end
|
@@ -0,0 +1,124 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2023 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Cloud
|
22
|
+
module AIPlatform
|
23
|
+
module V1
|
24
|
+
# Vertex AI Feature Online Store provides a centralized repository for serving
|
25
|
+
# ML features and embedding indexes at low latency. The Feature Online Store is
|
26
|
+
# a top-level container.
|
27
|
+
# @!attribute [rw] bigtable
|
28
|
+
# @return [::Google::Cloud::AIPlatform::V1::FeatureOnlineStore::Bigtable]
|
29
|
+
# Contains settings for the Cloud Bigtable instance that will be created
|
30
|
+
# to serve featureValues for all FeatureViews under this
|
31
|
+
# FeatureOnlineStore.
|
32
|
+
# @!attribute [r] name
|
33
|
+
# @return [::String]
|
34
|
+
# Output only. Name of the FeatureOnlineStore. Format:
|
35
|
+
# `projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}`
|
36
|
+
# @!attribute [r] create_time
|
37
|
+
# @return [::Google::Protobuf::Timestamp]
|
38
|
+
# Output only. Timestamp when this FeatureOnlineStore was created.
|
39
|
+
# @!attribute [r] update_time
|
40
|
+
# @return [::Google::Protobuf::Timestamp]
|
41
|
+
# Output only. Timestamp when this FeatureOnlineStore was last updated.
|
42
|
+
# @!attribute [rw] etag
|
43
|
+
# @return [::String]
|
44
|
+
# Optional. Used to perform consistent read-modify-write updates. If not set,
|
45
|
+
# a blind "overwrite" update happens.
|
46
|
+
# @!attribute [rw] labels
|
47
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
48
|
+
# Optional. The labels with user-defined metadata to organize your
|
49
|
+
# FeatureOnlineStore.
|
50
|
+
#
|
51
|
+
# Label keys and values can be no longer than 64 characters
|
52
|
+
# (Unicode codepoints), can only contain lowercase letters, numeric
|
53
|
+
# characters, underscores and dashes. International characters are allowed.
|
54
|
+
#
|
55
|
+
# See https://goo.gl/xmQnxf for more information on and examples of labels.
|
56
|
+
# No more than 64 user labels can be associated with one
|
57
|
+
# FeatureOnlineStore(System labels are excluded)." System reserved label keys
|
58
|
+
# are prefixed with "aiplatform.googleapis.com/" and are immutable.
|
59
|
+
# @!attribute [r] state
|
60
|
+
# @return [::Google::Cloud::AIPlatform::V1::FeatureOnlineStore::State]
|
61
|
+
# Output only. State of the featureOnlineStore.
|
62
|
+
class FeatureOnlineStore
|
63
|
+
include ::Google::Protobuf::MessageExts
|
64
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
65
|
+
|
66
|
+
# @!attribute [rw] auto_scaling
|
67
|
+
# @return [::Google::Cloud::AIPlatform::V1::FeatureOnlineStore::Bigtable::AutoScaling]
|
68
|
+
# Required. Autoscaling config applied to Bigtable Instance.
|
69
|
+
class Bigtable
|
70
|
+
include ::Google::Protobuf::MessageExts
|
71
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
72
|
+
|
73
|
+
# @!attribute [rw] min_node_count
|
74
|
+
# @return [::Integer]
|
75
|
+
# Required. The minimum number of nodes to scale down to. Must be greater
|
76
|
+
# than or equal to 1.
|
77
|
+
# @!attribute [rw] max_node_count
|
78
|
+
# @return [::Integer]
|
79
|
+
# Required. The maximum number of nodes to scale up to. Must be greater
|
80
|
+
# than or equal to min_node_count, and less than or equal to 10 times of
|
81
|
+
# 'min_node_count'.
|
82
|
+
# @!attribute [rw] cpu_utilization_target
|
83
|
+
# @return [::Integer]
|
84
|
+
# Optional. A percentage of the cluster's CPU capacity. Can be from 10%
|
85
|
+
# to 80%. When a cluster's CPU utilization exceeds the target that you
|
86
|
+
# have set, Bigtable immediately adds nodes to the cluster. When CPU
|
87
|
+
# utilization is substantially lower than the target, Bigtable removes
|
88
|
+
# nodes. If not set will default to 50%.
|
89
|
+
class AutoScaling
|
90
|
+
include ::Google::Protobuf::MessageExts
|
91
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
92
|
+
end
|
93
|
+
end
|
94
|
+
|
95
|
+
# @!attribute [rw] key
|
96
|
+
# @return [::String]
|
97
|
+
# @!attribute [rw] value
|
98
|
+
# @return [::String]
|
99
|
+
class LabelsEntry
|
100
|
+
include ::Google::Protobuf::MessageExts
|
101
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
102
|
+
end
|
103
|
+
|
104
|
+
# Possible states a featureOnlineStore can have.
|
105
|
+
module State
|
106
|
+
# Default value. This value is unused.
|
107
|
+
STATE_UNSPECIFIED = 0
|
108
|
+
|
109
|
+
# State when the featureOnlineStore configuration is not being updated and
|
110
|
+
# the fields reflect the current configuration of the featureOnlineStore.
|
111
|
+
# The featureOnlineStore is usable in this state.
|
112
|
+
STABLE = 1
|
113
|
+
|
114
|
+
# The state of the featureOnlineStore configuration when it is being
|
115
|
+
# updated. During an update, the fields reflect either the original
|
116
|
+
# configuration or the updated configuration of the featureOnlineStore. The
|
117
|
+
# featureOnlineStore is still usable in this state.
|
118
|
+
UPDATING = 2
|
119
|
+
end
|
120
|
+
end
|
121
|
+
end
|
122
|
+
end
|
123
|
+
end
|
124
|
+
end
|
@@ -0,0 +1,458 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2023 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Cloud
|
22
|
+
module AIPlatform
|
23
|
+
module V1
|
24
|
+
# Request message for
|
25
|
+
# {::Google::Cloud::AIPlatform::V1::FeatureOnlineStoreAdminService::Client#create_feature_online_store FeatureOnlineStoreAdminService.CreateFeatureOnlineStore}.
|
26
|
+
# @!attribute [rw] parent
|
27
|
+
# @return [::String]
|
28
|
+
# Required. The resource name of the Location to create FeatureOnlineStores.
|
29
|
+
# Format:
|
30
|
+
# `projects/{project}/locations/{location}'`
|
31
|
+
# @!attribute [rw] feature_online_store
|
32
|
+
# @return [::Google::Cloud::AIPlatform::V1::FeatureOnlineStore]
|
33
|
+
# Required. The FeatureOnlineStore to create.
|
34
|
+
# @!attribute [rw] feature_online_store_id
|
35
|
+
# @return [::String]
|
36
|
+
# Required. The ID to use for this FeatureOnlineStore, which will become the
|
37
|
+
# final component of the FeatureOnlineStore's resource name.
|
38
|
+
#
|
39
|
+
# This value may be up to 60 characters, and valid characters are
|
40
|
+
# `[a-z0-9_]`. The first character cannot be a number.
|
41
|
+
#
|
42
|
+
# The value must be unique within the project and location.
|
43
|
+
class CreateFeatureOnlineStoreRequest
|
44
|
+
include ::Google::Protobuf::MessageExts
|
45
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
46
|
+
end
|
47
|
+
|
48
|
+
# Request message for
|
49
|
+
# {::Google::Cloud::AIPlatform::V1::FeatureOnlineStoreAdminService::Client#get_feature_online_store FeatureOnlineStoreAdminService.GetFeatureOnlineStore}.
|
50
|
+
# @!attribute [rw] name
|
51
|
+
# @return [::String]
|
52
|
+
# Required. The name of the FeatureOnlineStore resource.
|
53
|
+
class GetFeatureOnlineStoreRequest
|
54
|
+
include ::Google::Protobuf::MessageExts
|
55
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
56
|
+
end
|
57
|
+
|
58
|
+
# Request message for
|
59
|
+
# {::Google::Cloud::AIPlatform::V1::FeatureOnlineStoreAdminService::Client#list_feature_online_stores FeatureOnlineStoreAdminService.ListFeatureOnlineStores}.
|
60
|
+
# @!attribute [rw] parent
|
61
|
+
# @return [::String]
|
62
|
+
# Required. The resource name of the Location to list FeatureOnlineStores.
|
63
|
+
# Format:
|
64
|
+
# `projects/{project}/locations/{location}`
|
65
|
+
# @!attribute [rw] filter
|
66
|
+
# @return [::String]
|
67
|
+
# Lists the FeatureOnlineStores that match the filter expression. The
|
68
|
+
# following fields are supported:
|
69
|
+
#
|
70
|
+
# * `create_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
|
71
|
+
# Values must be
|
72
|
+
# in RFC 3339 format.
|
73
|
+
# * `update_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
|
74
|
+
# Values must be
|
75
|
+
# in RFC 3339 format.
|
76
|
+
# * `labels`: Supports key-value equality and key presence.
|
77
|
+
#
|
78
|
+
# Examples:
|
79
|
+
#
|
80
|
+
# * `create_time > "2020-01-01" OR update_time > "2020-01-01"`
|
81
|
+
# FeatureOnlineStores created or updated after 2020-01-01.
|
82
|
+
# * `labels.env = "prod"`
|
83
|
+
# FeatureOnlineStores with label "env" set to "prod".
|
84
|
+
# @!attribute [rw] page_size
|
85
|
+
# @return [::Integer]
|
86
|
+
# The maximum number of FeatureOnlineStores to return. The service may return
|
87
|
+
# fewer than this value. If unspecified, at most 100 FeatureOnlineStores will
|
88
|
+
# be returned. The maximum value is 100; any value greater than 100 will be
|
89
|
+
# coerced to 100.
|
90
|
+
# @!attribute [rw] page_token
|
91
|
+
# @return [::String]
|
92
|
+
# A page token, received from a previous
|
93
|
+
# {::Google::Cloud::AIPlatform::V1::FeatureOnlineStoreAdminService::Client#list_feature_online_stores FeatureOnlineStoreAdminService.ListFeatureOnlineStores}
|
94
|
+
# call. Provide this to retrieve the subsequent page.
|
95
|
+
#
|
96
|
+
# When paginating, all other parameters provided to
|
97
|
+
# {::Google::Cloud::AIPlatform::V1::FeatureOnlineStoreAdminService::Client#list_feature_online_stores FeatureOnlineStoreAdminService.ListFeatureOnlineStores}
|
98
|
+
# must match the call that provided the page token.
|
99
|
+
# @!attribute [rw] order_by
|
100
|
+
# @return [::String]
|
101
|
+
# A comma-separated list of fields to order by, sorted in ascending order.
|
102
|
+
# Use "desc" after a field name for descending.
|
103
|
+
# Supported Fields:
|
104
|
+
#
|
105
|
+
# * `create_time`
|
106
|
+
# * `update_time`
|
107
|
+
class ListFeatureOnlineStoresRequest
|
108
|
+
include ::Google::Protobuf::MessageExts
|
109
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
110
|
+
end
|
111
|
+
|
112
|
+
# Response message for
|
113
|
+
# {::Google::Cloud::AIPlatform::V1::FeatureOnlineStoreAdminService::Client#list_feature_online_stores FeatureOnlineStoreAdminService.ListFeatureOnlineStores}.
|
114
|
+
# @!attribute [rw] feature_online_stores
|
115
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::FeatureOnlineStore>]
|
116
|
+
# The FeatureOnlineStores matching the request.
|
117
|
+
# @!attribute [rw] next_page_token
|
118
|
+
# @return [::String]
|
119
|
+
# A token, which can be sent as
|
120
|
+
# {::Google::Cloud::AIPlatform::V1::ListFeatureOnlineStoresRequest#page_token ListFeatureOnlineStoresRequest.page_token}
|
121
|
+
# to retrieve the next page. If this field is omitted, there are no
|
122
|
+
# subsequent pages.
|
123
|
+
class ListFeatureOnlineStoresResponse
|
124
|
+
include ::Google::Protobuf::MessageExts
|
125
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
126
|
+
end
|
127
|
+
|
128
|
+
# Request message for
|
129
|
+
# {::Google::Cloud::AIPlatform::V1::FeatureOnlineStoreAdminService::Client#update_feature_online_store FeatureOnlineStoreAdminService.UpdateFeatureOnlineStore}.
|
130
|
+
# @!attribute [rw] feature_online_store
|
131
|
+
# @return [::Google::Cloud::AIPlatform::V1::FeatureOnlineStore]
|
132
|
+
# Required. The FeatureOnlineStore's `name` field is used to identify the
|
133
|
+
# FeatureOnlineStore to be updated. Format:
|
134
|
+
# `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`
|
135
|
+
# @!attribute [rw] update_mask
|
136
|
+
# @return [::Google::Protobuf::FieldMask]
|
137
|
+
# Field mask is used to specify the fields to be overwritten in the
|
138
|
+
# FeatureOnlineStore resource by the update.
|
139
|
+
# The fields specified in the update_mask are relative to the resource, not
|
140
|
+
# the full request. A field will be overwritten if it is in the mask. If the
|
141
|
+
# user does not provide a mask then only the non-empty fields present in the
|
142
|
+
# request will be overwritten. Set the update_mask to `*` to override all
|
143
|
+
# fields.
|
144
|
+
#
|
145
|
+
# Updatable fields:
|
146
|
+
#
|
147
|
+
# * `big_query_source`
|
148
|
+
# * `labels`
|
149
|
+
# * `sync_config`
|
150
|
+
class UpdateFeatureOnlineStoreRequest
|
151
|
+
include ::Google::Protobuf::MessageExts
|
152
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
153
|
+
end
|
154
|
+
|
155
|
+
# Request message for
|
156
|
+
# {::Google::Cloud::AIPlatform::V1::FeatureOnlineStoreAdminService::Client#delete_feature_online_store FeatureOnlineStoreAdminService.DeleteFeatureOnlineStore}.
|
157
|
+
# @!attribute [rw] name
|
158
|
+
# @return [::String]
|
159
|
+
# Required. The name of the FeatureOnlineStore to be deleted.
|
160
|
+
# Format:
|
161
|
+
# `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`
|
162
|
+
# @!attribute [rw] force
|
163
|
+
# @return [::Boolean]
|
164
|
+
# If set to true, any FeatureViews and Features for this FeatureOnlineStore
|
165
|
+
# will also be deleted. (Otherwise, the request will only work if the
|
166
|
+
# FeatureOnlineStore has no FeatureViews.)
|
167
|
+
class DeleteFeatureOnlineStoreRequest
|
168
|
+
include ::Google::Protobuf::MessageExts
|
169
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
170
|
+
end
|
171
|
+
|
172
|
+
# Request message for
|
173
|
+
# {::Google::Cloud::AIPlatform::V1::FeatureOnlineStoreAdminService::Client#create_feature_view FeatureOnlineStoreAdminService.CreateFeatureView}.
|
174
|
+
# @!attribute [rw] parent
|
175
|
+
# @return [::String]
|
176
|
+
# Required. The resource name of the FeatureOnlineStore to create
|
177
|
+
# FeatureViews. Format:
|
178
|
+
# `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`
|
179
|
+
# @!attribute [rw] feature_view
|
180
|
+
# @return [::Google::Cloud::AIPlatform::V1::FeatureView]
|
181
|
+
# Required. The FeatureView to create.
|
182
|
+
# @!attribute [rw] feature_view_id
|
183
|
+
# @return [::String]
|
184
|
+
# Required. The ID to use for the FeatureView, which will become the final
|
185
|
+
# component of the FeatureView's resource name.
|
186
|
+
#
|
187
|
+
# This value may be up to 60 characters, and valid characters are
|
188
|
+
# `[a-z0-9_]`. The first character cannot be a number.
|
189
|
+
#
|
190
|
+
# The value must be unique within a FeatureOnlineStore.
|
191
|
+
# @!attribute [rw] run_sync_immediately
|
192
|
+
# @return [::Boolean]
|
193
|
+
# Immutable. If set to true, one on demand sync will be run immediately,
|
194
|
+
# regardless whether the
|
195
|
+
# {::Google::Cloud::AIPlatform::V1::FeatureView#sync_config FeatureView.sync_config}
|
196
|
+
# is configured or not.
|
197
|
+
class CreateFeatureViewRequest
|
198
|
+
include ::Google::Protobuf::MessageExts
|
199
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
200
|
+
end
|
201
|
+
|
202
|
+
# Request message for
|
203
|
+
# {::Google::Cloud::AIPlatform::V1::FeatureOnlineStoreAdminService::Client#get_feature_view FeatureOnlineStoreAdminService.GetFeatureView}.
|
204
|
+
# @!attribute [rw] name
|
205
|
+
# @return [::String]
|
206
|
+
# Required. The name of the FeatureView resource.
|
207
|
+
# Format:
|
208
|
+
# `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`
|
209
|
+
class GetFeatureViewRequest
|
210
|
+
include ::Google::Protobuf::MessageExts
|
211
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
212
|
+
end
|
213
|
+
|
214
|
+
# Request message for
|
215
|
+
# {::Google::Cloud::AIPlatform::V1::FeatureOnlineStoreAdminService::Client#list_feature_views FeatureOnlineStoreAdminService.ListFeatureViews}.
|
216
|
+
# @!attribute [rw] parent
|
217
|
+
# @return [::String]
|
218
|
+
# Required. The resource name of the FeatureOnlineStore to list FeatureViews.
|
219
|
+
# Format:
|
220
|
+
# `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`
|
221
|
+
# @!attribute [rw] filter
|
222
|
+
# @return [::String]
|
223
|
+
# Lists the FeatureViews that match the filter expression. The following
|
224
|
+
# filters are supported:
|
225
|
+
#
|
226
|
+
# * `create_time`: Supports `=`, `!=`, `<`, `>`, `>=`, and `<=` comparisons.
|
227
|
+
# Values must be in RFC 3339 format.
|
228
|
+
# * `update_time`: Supports `=`, `!=`, `<`, `>`, `>=`, and `<=` comparisons.
|
229
|
+
# Values must be in RFC 3339 format.
|
230
|
+
# * `labels`: Supports key-value equality as well as key presence.
|
231
|
+
#
|
232
|
+
# Examples:
|
233
|
+
#
|
234
|
+
# * `create_time > \"2020-01-31T15:30:00.000000Z\" OR
|
235
|
+
# update_time > \"2020-01-31T15:30:00.000000Z\"` --> FeatureViews
|
236
|
+
# created or updated after 2020-01-31T15:30:00.000000Z.
|
237
|
+
# * `labels.active = yes AND labels.env = prod` --> FeatureViews having both
|
238
|
+
# (active: yes) and (env: prod) labels.
|
239
|
+
# * `labels.env: *` --> Any FeatureView which has a label with 'env' as the
|
240
|
+
# key.
|
241
|
+
# @!attribute [rw] page_size
|
242
|
+
# @return [::Integer]
|
243
|
+
# The maximum number of FeatureViews to return. The service may return fewer
|
244
|
+
# than this value. If unspecified, at most 1000 FeatureViews will be
|
245
|
+
# returned. The maximum value is 1000; any value greater than 1000 will be
|
246
|
+
# coerced to 1000.
|
247
|
+
# @!attribute [rw] page_token
|
248
|
+
# @return [::String]
|
249
|
+
# A page token, received from a previous
|
250
|
+
# {::Google::Cloud::AIPlatform::V1::FeatureOnlineStoreAdminService::Client#list_feature_views FeatureOnlineStoreAdminService.ListFeatureViews}
|
251
|
+
# call. Provide this to retrieve the subsequent page.
|
252
|
+
#
|
253
|
+
# When paginating, all other parameters provided to
|
254
|
+
# {::Google::Cloud::AIPlatform::V1::FeatureOnlineStoreAdminService::Client#list_feature_views FeatureOnlineStoreAdminService.ListFeatureViews}
|
255
|
+
# must match the call that provided the page token.
|
256
|
+
# @!attribute [rw] order_by
|
257
|
+
# @return [::String]
|
258
|
+
# A comma-separated list of fields to order by, sorted in ascending order.
|
259
|
+
# Use "desc" after a field name for descending.
|
260
|
+
#
|
261
|
+
# Supported fields:
|
262
|
+
#
|
263
|
+
# * `feature_view_id`
|
264
|
+
# * `create_time`
|
265
|
+
# * `update_time`
|
266
|
+
class ListFeatureViewsRequest
|
267
|
+
include ::Google::Protobuf::MessageExts
|
268
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
269
|
+
end
|
270
|
+
|
271
|
+
# Response message for
|
272
|
+
# {::Google::Cloud::AIPlatform::V1::FeatureOnlineStoreAdminService::Client#list_feature_views FeatureOnlineStoreAdminService.ListFeatureViews}.
|
273
|
+
# @!attribute [rw] feature_views
|
274
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::FeatureView>]
|
275
|
+
# The FeatureViews matching the request.
|
276
|
+
# @!attribute [rw] next_page_token
|
277
|
+
# @return [::String]
|
278
|
+
# A token, which can be sent as
|
279
|
+
# {::Google::Cloud::AIPlatform::V1::ListFeatureViewsRequest#page_token ListFeatureViewsRequest.page_token}
|
280
|
+
# to retrieve the next page. If this field is omitted, there are no
|
281
|
+
# subsequent pages.
|
282
|
+
class ListFeatureViewsResponse
|
283
|
+
include ::Google::Protobuf::MessageExts
|
284
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
285
|
+
end
|
286
|
+
|
287
|
+
# Request message for
|
288
|
+
# {::Google::Cloud::AIPlatform::V1::FeatureOnlineStoreAdminService::Client#update_feature_view FeatureOnlineStoreAdminService.UpdateFeatureView}.
|
289
|
+
# @!attribute [rw] feature_view
|
290
|
+
# @return [::Google::Cloud::AIPlatform::V1::FeatureView]
|
291
|
+
# Required. The FeatureView's `name` field is used to identify the
|
292
|
+
# FeatureView to be updated. Format:
|
293
|
+
# `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`
|
294
|
+
# @!attribute [rw] update_mask
|
295
|
+
# @return [::Google::Protobuf::FieldMask]
|
296
|
+
# Field mask is used to specify the fields to be overwritten in the
|
297
|
+
# FeatureView resource by the update.
|
298
|
+
# The fields specified in the update_mask are relative to the resource, not
|
299
|
+
# the full request. A field will be overwritten if it is in the mask. If the
|
300
|
+
# user does not provide a mask then only the non-empty fields present in the
|
301
|
+
# request will be overwritten. Set the update_mask to `*` to override all
|
302
|
+
# fields.
|
303
|
+
#
|
304
|
+
# Updatable fields:
|
305
|
+
#
|
306
|
+
# * `labels`
|
307
|
+
class UpdateFeatureViewRequest
|
308
|
+
include ::Google::Protobuf::MessageExts
|
309
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
310
|
+
end
|
311
|
+
|
312
|
+
# Request message for [FeatureOnlineStoreAdminService.DeleteFeatureViews][].
|
313
|
+
# @!attribute [rw] name
|
314
|
+
# @return [::String]
|
315
|
+
# Required. The name of the FeatureView to be deleted.
|
316
|
+
# Format:
|
317
|
+
# `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`
|
318
|
+
class DeleteFeatureViewRequest
|
319
|
+
include ::Google::Protobuf::MessageExts
|
320
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
321
|
+
end
|
322
|
+
|
323
|
+
# Details of operations that perform create FeatureOnlineStore.
|
324
|
+
# @!attribute [rw] generic_metadata
|
325
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
326
|
+
# Operation metadata for FeatureOnlineStore.
|
327
|
+
class CreateFeatureOnlineStoreOperationMetadata
|
328
|
+
include ::Google::Protobuf::MessageExts
|
329
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
330
|
+
end
|
331
|
+
|
332
|
+
# Details of operations that perform update FeatureOnlineStore.
|
333
|
+
# @!attribute [rw] generic_metadata
|
334
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
335
|
+
# Operation metadata for FeatureOnlineStore.
|
336
|
+
class UpdateFeatureOnlineStoreOperationMetadata
|
337
|
+
include ::Google::Protobuf::MessageExts
|
338
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
339
|
+
end
|
340
|
+
|
341
|
+
# Details of operations that perform create FeatureView.
|
342
|
+
# @!attribute [rw] generic_metadata
|
343
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
344
|
+
# Operation metadata for FeatureView Create.
|
345
|
+
class CreateFeatureViewOperationMetadata
|
346
|
+
include ::Google::Protobuf::MessageExts
|
347
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
348
|
+
end
|
349
|
+
|
350
|
+
# Details of operations that perform update FeatureView.
|
351
|
+
# @!attribute [rw] generic_metadata
|
352
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
353
|
+
# Operation metadata for FeatureView Update.
|
354
|
+
class UpdateFeatureViewOperationMetadata
|
355
|
+
include ::Google::Protobuf::MessageExts
|
356
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
357
|
+
end
|
358
|
+
|
359
|
+
# Request message for
|
360
|
+
# {::Google::Cloud::AIPlatform::V1::FeatureOnlineStoreAdminService::Client#sync_feature_view FeatureOnlineStoreAdminService.SyncFeatureView}.
|
361
|
+
# @!attribute [rw] feature_view
|
362
|
+
# @return [::String]
|
363
|
+
# Required. Format:
|
364
|
+
# `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`
|
365
|
+
class SyncFeatureViewRequest
|
366
|
+
include ::Google::Protobuf::MessageExts
|
367
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
368
|
+
end
|
369
|
+
|
370
|
+
# Respose message for
|
371
|
+
# {::Google::Cloud::AIPlatform::V1::FeatureOnlineStoreAdminService::Client#sync_feature_view FeatureOnlineStoreAdminService.SyncFeatureView}.
|
372
|
+
# @!attribute [rw] feature_view_sync
|
373
|
+
# @return [::String]
|
374
|
+
# Format:
|
375
|
+
# `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}`
|
376
|
+
class SyncFeatureViewResponse
|
377
|
+
include ::Google::Protobuf::MessageExts
|
378
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
379
|
+
end
|
380
|
+
|
381
|
+
# Request message for
|
382
|
+
# {::Google::Cloud::AIPlatform::V1::FeatureOnlineStoreAdminService::Client#get_feature_view_sync FeatureOnlineStoreAdminService.GetFeatureViewSync}.
|
383
|
+
# @!attribute [rw] name
|
384
|
+
# @return [::String]
|
385
|
+
# Required. The name of the FeatureViewSync resource.
|
386
|
+
# Format:
|
387
|
+
# `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}`
|
388
|
+
class GetFeatureViewSyncRequest
|
389
|
+
include ::Google::Protobuf::MessageExts
|
390
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
391
|
+
end
|
392
|
+
|
393
|
+
# Request message for
|
394
|
+
# {::Google::Cloud::AIPlatform::V1::FeatureOnlineStoreAdminService::Client#list_feature_view_syncs FeatureOnlineStoreAdminService.ListFeatureViewSyncs}.
|
395
|
+
# @!attribute [rw] parent
|
396
|
+
# @return [::String]
|
397
|
+
# Required. The resource name of the FeatureView to list FeatureViewSyncs.
|
398
|
+
# Format:
|
399
|
+
# `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`
|
400
|
+
# @!attribute [rw] filter
|
401
|
+
# @return [::String]
|
402
|
+
# Lists the FeatureViewSyncs that match the filter expression. The following
|
403
|
+
# filters are supported:
|
404
|
+
#
|
405
|
+
# * `create_time`: Supports `=`, `!=`, `<`, `>`, `>=`, and `<=` comparisons.
|
406
|
+
# Values must be in RFC 3339 format.
|
407
|
+
#
|
408
|
+
# Examples:
|
409
|
+
#
|
410
|
+
# * `create_time > \"2020-01-31T15:30:00.000000Z\"` --> FeatureViewSyncs
|
411
|
+
# created after 2020-01-31T15:30:00.000000Z.
|
412
|
+
# @!attribute [rw] page_size
|
413
|
+
# @return [::Integer]
|
414
|
+
# The maximum number of FeatureViewSyncs to return. The service may return
|
415
|
+
# fewer than this value. If unspecified, at most 1000 FeatureViewSyncs will
|
416
|
+
# be returned. The maximum value is 1000; any value greater than 1000 will be
|
417
|
+
# coerced to 1000.
|
418
|
+
# @!attribute [rw] page_token
|
419
|
+
# @return [::String]
|
420
|
+
# A page token, received from a previous
|
421
|
+
# {::Google::Cloud::AIPlatform::V1::FeatureOnlineStoreAdminService::Client#list_feature_view_syncs FeatureOnlineStoreAdminService.ListFeatureViewSyncs}
|
422
|
+
# call. Provide this to retrieve the subsequent page.
|
423
|
+
#
|
424
|
+
# When paginating, all other parameters provided to
|
425
|
+
# {::Google::Cloud::AIPlatform::V1::FeatureOnlineStoreAdminService::Client#list_feature_view_syncs FeatureOnlineStoreAdminService.ListFeatureViewSyncs}
|
426
|
+
# must match the call that provided the page token.
|
427
|
+
# @!attribute [rw] order_by
|
428
|
+
# @return [::String]
|
429
|
+
# A comma-separated list of fields to order by, sorted in ascending order.
|
430
|
+
# Use "desc" after a field name for descending.
|
431
|
+
#
|
432
|
+
# Supported fields:
|
433
|
+
#
|
434
|
+
# * `create_time`
|
435
|
+
class ListFeatureViewSyncsRequest
|
436
|
+
include ::Google::Protobuf::MessageExts
|
437
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
438
|
+
end
|
439
|
+
|
440
|
+
# Response message for
|
441
|
+
# {::Google::Cloud::AIPlatform::V1::FeatureOnlineStoreAdminService::Client#list_feature_view_syncs FeatureOnlineStoreAdminService.ListFeatureViewSyncs}.
|
442
|
+
# @!attribute [rw] feature_view_syncs
|
443
|
+
# @return [::Array<::Google::Cloud::Aiplatform::V1::FeatureViewSync>]
|
444
|
+
# The FeatureViewSyncs matching the request.
|
445
|
+
# @!attribute [rw] next_page_token
|
446
|
+
# @return [::String]
|
447
|
+
# A token, which can be sent as
|
448
|
+
# {::Google::Cloud::AIPlatform::V1::ListFeatureViewSyncsRequest#page_token ListFeatureViewSyncsRequest.page_token}
|
449
|
+
# to retrieve the next page. If this field is omitted, there are no
|
450
|
+
# subsequent pages.
|
451
|
+
class ListFeatureViewSyncsResponse
|
452
|
+
include ::Google::Protobuf::MessageExts
|
453
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
454
|
+
end
|
455
|
+
end
|
456
|
+
end
|
457
|
+
end
|
458
|
+
end
|