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
@@ -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::MetadataService::Client#create_metadata_store MetadataService.CreateMetadataStore}.
24
+ # Request message for
25
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#create_metadata_store MetadataService.CreateMetadataStore}.
25
26
  # @!attribute [rw] parent
26
27
  # @return [::String]
27
28
  # Required. The resource name of the Location where the MetadataStore should
@@ -45,7 +46,8 @@ module Google
45
46
  extend ::Google::Protobuf::MessageExts::ClassMethods
46
47
  end
47
48
 
48
- # Details of operations that perform {::Google::Cloud::AIPlatform::V1::MetadataService::Client#create_metadata_store MetadataService.CreateMetadataStore}.
49
+ # Details of operations that perform
50
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#create_metadata_store MetadataService.CreateMetadataStore}.
49
51
  # @!attribute [rw] generic_metadata
50
52
  # @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
51
53
  # Operation metadata for creating a MetadataStore.
@@ -54,7 +56,8 @@ module Google
54
56
  extend ::Google::Protobuf::MessageExts::ClassMethods
55
57
  end
56
58
 
57
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#get_metadata_store MetadataService.GetMetadataStore}.
59
+ # Request message for
60
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#get_metadata_store MetadataService.GetMetadataStore}.
58
61
  # @!attribute [rw] name
59
62
  # @return [::String]
60
63
  # Required. The resource name of the MetadataStore to retrieve.
@@ -65,7 +68,8 @@ module Google
65
68
  extend ::Google::Protobuf::MessageExts::ClassMethods
66
69
  end
67
70
 
68
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_metadata_stores MetadataService.ListMetadataStores}.
71
+ # Request message for
72
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_metadata_stores MetadataService.ListMetadataStores}.
69
73
  # @!attribute [rw] parent
70
74
  # @return [::String]
71
75
  # Required. The Location whose MetadataStores should be listed.
@@ -79,8 +83,8 @@ module Google
79
83
  # @!attribute [rw] page_token
80
84
  # @return [::String]
81
85
  # A page token, received from a previous
82
- # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_metadata_stores MetadataService.ListMetadataStores} call. Provide this to retrieve the
83
- # subsequent page.
86
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_metadata_stores MetadataService.ListMetadataStores}
87
+ # call. Provide this to retrieve the subsequent page.
84
88
  #
85
89
  # When paginating, all other provided parameters must match the call that
86
90
  # provided the page token. (Otherwise the request will fail with
@@ -90,21 +94,24 @@ module Google
90
94
  extend ::Google::Protobuf::MessageExts::ClassMethods
91
95
  end
92
96
 
93
- # Response message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_metadata_stores MetadataService.ListMetadataStores}.
97
+ # Response message for
98
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_metadata_stores MetadataService.ListMetadataStores}.
94
99
  # @!attribute [rw] metadata_stores
95
100
  # @return [::Array<::Google::Cloud::AIPlatform::V1::MetadataStore>]
96
101
  # The MetadataStores found for the Location.
97
102
  # @!attribute [rw] next_page_token
98
103
  # @return [::String]
99
104
  # A token, which can be sent as
100
- # {::Google::Cloud::AIPlatform::V1::ListMetadataStoresRequest#page_token ListMetadataStoresRequest.page_token} to retrieve the next
101
- # page. If this field is not populated, there are no subsequent pages.
105
+ # {::Google::Cloud::AIPlatform::V1::ListMetadataStoresRequest#page_token ListMetadataStoresRequest.page_token}
106
+ # to retrieve the next page. If this field is not populated, there are no
107
+ # subsequent pages.
102
108
  class ListMetadataStoresResponse
103
109
  include ::Google::Protobuf::MessageExts
104
110
  extend ::Google::Protobuf::MessageExts::ClassMethods
105
111
  end
106
112
 
107
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#delete_metadata_store MetadataService.DeleteMetadataStore}.
113
+ # Request message for
114
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#delete_metadata_store MetadataService.DeleteMetadataStore}.
108
115
  # @!attribute [rw] name
109
116
  # @return [::String]
110
117
  # Required. The resource name of the MetadataStore to delete.
@@ -118,7 +125,8 @@ module Google
118
125
  extend ::Google::Protobuf::MessageExts::ClassMethods
119
126
  end
120
127
 
121
- # Details of operations that perform {::Google::Cloud::AIPlatform::V1::MetadataService::Client#delete_metadata_store MetadataService.DeleteMetadataStore}.
128
+ # Details of operations that perform
129
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#delete_metadata_store MetadataService.DeleteMetadataStore}.
122
130
  # @!attribute [rw] generic_metadata
123
131
  # @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
124
132
  # Operation metadata for deleting a MetadataStore.
@@ -127,7 +135,8 @@ module Google
127
135
  extend ::Google::Protobuf::MessageExts::ClassMethods
128
136
  end
129
137
 
130
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#create_artifact MetadataService.CreateArtifact}.
138
+ # Request message for
139
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#create_artifact MetadataService.CreateArtifact}.
131
140
  # @!attribute [rw] parent
132
141
  # @return [::String]
133
142
  # Required. The resource name of the MetadataStore where the Artifact should
@@ -151,7 +160,8 @@ module Google
151
160
  extend ::Google::Protobuf::MessageExts::ClassMethods
152
161
  end
153
162
 
154
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#get_artifact MetadataService.GetArtifact}.
163
+ # Request message for
164
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#get_artifact MetadataService.GetArtifact}.
155
165
  # @!attribute [rw] name
156
166
  # @return [::String]
157
167
  # Required. The resource name of the Artifact to retrieve.
@@ -162,7 +172,8 @@ module Google
162
172
  extend ::Google::Protobuf::MessageExts::ClassMethods
163
173
  end
164
174
 
165
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_artifacts MetadataService.ListArtifacts}.
175
+ # Request message for
176
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_artifacts MetadataService.ListArtifacts}.
166
177
  # @!attribute [rw] parent
167
178
  # @return [::String]
168
179
  # Required. The MetadataStore whose Artifacts should be listed.
@@ -174,7 +185,8 @@ module Google
174
185
  # Must be in range 1-1000, inclusive. Defaults to 100.
175
186
  # @!attribute [rw] page_token
176
187
  # @return [::String]
177
- # A page token, received from a previous {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_artifacts MetadataService.ListArtifacts}
188
+ # A page token, received from a previous
189
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_artifacts MetadataService.ListArtifacts}
178
190
  # call. Provide this to retrieve the subsequent page.
179
191
  #
180
192
  # When paginating, all other provided parameters must match the call that
@@ -223,13 +235,15 @@ module Google
223
235
  extend ::Google::Protobuf::MessageExts::ClassMethods
224
236
  end
225
237
 
226
- # Response message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_artifacts MetadataService.ListArtifacts}.
238
+ # Response message for
239
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_artifacts MetadataService.ListArtifacts}.
227
240
  # @!attribute [rw] artifacts
228
241
  # @return [::Array<::Google::Cloud::AIPlatform::V1::Artifact>]
229
242
  # The Artifacts retrieved from the MetadataStore.
230
243
  # @!attribute [rw] next_page_token
231
244
  # @return [::String]
232
- # A token, which can be sent as {::Google::Cloud::AIPlatform::V1::ListArtifactsRequest#page_token ListArtifactsRequest.page_token}
245
+ # A token, which can be sent as
246
+ # {::Google::Cloud::AIPlatform::V1::ListArtifactsRequest#page_token ListArtifactsRequest.page_token}
233
247
  # to retrieve the next page.
234
248
  # If this field is not populated, there are no subsequent pages.
235
249
  class ListArtifactsResponse
@@ -237,13 +251,13 @@ module Google
237
251
  extend ::Google::Protobuf::MessageExts::ClassMethods
238
252
  end
239
253
 
240
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#update_artifact MetadataService.UpdateArtifact}.
254
+ # Request message for
255
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#update_artifact MetadataService.UpdateArtifact}.
241
256
  # @!attribute [rw] artifact
242
257
  # @return [::Google::Cloud::AIPlatform::V1::Artifact]
243
258
  # Required. The Artifact containing updates.
244
- # The Artifact's {::Google::Cloud::AIPlatform::V1::Artifact#name Artifact.name} field is used to identify the Artifact to
245
- # be updated.
246
- # Format:
259
+ # The Artifact's {::Google::Cloud::AIPlatform::V1::Artifact#name Artifact.name}
260
+ # field is used to identify the Artifact to be updated. Format:
247
261
  # `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
248
262
  # @!attribute [rw] update_mask
249
263
  # @return [::Google::Protobuf::FieldMask]
@@ -251,14 +265,16 @@ module Google
251
265
  # Functionality of this field is not yet supported.
252
266
  # @!attribute [rw] allow_missing
253
267
  # @return [::Boolean]
254
- # If set to true, and the {::Google::Cloud::AIPlatform::V1::Artifact Artifact} is not found, a new {::Google::Cloud::AIPlatform::V1::Artifact Artifact} is
268
+ # If set to true, and the {::Google::Cloud::AIPlatform::V1::Artifact Artifact} is
269
+ # not found, a new {::Google::Cloud::AIPlatform::V1::Artifact Artifact} is
255
270
  # created.
256
271
  class UpdateArtifactRequest
257
272
  include ::Google::Protobuf::MessageExts
258
273
  extend ::Google::Protobuf::MessageExts::ClassMethods
259
274
  end
260
275
 
261
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#delete_artifact MetadataService.DeleteArtifact}.
276
+ # Request message for
277
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#delete_artifact MetadataService.DeleteArtifact}.
262
278
  # @!attribute [rw] name
263
279
  # @return [::String]
264
280
  # Required. The resource name of the Artifact to delete.
@@ -274,7 +290,8 @@ module Google
274
290
  extend ::Google::Protobuf::MessageExts::ClassMethods
275
291
  end
276
292
 
277
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_artifacts MetadataService.PurgeArtifacts}.
293
+ # Request message for
294
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_artifacts MetadataService.PurgeArtifacts}.
278
295
  # @!attribute [rw] parent
279
296
  # @return [::String]
280
297
  # Required. The metadata store to purge Artifacts from.
@@ -294,7 +311,8 @@ module Google
294
311
  extend ::Google::Protobuf::MessageExts::ClassMethods
295
312
  end
296
313
 
297
- # Response message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_artifacts MetadataService.PurgeArtifacts}.
314
+ # Response message for
315
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_artifacts MetadataService.PurgeArtifacts}.
298
316
  # @!attribute [rw] purge_count
299
317
  # @return [::Integer]
300
318
  # The number of Artifacts that this request deleted (or, if `force` is false,
@@ -309,7 +327,8 @@ module Google
309
327
  extend ::Google::Protobuf::MessageExts::ClassMethods
310
328
  end
311
329
 
312
- # Details of operations that perform {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_artifacts MetadataService.PurgeArtifacts}.
330
+ # Details of operations that perform
331
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_artifacts MetadataService.PurgeArtifacts}.
313
332
  # @!attribute [rw] generic_metadata
314
333
  # @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
315
334
  # Operation metadata for purging Artifacts.
@@ -318,12 +337,12 @@ module Google
318
337
  extend ::Google::Protobuf::MessageExts::ClassMethods
319
338
  end
320
339
 
321
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#create_context MetadataService.CreateContext}.
340
+ # Request message for
341
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#create_context MetadataService.CreateContext}.
322
342
  # @!attribute [rw] parent
323
343
  # @return [::String]
324
- # Required. The resource name of the MetadataStore where the Context should be
325
- # created.
326
- # Format:
344
+ # Required. The resource name of the MetadataStore where the Context should
345
+ # be created. Format:
327
346
  # `projects/{project}/locations/{location}/metadataStores/{metadatastore}`
328
347
  # @!attribute [rw] context
329
348
  # @return [::Google::Cloud::AIPlatform::V1::Context]
@@ -342,7 +361,8 @@ module Google
342
361
  extend ::Google::Protobuf::MessageExts::ClassMethods
343
362
  end
344
363
 
345
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#get_context MetadataService.GetContext}.
364
+ # Request message for
365
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#get_context MetadataService.GetContext}.
346
366
  # @!attribute [rw] name
347
367
  # @return [::String]
348
368
  # Required. The resource name of the Context to retrieve.
@@ -353,7 +373,8 @@ module Google
353
373
  extend ::Google::Protobuf::MessageExts::ClassMethods
354
374
  end
355
375
 
356
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_contexts MetadataService.ListContexts}
376
+ # Request message for
377
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_contexts MetadataService.ListContexts}
357
378
  # @!attribute [rw] parent
358
379
  # @return [::String]
359
380
  # Required. The MetadataStore whose Contexts should be listed.
@@ -365,7 +386,8 @@ module Google
365
386
  # Must be in range 1-1000, inclusive. Defaults to 100.
366
387
  # @!attribute [rw] page_token
367
388
  # @return [::String]
368
- # A page token, received from a previous {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_contexts MetadataService.ListContexts}
389
+ # A page token, received from a previous
390
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_contexts MetadataService.ListContexts}
369
391
  # call. Provide this to retrieve the subsequent page.
370
392
  #
371
393
  # When paginating, all other provided parameters must match the call that
@@ -418,13 +440,15 @@ module Google
418
440
  extend ::Google::Protobuf::MessageExts::ClassMethods
419
441
  end
420
442
 
421
- # Response message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_contexts MetadataService.ListContexts}.
443
+ # Response message for
444
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_contexts MetadataService.ListContexts}.
422
445
  # @!attribute [rw] contexts
423
446
  # @return [::Array<::Google::Cloud::AIPlatform::V1::Context>]
424
447
  # The Contexts retrieved from the MetadataStore.
425
448
  # @!attribute [rw] next_page_token
426
449
  # @return [::String]
427
- # A token, which can be sent as {::Google::Cloud::AIPlatform::V1::ListContextsRequest#page_token ListContextsRequest.page_token}
450
+ # A token, which can be sent as
451
+ # {::Google::Cloud::AIPlatform::V1::ListContextsRequest#page_token ListContextsRequest.page_token}
428
452
  # to retrieve the next page.
429
453
  # If this field is not populated, there are no subsequent pages.
430
454
  class ListContextsResponse
@@ -432,13 +456,13 @@ module Google
432
456
  extend ::Google::Protobuf::MessageExts::ClassMethods
433
457
  end
434
458
 
435
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#update_context MetadataService.UpdateContext}.
459
+ # Request message for
460
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#update_context MetadataService.UpdateContext}.
436
461
  # @!attribute [rw] context
437
462
  # @return [::Google::Cloud::AIPlatform::V1::Context]
438
463
  # Required. The Context containing updates.
439
- # The Context's {::Google::Cloud::AIPlatform::V1::Context#name Context.name} field is used to identify the Context to be
440
- # updated.
441
- # Format:
464
+ # The Context's {::Google::Cloud::AIPlatform::V1::Context#name Context.name} field
465
+ # is used to identify the Context to be updated. Format:
442
466
  # `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}`
443
467
  # @!attribute [rw] update_mask
444
468
  # @return [::Google::Protobuf::FieldMask]
@@ -446,14 +470,15 @@ module Google
446
470
  # Functionality of this field is not yet supported.
447
471
  # @!attribute [rw] allow_missing
448
472
  # @return [::Boolean]
449
- # If set to true, and the {::Google::Cloud::AIPlatform::V1::Context Context} is not found, a new {::Google::Cloud::AIPlatform::V1::Context Context} is
450
- # created.
473
+ # If set to true, and the {::Google::Cloud::AIPlatform::V1::Context Context} is
474
+ # not found, a new {::Google::Cloud::AIPlatform::V1::Context Context} is created.
451
475
  class UpdateContextRequest
452
476
  include ::Google::Protobuf::MessageExts
453
477
  extend ::Google::Protobuf::MessageExts::ClassMethods
454
478
  end
455
479
 
456
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#delete_context MetadataService.DeleteContext}.
480
+ # Request message for
481
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#delete_context MetadataService.DeleteContext}.
457
482
  # @!attribute [rw] name
458
483
  # @return [::String]
459
484
  # Required. The resource name of the Context to delete.
@@ -473,7 +498,8 @@ module Google
473
498
  extend ::Google::Protobuf::MessageExts::ClassMethods
474
499
  end
475
500
 
476
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_contexts MetadataService.PurgeContexts}.
501
+ # Request message for
502
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_contexts MetadataService.PurgeContexts}.
477
503
  # @!attribute [rw] parent
478
504
  # @return [::String]
479
505
  # Required. The metadata store to purge Contexts from.
@@ -493,7 +519,8 @@ module Google
493
519
  extend ::Google::Protobuf::MessageExts::ClassMethods
494
520
  end
495
521
 
496
- # Response message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_contexts MetadataService.PurgeContexts}.
522
+ # Response message for
523
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_contexts MetadataService.PurgeContexts}.
497
524
  # @!attribute [rw] purge_count
498
525
  # @return [::Integer]
499
526
  # The number of Contexts that this request deleted (or, if `force` is false,
@@ -508,7 +535,8 @@ module Google
508
535
  extend ::Google::Protobuf::MessageExts::ClassMethods
509
536
  end
510
537
 
511
- # Details of operations that perform {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_contexts MetadataService.PurgeContexts}.
538
+ # Details of operations that perform
539
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_contexts MetadataService.PurgeContexts}.
512
540
  # @!attribute [rw] generic_metadata
513
541
  # @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
514
542
  # Operation metadata for purging Contexts.
@@ -517,12 +545,12 @@ module Google
517
545
  extend ::Google::Protobuf::MessageExts::ClassMethods
518
546
  end
519
547
 
520
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#add_context_artifacts_and_executions MetadataService.AddContextArtifactsAndExecutions}.
548
+ # Request message for
549
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#add_context_artifacts_and_executions MetadataService.AddContextArtifactsAndExecutions}.
521
550
  # @!attribute [rw] context
522
551
  # @return [::String]
523
- # Required. The resource name of the Context that the Artifacts and Executions
524
- # belong to.
525
- # Format:
552
+ # Required. The resource name of the Context that the Artifacts and
553
+ # Executions belong to. Format:
526
554
  # `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}`
527
555
  # @!attribute [rw] artifacts
528
556
  # @return [::Array<::String>]
@@ -542,13 +570,15 @@ module Google
542
570
  extend ::Google::Protobuf::MessageExts::ClassMethods
543
571
  end
544
572
 
545
- # Response message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#add_context_artifacts_and_executions MetadataService.AddContextArtifactsAndExecutions}.
573
+ # Response message for
574
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#add_context_artifacts_and_executions MetadataService.AddContextArtifactsAndExecutions}.
546
575
  class AddContextArtifactsAndExecutionsResponse
547
576
  include ::Google::Protobuf::MessageExts
548
577
  extend ::Google::Protobuf::MessageExts::ClassMethods
549
578
  end
550
579
 
551
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#add_context_children MetadataService.AddContextChildren}.
580
+ # Request message for
581
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#add_context_children MetadataService.AddContextChildren}.
552
582
  # @!attribute [rw] context
553
583
  # @return [::String]
554
584
  # Required. The resource name of the parent Context.
@@ -563,7 +593,8 @@ module Google
563
593
  extend ::Google::Protobuf::MessageExts::ClassMethods
564
594
  end
565
595
 
566
- # Response message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#add_context_children MetadataService.AddContextChildren}.
596
+ # Response message for
597
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#add_context_children MetadataService.AddContextChildren}.
567
598
  class AddContextChildrenResponse
568
599
  include ::Google::Protobuf::MessageExts
569
600
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -585,13 +616,15 @@ module Google
585
616
  extend ::Google::Protobuf::MessageExts::ClassMethods
586
617
  end
587
618
 
588
- # Response message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#remove_context_children MetadataService.RemoveContextChildren}.
619
+ # Response message for
620
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#remove_context_children MetadataService.RemoveContextChildren}.
589
621
  class RemoveContextChildrenResponse
590
622
  include ::Google::Protobuf::MessageExts
591
623
  extend ::Google::Protobuf::MessageExts::ClassMethods
592
624
  end
593
625
 
594
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#query_context_lineage_subgraph MetadataService.QueryContextLineageSubgraph}.
626
+ # Request message for
627
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#query_context_lineage_subgraph MetadataService.QueryContextLineageSubgraph}.
595
628
  # @!attribute [rw] context
596
629
  # @return [::String]
597
630
  # Required. The resource name of the Context whose Artifacts and Executions
@@ -607,7 +640,8 @@ module Google
607
640
  extend ::Google::Protobuf::MessageExts::ClassMethods
608
641
  end
609
642
 
610
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#create_execution MetadataService.CreateExecution}.
643
+ # Request message for
644
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#create_execution MetadataService.CreateExecution}.
611
645
  # @!attribute [rw] parent
612
646
  # @return [::String]
613
647
  # Required. The resource name of the MetadataStore where the Execution should
@@ -632,7 +666,8 @@ module Google
632
666
  extend ::Google::Protobuf::MessageExts::ClassMethods
633
667
  end
634
668
 
635
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#get_execution MetadataService.GetExecution}.
669
+ # Request message for
670
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#get_execution MetadataService.GetExecution}.
636
671
  # @!attribute [rw] name
637
672
  # @return [::String]
638
673
  # Required. The resource name of the Execution to retrieve.
@@ -643,7 +678,8 @@ module Google
643
678
  extend ::Google::Protobuf::MessageExts::ClassMethods
644
679
  end
645
680
 
646
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_executions MetadataService.ListExecutions}.
681
+ # Request message for
682
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_executions MetadataService.ListExecutions}.
647
683
  # @!attribute [rw] parent
648
684
  # @return [::String]
649
685
  # Required. The MetadataStore whose Executions should be listed.
@@ -655,7 +691,8 @@ module Google
655
691
  # Must be in range 1-1000, inclusive. Defaults to 100.
656
692
  # @!attribute [rw] page_token
657
693
  # @return [::String]
658
- # A page token, received from a previous {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_executions MetadataService.ListExecutions}
694
+ # A page token, received from a previous
695
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_executions MetadataService.ListExecutions}
659
696
  # call. Provide this to retrieve the subsequent page.
660
697
  #
661
698
  # When paginating, all other provided parameters must match the call that
@@ -704,13 +741,15 @@ module Google
704
741
  extend ::Google::Protobuf::MessageExts::ClassMethods
705
742
  end
706
743
 
707
- # Response message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_executions MetadataService.ListExecutions}.
744
+ # Response message for
745
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_executions MetadataService.ListExecutions}.
708
746
  # @!attribute [rw] executions
709
747
  # @return [::Array<::Google::Cloud::AIPlatform::V1::Execution>]
710
748
  # The Executions retrieved from the MetadataStore.
711
749
  # @!attribute [rw] next_page_token
712
750
  # @return [::String]
713
- # A token, which can be sent as {::Google::Cloud::AIPlatform::V1::ListExecutionsRequest#page_token ListExecutionsRequest.page_token}
751
+ # A token, which can be sent as
752
+ # {::Google::Cloud::AIPlatform::V1::ListExecutionsRequest#page_token ListExecutionsRequest.page_token}
714
753
  # to retrieve the next page.
715
754
  # If this field is not populated, there are no subsequent pages.
716
755
  class ListExecutionsResponse
@@ -718,13 +757,13 @@ module Google
718
757
  extend ::Google::Protobuf::MessageExts::ClassMethods
719
758
  end
720
759
 
721
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#update_execution MetadataService.UpdateExecution}.
760
+ # Request message for
761
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#update_execution MetadataService.UpdateExecution}.
722
762
  # @!attribute [rw] execution
723
763
  # @return [::Google::Cloud::AIPlatform::V1::Execution]
724
764
  # Required. The Execution containing updates.
725
- # The Execution's {::Google::Cloud::AIPlatform::V1::Execution#name Execution.name} field is used to identify the Execution
726
- # to be updated.
727
- # Format:
765
+ # The Execution's {::Google::Cloud::AIPlatform::V1::Execution#name Execution.name}
766
+ # field is used to identify the Execution to be updated. Format:
728
767
  # `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
729
768
  # @!attribute [rw] update_mask
730
769
  # @return [::Google::Protobuf::FieldMask]
@@ -732,14 +771,16 @@ module Google
732
771
  # Functionality of this field is not yet supported.
733
772
  # @!attribute [rw] allow_missing
734
773
  # @return [::Boolean]
735
- # If set to true, and the {::Google::Cloud::AIPlatform::V1::Execution Execution} is not found, a new {::Google::Cloud::AIPlatform::V1::Execution Execution}
736
- # is created.
774
+ # If set to true, and the {::Google::Cloud::AIPlatform::V1::Execution Execution}
775
+ # is not found, a new {::Google::Cloud::AIPlatform::V1::Execution Execution} is
776
+ # created.
737
777
  class UpdateExecutionRequest
738
778
  include ::Google::Protobuf::MessageExts
739
779
  extend ::Google::Protobuf::MessageExts::ClassMethods
740
780
  end
741
781
 
742
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#delete_execution MetadataService.DeleteExecution}.
782
+ # Request message for
783
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#delete_execution MetadataService.DeleteExecution}.
743
784
  # @!attribute [rw] name
744
785
  # @return [::String]
745
786
  # Required. The resource name of the Execution to delete.
@@ -755,7 +796,8 @@ module Google
755
796
  extend ::Google::Protobuf::MessageExts::ClassMethods
756
797
  end
757
798
 
758
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_executions MetadataService.PurgeExecutions}.
799
+ # Request message for
800
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_executions MetadataService.PurgeExecutions}.
759
801
  # @!attribute [rw] parent
760
802
  # @return [::String]
761
803
  # Required. The metadata store to purge Executions from.
@@ -775,7 +817,8 @@ module Google
775
817
  extend ::Google::Protobuf::MessageExts::ClassMethods
776
818
  end
777
819
 
778
- # Response message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_executions MetadataService.PurgeExecutions}.
820
+ # Response message for
821
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_executions MetadataService.PurgeExecutions}.
779
822
  # @!attribute [rw] purge_count
780
823
  # @return [::Integer]
781
824
  # The number of Executions that this request deleted (or, if `force` is
@@ -791,7 +834,8 @@ module Google
791
834
  extend ::Google::Protobuf::MessageExts::ClassMethods
792
835
  end
793
836
 
794
- # Details of operations that perform {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_executions MetadataService.PurgeExecutions}.
837
+ # Details of operations that perform
838
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_executions MetadataService.PurgeExecutions}.
795
839
  # @!attribute [rw] generic_metadata
796
840
  # @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
797
841
  # Operation metadata for purging Executions.
@@ -800,7 +844,8 @@ module Google
800
844
  extend ::Google::Protobuf::MessageExts::ClassMethods
801
845
  end
802
846
 
803
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#add_execution_events MetadataService.AddExecutionEvents}.
847
+ # Request message for
848
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#add_execution_events MetadataService.AddExecutionEvents}.
804
849
  # @!attribute [rw] execution
805
850
  # @return [::String]
806
851
  # Required. The resource name of the Execution that the Events connect
@@ -815,30 +860,31 @@ module Google
815
860
  extend ::Google::Protobuf::MessageExts::ClassMethods
816
861
  end
817
862
 
818
- # Response message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#add_execution_events MetadataService.AddExecutionEvents}.
863
+ # Response message for
864
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#add_execution_events MetadataService.AddExecutionEvents}.
819
865
  class AddExecutionEventsResponse
820
866
  include ::Google::Protobuf::MessageExts
821
867
  extend ::Google::Protobuf::MessageExts::ClassMethods
822
868
  end
823
869
 
824
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#query_execution_inputs_and_outputs MetadataService.QueryExecutionInputsAndOutputs}.
870
+ # Request message for
871
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#query_execution_inputs_and_outputs MetadataService.QueryExecutionInputsAndOutputs}.
825
872
  # @!attribute [rw] execution
826
873
  # @return [::String]
827
- # Required. The resource name of the Execution whose input and output Artifacts should
828
- # be retrieved as a LineageSubgraph.
829
- # Format:
874
+ # Required. The resource name of the Execution whose input and output
875
+ # Artifacts should be retrieved as a LineageSubgraph. Format:
830
876
  # `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
831
877
  class QueryExecutionInputsAndOutputsRequest
832
878
  include ::Google::Protobuf::MessageExts
833
879
  extend ::Google::Protobuf::MessageExts::ClassMethods
834
880
  end
835
881
 
836
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#create_metadata_schema MetadataService.CreateMetadataSchema}.
882
+ # Request message for
883
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#create_metadata_schema MetadataService.CreateMetadataSchema}.
837
884
  # @!attribute [rw] parent
838
885
  # @return [::String]
839
- # Required. The resource name of the MetadataStore where the MetadataSchema should
840
- # be created.
841
- # Format:
886
+ # Required. The resource name of the MetadataStore where the MetadataSchema
887
+ # should be created. Format:
842
888
  # `projects/{project}/locations/{location}/metadataStores/{metadatastore}`
843
889
  # @!attribute [rw] metadata_schema
844
890
  # @return [::Google::Cloud::AIPlatform::V1::MetadataSchema]
@@ -858,7 +904,8 @@ module Google
858
904
  extend ::Google::Protobuf::MessageExts::ClassMethods
859
905
  end
860
906
 
861
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#get_metadata_schema MetadataService.GetMetadataSchema}.
907
+ # Request message for
908
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#get_metadata_schema MetadataService.GetMetadataSchema}.
862
909
  # @!attribute [rw] name
863
910
  # @return [::String]
864
911
  # Required. The resource name of the MetadataSchema to retrieve.
@@ -869,7 +916,8 @@ module Google
869
916
  extend ::Google::Protobuf::MessageExts::ClassMethods
870
917
  end
871
918
 
872
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_metadata_schemas MetadataService.ListMetadataSchemas}.
919
+ # Request message for
920
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_metadata_schemas MetadataService.ListMetadataSchemas}.
873
921
  # @!attribute [rw] parent
874
922
  # @return [::String]
875
923
  # Required. The MetadataStore whose MetadataSchemas should be listed.
@@ -883,8 +931,8 @@ module Google
883
931
  # @!attribute [rw] page_token
884
932
  # @return [::String]
885
933
  # A page token, received from a previous
886
- # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_metadata_schemas MetadataService.ListMetadataSchemas} call. Provide this to retrieve the
887
- # next page.
934
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_metadata_schemas MetadataService.ListMetadataSchemas}
935
+ # call. Provide this to retrieve the next page.
888
936
  #
889
937
  # When paginating, all other provided parameters must match the call that
890
938
  # provided the page token. (Otherwise the request will fail with
@@ -897,26 +945,28 @@ module Google
897
945
  extend ::Google::Protobuf::MessageExts::ClassMethods
898
946
  end
899
947
 
900
- # Response message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_metadata_schemas MetadataService.ListMetadataSchemas}.
948
+ # Response message for
949
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_metadata_schemas MetadataService.ListMetadataSchemas}.
901
950
  # @!attribute [rw] metadata_schemas
902
951
  # @return [::Array<::Google::Cloud::AIPlatform::V1::MetadataSchema>]
903
952
  # The MetadataSchemas found for the MetadataStore.
904
953
  # @!attribute [rw] next_page_token
905
954
  # @return [::String]
906
955
  # A token, which can be sent as
907
- # {::Google::Cloud::AIPlatform::V1::ListMetadataSchemasRequest#page_token ListMetadataSchemasRequest.page_token} to retrieve the next
908
- # page. If this field is not populated, there are no subsequent pages.
956
+ # {::Google::Cloud::AIPlatform::V1::ListMetadataSchemasRequest#page_token ListMetadataSchemasRequest.page_token}
957
+ # to retrieve the next page. If this field is not populated, there are no
958
+ # subsequent pages.
909
959
  class ListMetadataSchemasResponse
910
960
  include ::Google::Protobuf::MessageExts
911
961
  extend ::Google::Protobuf::MessageExts::ClassMethods
912
962
  end
913
963
 
914
- # Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#query_artifact_lineage_subgraph MetadataService.QueryArtifactLineageSubgraph}.
964
+ # Request message for
965
+ # {::Google::Cloud::AIPlatform::V1::MetadataService::Client#query_artifact_lineage_subgraph MetadataService.QueryArtifactLineageSubgraph}.
915
966
  # @!attribute [rw] artifact
916
967
  # @return [::String]
917
- # Required. The resource name of the Artifact whose Lineage needs to be retrieved as a
918
- # LineageSubgraph.
919
- # Format:
968
+ # Required. The resource name of the Artifact whose Lineage needs to be
969
+ # retrieved as a LineageSubgraph. Format:
920
970
  # `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
921
971
  #
922
972
  # The request may error with FAILED_PRECONDITION if the number of Artifacts,
@@ -37,9 +37,9 @@ module Google
37
37
  # Output only. Represents one Dataset in datalabeling.googleapis.com.
38
38
  # @!attribute [r] last_migrate_time
39
39
  # @return [::Google::Protobuf::Timestamp]
40
- # Output only. Timestamp when the last migration attempt on this MigratableResource
41
- # started. Will not be set if there's no migration attempt on this
42
- # MigratableResource.
40
+ # Output only. Timestamp when the last migration attempt on this
41
+ # MigratableResource started. Will not be set if there's no migration attempt
42
+ # on this MigratableResource.
43
43
  # @!attribute [r] last_update_time
44
44
  # @return [::Google::Protobuf::Timestamp]
45
45
  # Output only. Timestamp when this MigratableResource was last updated.