google-cloud-ai_platform-v1 0.16.0 → 0.17.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. checksums.yaml +4 -4
  2. data/lib/google/cloud/ai_platform/v1/dataset_service/client.rb +10 -7
  3. data/lib/google/cloud/ai_platform/v1/dataset_service.rb +1 -1
  4. data/lib/google/cloud/ai_platform/v1/endpoint_service/client.rb +28 -21
  5. data/lib/google/cloud/ai_platform/v1/endpoint_service.rb +1 -1
  6. data/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/client.rb +10 -9
  7. data/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service.rb +1 -1
  8. data/lib/google/cloud/ai_platform/v1/featurestore_service/client.rb +53 -50
  9. data/lib/google/cloud/ai_platform/v1/featurestore_service.rb +1 -1
  10. data/lib/google/cloud/ai_platform/v1/index_endpoint_service/client.rb +18 -14
  11. data/lib/google/cloud/ai_platform/v1/index_endpoint_service.rb +1 -1
  12. data/lib/google/cloud/ai_platform/v1/index_service/client.rb +8 -4
  13. data/lib/google/cloud/ai_platform/v1/index_service.rb +1 -1
  14. data/lib/google/cloud/ai_platform/v1/job_service/client.rb +53 -36
  15. data/lib/google/cloud/ai_platform/v1/job_service.rb +1 -1
  16. data/lib/google/cloud/ai_platform/v1/metadata_service/client.rb +33 -36
  17. data/lib/google/cloud/ai_platform/v1/metadata_service.rb +1 -1
  18. data/lib/google/cloud/ai_platform/v1/migration_service/client.rb +3 -4
  19. data/lib/google/cloud/ai_platform/v1/migration_service.rb +1 -1
  20. data/lib/google/cloud/ai_platform/v1/model_service/client.rb +44 -22
  21. data/lib/google/cloud/ai_platform/v1/model_service.rb +1 -1
  22. data/lib/google/cloud/ai_platform/v1/pipeline_service/client.rb +28 -17
  23. data/lib/google/cloud/ai_platform/v1/pipeline_service.rb +1 -1
  24. data/lib/google/cloud/ai_platform/v1/prediction_service/client.rb +28 -19
  25. data/lib/google/cloud/ai_platform/v1/prediction_service.rb +1 -1
  26. data/lib/google/cloud/ai_platform/v1/specialist_pool_service/client.rb +5 -3
  27. data/lib/google/cloud/ai_platform/v1/specialist_pool_service.rb +1 -1
  28. data/lib/google/cloud/ai_platform/v1/tensorboard_service/client.rb +165 -71
  29. data/lib/google/cloud/ai_platform/v1/tensorboard_service.rb +1 -1
  30. data/lib/google/cloud/ai_platform/v1/version.rb +1 -1
  31. data/lib/google/cloud/ai_platform/v1/vizier_service.rb +1 -1
  32. data/lib/google/cloud/ai_platform/v1.rb +2 -2
  33. data/lib/google/cloud/aiplatform/v1/batch_prediction_job_pb.rb +8 -0
  34. data/lib/google/cloud/aiplatform/v1/dataset_pb.rb +2 -0
  35. data/lib/google/cloud/aiplatform/v1/index_service_services_pb.rb +2 -1
  36. data/lib/google/cloud/aiplatform/v1/job_service_services_pb.rb +24 -14
  37. data/lib/google/cloud/aiplatform/v1/model_service_pb.rb +1 -0
  38. data/lib/google/cloud/aiplatform/v1/model_service_services_pb.rb +10 -5
  39. data/lib/google/cloud/aiplatform/v1/pipeline_service_services_pb.rb +16 -9
  40. data/lib/google/cloud/aiplatform/v1/prediction_service_services_pb.rb +10 -6
  41. data/lib/google/cloud/aiplatform/v1/study_pb.rb +1 -0
  42. data/lib/google/cloud/aiplatform/v1/tensorboard_service_pb.rb +17 -0
  43. data/lib/google/cloud/aiplatform/v1/tensorboard_service_services_pb.rb +8 -8
  44. data/proto_docs/google/cloud/aiplatform/v1/annotation.rb +9 -6
  45. data/proto_docs/google/cloud/aiplatform/v1/annotation_spec.rb +2 -2
  46. data/proto_docs/google/cloud/aiplatform/v1/batch_prediction_job.rb +183 -50
  47. data/proto_docs/google/cloud/aiplatform/v1/completion_stats.rb +8 -7
  48. data/proto_docs/google/cloud/aiplatform/v1/context.rb +2 -2
  49. data/proto_docs/google/cloud/aiplatform/v1/custom_job.rb +22 -17
  50. data/proto_docs/google/cloud/aiplatform/v1/data_item.rb +6 -5
  51. data/proto_docs/google/cloud/aiplatform/v1/data_labeling_job.rb +16 -16
  52. data/proto_docs/google/cloud/aiplatform/v1/dataset.rb +33 -17
  53. data/proto_docs/google/cloud/aiplatform/v1/dataset_service.rb +59 -32
  54. data/proto_docs/google/cloud/aiplatform/v1/encryption_spec.rb +2 -2
  55. data/proto_docs/google/cloud/aiplatform/v1/endpoint.rb +38 -23
  56. data/proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb +57 -35
  57. data/proto_docs/google/cloud/aiplatform/v1/entity_type.rb +8 -6
  58. data/proto_docs/google/cloud/aiplatform/v1/explanation.rb +111 -75
  59. data/proto_docs/google/cloud/aiplatform/v1/explanation_metadata.rb +58 -38
  60. data/proto_docs/google/cloud/aiplatform/v1/feature.rb +9 -6
  61. data/proto_docs/google/cloud/aiplatform/v1/feature_monitoring_stats.rb +2 -1
  62. data/proto_docs/google/cloud/aiplatform/v1/featurestore.rb +12 -11
  63. data/proto_docs/google/cloud/aiplatform/v1/featurestore_monitoring.rb +6 -2
  64. data/proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb +27 -19
  65. data/proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb +138 -99
  66. data/proto_docs/google/cloud/aiplatform/v1/hyperparameter_tuning_job.rb +9 -7
  67. data/proto_docs/google/cloud/aiplatform/v1/index.rb +18 -17
  68. data/proto_docs/google/cloud/aiplatform/v1/index_endpoint.rb +36 -24
  69. data/proto_docs/google/cloud/aiplatform/v1/index_endpoint_service.rb +49 -29
  70. data/proto_docs/google/cloud/aiplatform/v1/index_service.rb +35 -17
  71. data/proto_docs/google/cloud/aiplatform/v1/io.rb +2 -1
  72. data/proto_docs/google/cloud/aiplatform/v1/job_service.rb +94 -57
  73. data/proto_docs/google/cloud/aiplatform/v1/machine_resources.rb +53 -43
  74. data/proto_docs/google/cloud/aiplatform/v1/manual_batch_tuning_parameters.rb +5 -5
  75. data/proto_docs/google/cloud/aiplatform/v1/metadata_schema.rb +3 -3
  76. data/proto_docs/google/cloud/aiplatform/v1/metadata_service.rb +141 -91
  77. data/proto_docs/google/cloud/aiplatform/v1/migratable_resource.rb +3 -3
  78. data/proto_docs/google/cloud/aiplatform/v1/migration_service.rb +18 -15
  79. data/proto_docs/google/cloud/aiplatform/v1/model.rb +179 -132
  80. data/proto_docs/google/cloud/aiplatform/v1/model_deployment_monitoring_job.rb +21 -17
  81. data/proto_docs/google/cloud/aiplatform/v1/model_evaluation.rb +7 -6
  82. data/proto_docs/google/cloud/aiplatform/v1/model_evaluation_slice.rb +11 -7
  83. data/proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb +4 -2
  84. data/proto_docs/google/cloud/aiplatform/v1/model_service.rb +110 -54
  85. data/proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb +56 -42
  86. data/proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb +42 -22
  87. data/proto_docs/google/cloud/aiplatform/v1/prediction_service.rb +42 -28
  88. data/proto_docs/google/cloud/aiplatform/v1/saved_query.rb +2 -2
  89. data/proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb +19 -11
  90. data/proto_docs/google/cloud/aiplatform/v1/study.rb +42 -25
  91. data/proto_docs/google/cloud/aiplatform/v1/tensorboard.rb +2 -2
  92. data/proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb +8 -7
  93. data/proto_docs/google/cloud/aiplatform/v1/tensorboard_experiment.rb +2 -1
  94. data/proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb +203 -109
  95. data/proto_docs/google/cloud/aiplatform/v1/tensorboard_time_series.rb +8 -6
  96. data/proto_docs/google/cloud/aiplatform/v1/training_pipeline.rb +84 -59
  97. data/proto_docs/google/cloud/aiplatform/v1/unmanaged_container_model.rb +2 -2
  98. data/proto_docs/google/cloud/aiplatform/v1/vizier_service.rb +40 -20
  99. data/proto_docs/google/rpc/status.rb +4 -2
  100. metadata +5 -5
@@ -37,8 +37,11 @@ module Google
37
37
  # @!attribute [r] deployed_models
38
38
  # @return [::Array<::Google::Cloud::AIPlatform::V1::DeployedModel>]
39
39
  # Output only. The models deployed in this Endpoint.
40
- # To add or remove DeployedModels use {::Google::Cloud::AIPlatform::V1::EndpointService::Client#deploy_model EndpointService.DeployModel} and
41
- # {::Google::Cloud::AIPlatform::V1::EndpointService::Client#undeploy_model EndpointService.UndeployModel} respectively.
40
+ # To add or remove DeployedModels use
41
+ # {::Google::Cloud::AIPlatform::V1::EndpointService::Client#deploy_model EndpointService.DeployModel}
42
+ # and
43
+ # {::Google::Cloud::AIPlatform::V1::EndpointService::Client#undeploy_model EndpointService.UndeployModel}
44
+ # respectively.
42
45
  # @!attribute [rw] traffic_split
43
46
  # @return [::Google::Protobuf::Map{::String => ::Integer}]
44
47
  # A map from a DeployedModel's ID to the percentage of this Endpoint's
@@ -82,7 +85,8 @@ module Google
82
85
  # Private services access must already be configured for the network. If left
83
86
  # unspecified, the Endpoint is not peered with any network.
84
87
  #
85
- # Only one of the fields, {::Google::Cloud::AIPlatform::V1::Endpoint#network network} or
88
+ # Only one of the fields,
89
+ # {::Google::Cloud::AIPlatform::V1::Endpoint#network network} or
86
90
  # {::Google::Cloud::AIPlatform::V1::Endpoint#enable_private_service_connect enable_private_service_connect},
87
91
  # can be set.
88
92
  #
@@ -94,14 +98,15 @@ module Google
94
98
  # @return [::Boolean]
95
99
  # Deprecated: If true, expose the Endpoint via private service connect.
96
100
  #
97
- # Only one of the fields, {::Google::Cloud::AIPlatform::V1::Endpoint#network network} or
101
+ # Only one of the fields,
102
+ # {::Google::Cloud::AIPlatform::V1::Endpoint#network network} or
98
103
  # {::Google::Cloud::AIPlatform::V1::Endpoint#enable_private_service_connect enable_private_service_connect},
99
104
  # can be set.
100
105
  # @!attribute [r] model_deployment_monitoring_job
101
106
  # @return [::String]
102
- # Output only. Resource name of the Model Monitoring job associated with this Endpoint
103
- # if monitoring is enabled by [CreateModelDeploymentMonitoringJob][].
104
- # Format:
107
+ # Output only. Resource name of the Model Monitoring job associated with this
108
+ # Endpoint if monitoring is enabled by
109
+ # [CreateModelDeploymentMonitoringJob][]. Format:
105
110
  # `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
106
111
  # @!attribute [rw] predict_request_response_logging_config
107
112
  # @return [::Google::Cloud::AIPlatform::V1::PredictRequestResponseLoggingConfig]
@@ -140,14 +145,15 @@ module Google
140
145
  # AI, and require only a modest additional configuration.
141
146
  # @!attribute [rw] id
142
147
  # @return [::String]
143
- # Immutable. The ID of the DeployedModel. If not provided upon deployment, Vertex AI
144
- # will generate a value for this ID.
148
+ # Immutable. The ID of the DeployedModel. If not provided upon deployment,
149
+ # Vertex AI will generate a value for this ID.
145
150
  #
146
151
  # This value should be 1-10 characters, and valid characters are /[0-9]/.
147
152
  # @!attribute [rw] model
148
153
  # @return [::String]
149
- # Required. The resource name of the Model that this is the deployment of. Note that
150
- # the Model may be in a different location than the DeployedModel's Endpoint.
154
+ # Required. The resource name of the Model that this is the deployment of.
155
+ # Note that the Model may be in a different location than the DeployedModel's
156
+ # Endpoint.
151
157
  #
152
158
  # The resource name may contain version id or version alias to specify the
153
159
  # version, if no version is specified, the default version will be deployed.
@@ -165,13 +171,21 @@ module Google
165
171
  # @return [::Google::Cloud::AIPlatform::V1::ExplanationSpec]
166
172
  # Explanation configuration for this DeployedModel.
167
173
  #
168
- # When deploying a Model using {::Google::Cloud::AIPlatform::V1::EndpointService::Client#deploy_model EndpointService.DeployModel}, this value
169
- # overrides the value of {::Google::Cloud::AIPlatform::V1::Model#explanation_spec Model.explanation_spec}. All fields of
170
- # {::Google::Cloud::AIPlatform::V1::DeployedModel#explanation_spec explanation_spec} are optional in the request. If a field of
171
- # {::Google::Cloud::AIPlatform::V1::DeployedModel#explanation_spec explanation_spec} is not populated, the value of the same field of
172
- # {::Google::Cloud::AIPlatform::V1::Model#explanation_spec Model.explanation_spec} is inherited. If the corresponding
173
- # {::Google::Cloud::AIPlatform::V1::Model#explanation_spec Model.explanation_spec} is not populated, all fields of the
174
- # {::Google::Cloud::AIPlatform::V1::DeployedModel#explanation_spec explanation_spec} will be used for the explanation configuration.
174
+ # When deploying a Model using
175
+ # {::Google::Cloud::AIPlatform::V1::EndpointService::Client#deploy_model EndpointService.DeployModel},
176
+ # this value overrides the value of
177
+ # {::Google::Cloud::AIPlatform::V1::Model#explanation_spec Model.explanation_spec}.
178
+ # All fields of
179
+ # {::Google::Cloud::AIPlatform::V1::DeployedModel#explanation_spec explanation_spec}
180
+ # are optional in the request. If a field of
181
+ # {::Google::Cloud::AIPlatform::V1::DeployedModel#explanation_spec explanation_spec}
182
+ # is not populated, the value of the same field of
183
+ # {::Google::Cloud::AIPlatform::V1::Model#explanation_spec Model.explanation_spec}
184
+ # is inherited. If the corresponding
185
+ # {::Google::Cloud::AIPlatform::V1::Model#explanation_spec Model.explanation_spec}
186
+ # is not populated, all fields of the
187
+ # {::Google::Cloud::AIPlatform::V1::DeployedModel#explanation_spec explanation_spec}
188
+ # will be used for the explanation configuration.
175
189
  # @!attribute [rw] service_account
176
190
  # @return [::String]
177
191
  # The service account that the DeployedModel's container runs as. Specify the
@@ -200,9 +214,10 @@ module Google
200
214
  # Estimate your costs before enabling this option.
201
215
  # @!attribute [r] private_endpoints
202
216
  # @return [::Google::Cloud::AIPlatform::V1::PrivateEndpoints]
203
- # Output only. Provide paths for users to send predict/explain/health requests directly to
204
- # the deployed model services running on Cloud via private services access.
205
- # This field is populated if {::Google::Cloud::AIPlatform::V1::Endpoint#network network} is configured.
217
+ # Output only. Provide paths for users to send predict/explain/health
218
+ # requests directly to the deployed model services running on Cloud via
219
+ # private services access. This field is populated if
220
+ # {::Google::Cloud::AIPlatform::V1::Endpoint#network network} is configured.
206
221
  class DeployedModel
207
222
  include ::Google::Protobuf::MessageExts
208
223
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -224,8 +239,8 @@ module Google
224
239
  # Output only. Http(s) path to send health check requests.
225
240
  # @!attribute [r] service_attachment
226
241
  # @return [::String]
227
- # Output only. The name of the service attachment resource. Populated if private service
228
- # connect is enabled.
242
+ # Output only. The name of the service attachment resource. Populated if
243
+ # private service connect is enabled.
229
244
  class PrivateEndpoints
230
245
  include ::Google::Protobuf::MessageExts
231
246
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -21,7 +21,8 @@ module Google
21
21
  module Cloud
22
22
  module AIPlatform
23
23
  module V1
24
- # Request message for {::Google::Cloud::AIPlatform::V1::EndpointService::Client#create_endpoint EndpointService.CreateEndpoint}.
24
+ # Request message for
25
+ # {::Google::Cloud::AIPlatform::V1::EndpointService::Client#create_endpoint EndpointService.CreateEndpoint}.
25
26
  # @!attribute [rw] parent
26
27
  # @return [::String]
27
28
  # Required. The resource name of the Location to create the Endpoint in.
@@ -44,7 +45,8 @@ module Google
44
45
  extend ::Google::Protobuf::MessageExts::ClassMethods
45
46
  end
46
47
 
47
- # Runtime operation information for {::Google::Cloud::AIPlatform::V1::EndpointService::Client#create_endpoint EndpointService.CreateEndpoint}.
48
+ # Runtime operation information for
49
+ # {::Google::Cloud::AIPlatform::V1::EndpointService::Client#create_endpoint EndpointService.CreateEndpoint}.
48
50
  # @!attribute [rw] generic_metadata
49
51
  # @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
50
52
  # The operation generic information.
@@ -53,7 +55,8 @@ module Google
53
55
  extend ::Google::Protobuf::MessageExts::ClassMethods
54
56
  end
55
57
 
56
- # Request message for {::Google::Cloud::AIPlatform::V1::EndpointService::Client#get_endpoint EndpointService.GetEndpoint}
58
+ # Request message for
59
+ # {::Google::Cloud::AIPlatform::V1::EndpointService::Client#get_endpoint EndpointService.GetEndpoint}
57
60
  # @!attribute [rw] name
58
61
  # @return [::String]
59
62
  # Required. The name of the Endpoint resource.
@@ -64,18 +67,20 @@ module Google
64
67
  extend ::Google::Protobuf::MessageExts::ClassMethods
65
68
  end
66
69
 
67
- # Request message for {::Google::Cloud::AIPlatform::V1::EndpointService::Client#list_endpoints EndpointService.ListEndpoints}.
70
+ # Request message for
71
+ # {::Google::Cloud::AIPlatform::V1::EndpointService::Client#list_endpoints EndpointService.ListEndpoints}.
68
72
  # @!attribute [rw] parent
69
73
  # @return [::String]
70
- # Required. The resource name of the Location from which to list the Endpoints.
71
- # Format: `projects/{project}/locations/{location}`
74
+ # Required. The resource name of the Location from which to list the
75
+ # Endpoints. Format: `projects/{project}/locations/{location}`
72
76
  # @!attribute [rw] filter
73
77
  # @return [::String]
74
- # Optional. An expression for filtering the results of the request. For field names
75
- # both snake_case and camelCase are supported.
78
+ # Optional. An expression for filtering the results of the request. For field
79
+ # names both snake_case and camelCase are supported.
76
80
  #
77
81
  # * `endpoint` supports = and !=. `endpoint` represents the Endpoint ID,
78
- # i.e. the last segment of the Endpoint's {::Google::Cloud::AIPlatform::V1::Endpoint#name resource name}.
82
+ # i.e. the last segment of the Endpoint's [resource
83
+ # name][google.cloud.aiplatform.v1.Endpoint.name].
79
84
  # * `display_name` supports = and, !=
80
85
  # * `labels` supports general map functions that is:
81
86
  # * `labels.key=value` - key:value equality
@@ -93,8 +98,10 @@ module Google
93
98
  # @return [::String]
94
99
  # Optional. The standard list page token.
95
100
  # Typically obtained via
96
- # {::Google::Cloud::AIPlatform::V1::ListEndpointsResponse#next_page_token ListEndpointsResponse.next_page_token} of the previous
97
- # {::Google::Cloud::AIPlatform::V1::EndpointService::Client#list_endpoints EndpointService.ListEndpoints} call.
101
+ # {::Google::Cloud::AIPlatform::V1::ListEndpointsResponse#next_page_token ListEndpointsResponse.next_page_token}
102
+ # of the previous
103
+ # {::Google::Cloud::AIPlatform::V1::EndpointService::Client#list_endpoints EndpointService.ListEndpoints}
104
+ # call.
98
105
  # @!attribute [rw] read_mask
99
106
  # @return [::Google::Protobuf::FieldMask]
100
107
  # Optional. Mask specifying which fields to read.
@@ -113,32 +120,38 @@ module Google
113
120
  extend ::Google::Protobuf::MessageExts::ClassMethods
114
121
  end
115
122
 
116
- # Response message for {::Google::Cloud::AIPlatform::V1::EndpointService::Client#list_endpoints EndpointService.ListEndpoints}.
123
+ # Response message for
124
+ # {::Google::Cloud::AIPlatform::V1::EndpointService::Client#list_endpoints EndpointService.ListEndpoints}.
117
125
  # @!attribute [rw] endpoints
118
126
  # @return [::Array<::Google::Cloud::AIPlatform::V1::Endpoint>]
119
127
  # List of Endpoints in the requested page.
120
128
  # @!attribute [rw] next_page_token
121
129
  # @return [::String]
122
130
  # A token to retrieve the next page of results.
123
- # Pass to {::Google::Cloud::AIPlatform::V1::ListEndpointsRequest#page_token ListEndpointsRequest.page_token} to obtain that page.
131
+ # Pass to
132
+ # {::Google::Cloud::AIPlatform::V1::ListEndpointsRequest#page_token ListEndpointsRequest.page_token}
133
+ # to obtain that page.
124
134
  class ListEndpointsResponse
125
135
  include ::Google::Protobuf::MessageExts
126
136
  extend ::Google::Protobuf::MessageExts::ClassMethods
127
137
  end
128
138
 
129
- # Request message for {::Google::Cloud::AIPlatform::V1::EndpointService::Client#update_endpoint EndpointService.UpdateEndpoint}.
139
+ # Request message for
140
+ # {::Google::Cloud::AIPlatform::V1::EndpointService::Client#update_endpoint EndpointService.UpdateEndpoint}.
130
141
  # @!attribute [rw] endpoint
131
142
  # @return [::Google::Cloud::AIPlatform::V1::Endpoint]
132
143
  # Required. The Endpoint which replaces the resource on the server.
133
144
  # @!attribute [rw] update_mask
134
145
  # @return [::Google::Protobuf::FieldMask]
135
- # Required. The update mask applies to the resource. See {::Google::Protobuf::FieldMask google.protobuf.FieldMask}.
146
+ # Required. The update mask applies to the resource. See
147
+ # {::Google::Protobuf::FieldMask google.protobuf.FieldMask}.
136
148
  class UpdateEndpointRequest
137
149
  include ::Google::Protobuf::MessageExts
138
150
  extend ::Google::Protobuf::MessageExts::ClassMethods
139
151
  end
140
152
 
141
- # Request message for {::Google::Cloud::AIPlatform::V1::EndpointService::Client#delete_endpoint EndpointService.DeleteEndpoint}.
153
+ # Request message for
154
+ # {::Google::Cloud::AIPlatform::V1::EndpointService::Client#delete_endpoint EndpointService.DeleteEndpoint}.
142
155
  # @!attribute [rw] name
143
156
  # @return [::String]
144
157
  # Required. The name of the Endpoint resource to be deleted.
@@ -149,7 +162,8 @@ module Google
149
162
  extend ::Google::Protobuf::MessageExts::ClassMethods
150
163
  end
151
164
 
152
- # Request message for {::Google::Cloud::AIPlatform::V1::EndpointService::Client#deploy_model EndpointService.DeployModel}.
165
+ # Request message for
166
+ # {::Google::Cloud::AIPlatform::V1::EndpointService::Client#deploy_model EndpointService.DeployModel}.
153
167
  # @!attribute [rw] endpoint
154
168
  # @return [::String]
155
169
  # Required. The name of the Endpoint resource into which to deploy a Model.
@@ -158,8 +172,9 @@ module Google
158
172
  # @!attribute [rw] deployed_model
159
173
  # @return [::Google::Cloud::AIPlatform::V1::DeployedModel]
160
174
  # Required. The DeployedModel to be created within the Endpoint. Note that
161
- # {::Google::Cloud::AIPlatform::V1::Endpoint#traffic_split Endpoint.traffic_split} must be updated for the DeployedModel to start
162
- # receiving traffic, either as part of this call, or via
175
+ # {::Google::Cloud::AIPlatform::V1::Endpoint#traffic_split Endpoint.traffic_split}
176
+ # must be updated for the DeployedModel to start receiving traffic, either as
177
+ # part of this call, or via
163
178
  # {::Google::Cloud::AIPlatform::V1::EndpointService::Client#update_endpoint EndpointService.UpdateEndpoint}.
164
179
  # @!attribute [rw] traffic_split
165
180
  # @return [::Google::Protobuf::Map{::String => ::Integer}]
@@ -167,13 +182,15 @@ module Google
167
182
  # traffic that should be forwarded to that DeployedModel.
168
183
  #
169
184
  # If this field is non-empty, then the Endpoint's
170
- # {::Google::Cloud::AIPlatform::V1::Endpoint#traffic_split traffic_split} will be overwritten with it.
171
- # To refer to the ID of the just being deployed Model, a "0" should be used,
172
- # and the actual ID of the new DeployedModel will be filled in its place by
173
- # this method. The traffic percentage values must add up to 100.
185
+ # {::Google::Cloud::AIPlatform::V1::Endpoint#traffic_split traffic_split} will be
186
+ # overwritten with it. To refer to the ID of the just being deployed Model, a
187
+ # "0" should be used, and the actual ID of the new DeployedModel will be
188
+ # filled in its place by this method. The traffic percentage values must add
189
+ # up to 100.
174
190
  #
175
191
  # If this field is empty, then the Endpoint's
176
- # {::Google::Cloud::AIPlatform::V1::Endpoint#traffic_split traffic_split} is not updated.
192
+ # {::Google::Cloud::AIPlatform::V1::Endpoint#traffic_split traffic_split} is not
193
+ # updated.
177
194
  class DeployModelRequest
178
195
  include ::Google::Protobuf::MessageExts
179
196
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -188,7 +205,8 @@ module Google
188
205
  end
189
206
  end
190
207
 
191
- # Response message for {::Google::Cloud::AIPlatform::V1::EndpointService::Client#deploy_model EndpointService.DeployModel}.
208
+ # Response message for
209
+ # {::Google::Cloud::AIPlatform::V1::EndpointService::Client#deploy_model EndpointService.DeployModel}.
192
210
  # @!attribute [rw] deployed_model
193
211
  # @return [::Google::Cloud::AIPlatform::V1::DeployedModel]
194
212
  # The DeployedModel that had been deployed in the Endpoint.
@@ -197,7 +215,8 @@ module Google
197
215
  extend ::Google::Protobuf::MessageExts::ClassMethods
198
216
  end
199
217
 
200
- # Runtime operation information for {::Google::Cloud::AIPlatform::V1::EndpointService::Client#deploy_model EndpointService.DeployModel}.
218
+ # Runtime operation information for
219
+ # {::Google::Cloud::AIPlatform::V1::EndpointService::Client#deploy_model EndpointService.DeployModel}.
201
220
  # @!attribute [rw] generic_metadata
202
221
  # @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
203
222
  # The operation generic information.
@@ -206,7 +225,8 @@ module Google
206
225
  extend ::Google::Protobuf::MessageExts::ClassMethods
207
226
  end
208
227
 
209
- # Request message for {::Google::Cloud::AIPlatform::V1::EndpointService::Client#undeploy_model EndpointService.UndeployModel}.
228
+ # Request message for
229
+ # {::Google::Cloud::AIPlatform::V1::EndpointService::Client#undeploy_model EndpointService.UndeployModel}.
210
230
  # @!attribute [rw] endpoint
211
231
  # @return [::String]
212
232
  # Required. The name of the Endpoint resource from which to undeploy a Model.
@@ -218,12 +238,12 @@ module Google
218
238
  # @!attribute [rw] traffic_split
219
239
  # @return [::Google::Protobuf::Map{::String => ::Integer}]
220
240
  # If this field is provided, then the Endpoint's
221
- # {::Google::Cloud::AIPlatform::V1::Endpoint#traffic_split traffic_split} will be overwritten with it. If
222
- # last DeployedModel is being undeployed from the Endpoint, the
223
- # [Endpoint.traffic_split] will always end up empty when this call returns.
224
- # A DeployedModel will be successfully undeployed only if it doesn't have
225
- # any traffic assigned to it when this method executes, or if this field
226
- # unassigns any traffic to it.
241
+ # {::Google::Cloud::AIPlatform::V1::Endpoint#traffic_split traffic_split} will be
242
+ # overwritten with it. If last DeployedModel is being undeployed from the
243
+ # Endpoint, the [Endpoint.traffic_split] will always end up empty when this
244
+ # call returns. A DeployedModel will be successfully undeployed only if it
245
+ # doesn't have any traffic assigned to it when this method executes, or if
246
+ # this field unassigns any traffic to it.
227
247
  class UndeployModelRequest
228
248
  include ::Google::Protobuf::MessageExts
229
249
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -238,13 +258,15 @@ module Google
238
258
  end
239
259
  end
240
260
 
241
- # Response message for {::Google::Cloud::AIPlatform::V1::EndpointService::Client#undeploy_model EndpointService.UndeployModel}.
261
+ # Response message for
262
+ # {::Google::Cloud::AIPlatform::V1::EndpointService::Client#undeploy_model EndpointService.UndeployModel}.
242
263
  class UndeployModelResponse
243
264
  include ::Google::Protobuf::MessageExts
244
265
  extend ::Google::Protobuf::MessageExts::ClassMethods
245
266
  end
246
267
 
247
- # Runtime operation information for {::Google::Cloud::AIPlatform::V1::EndpointService::Client#undeploy_model EndpointService.UndeployModel}.
268
+ # Runtime operation information for
269
+ # {::Google::Cloud::AIPlatform::V1::EndpointService::Client#undeploy_model EndpointService.UndeployModel}.
248
270
  # @!attribute [rw] generic_metadata
249
271
  # @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
250
272
  # The operation generic information.
@@ -45,7 +45,8 @@ module Google
45
45
  # Output only. Timestamp when this EntityType was most recently updated.
46
46
  # @!attribute [rw] labels
47
47
  # @return [::Google::Protobuf::Map{::String => ::String}]
48
- # Optional. The labels with user-defined metadata to organize your EntityTypes.
48
+ # Optional. The labels with user-defined metadata to organize your
49
+ # EntityTypes.
49
50
  #
50
51
  # Label keys and values can be no longer than 64 characters
51
52
  # (Unicode codepoints), can only contain lowercase letters, numeric
@@ -58,13 +59,14 @@ module Google
58
59
  # and are immutable.
59
60
  # @!attribute [rw] etag
60
61
  # @return [::String]
61
- # Optional. Used to perform a consistent read-modify-write updates. If not set, a blind
62
- # "overwrite" update happens.
62
+ # Optional. Used to perform a consistent read-modify-write updates. If not
63
+ # set, a blind "overwrite" update happens.
63
64
  # @!attribute [rw] monitoring_config
64
65
  # @return [::Google::Cloud::AIPlatform::V1::FeaturestoreMonitoringConfig]
65
- # Optional. The default monitoring configuration for all Features with value type
66
- # ({::Google::Cloud::AIPlatform::V1::Feature::ValueType Feature.ValueType}) BOOL, STRING, DOUBLE or INT64 under this
67
- # EntityType.
66
+ # Optional. The default monitoring configuration for all Features with value
67
+ # type
68
+ # ({::Google::Cloud::AIPlatform::V1::Feature::ValueType Feature.ValueType}) BOOL,
69
+ # STRING, DOUBLE or INT64 under this EntityType.
68
70
  #
69
71
  # If this is populated with
70
72
  # [FeaturestoreMonitoringConfig.monitoring_interval] specified, snapshot