google-cloud-ai_platform-v1 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (289) hide show
  1. checksums.yaml +7 -0
  2. data/.yardopts +12 -0
  3. data/AUTHENTICATION.md +149 -0
  4. data/LICENSE.md +201 -0
  5. data/README.md +139 -0
  6. data/lib/google/cloud/ai_platform/v1/dataset_service/client.rb +1364 -0
  7. data/lib/google/cloud/ai_platform/v1/dataset_service/credentials.rb +47 -0
  8. data/lib/google/cloud/ai_platform/v1/dataset_service/operations.rb +767 -0
  9. data/lib/google/cloud/ai_platform/v1/dataset_service/paths.rb +111 -0
  10. data/lib/google/cloud/ai_platform/v1/dataset_service.rb +51 -0
  11. data/lib/google/cloud/ai_platform/v1/endpoint_service/client.rb +1076 -0
  12. data/lib/google/cloud/ai_platform/v1/endpoint_service/credentials.rb +47 -0
  13. data/lib/google/cloud/ai_platform/v1/endpoint_service/operations.rb +767 -0
  14. data/lib/google/cloud/ai_platform/v1/endpoint_service/paths.rb +124 -0
  15. data/lib/google/cloud/ai_platform/v1/endpoint_service.rb +50 -0
  16. data/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/client.rb +508 -0
  17. data/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/credentials.rb +47 -0
  18. data/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/paths.rb +54 -0
  19. data/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service.rb +49 -0
  20. data/lib/google/cloud/ai_platform/v1/featurestore_service/client.rb +2707 -0
  21. data/lib/google/cloud/ai_platform/v1/featurestore_service/credentials.rb +47 -0
  22. data/lib/google/cloud/ai_platform/v1/featurestore_service/operations.rb +767 -0
  23. data/lib/google/cloud/ai_platform/v1/featurestore_service/paths.rb +113 -0
  24. data/lib/google/cloud/ai_platform/v1/featurestore_service.rb +50 -0
  25. data/lib/google/cloud/ai_platform/v1/index_endpoint_service/client.rb +1146 -0
  26. data/lib/google/cloud/ai_platform/v1/index_endpoint_service/credentials.rb +47 -0
  27. data/lib/google/cloud/ai_platform/v1/index_endpoint_service/operations.rb +767 -0
  28. data/lib/google/cloud/ai_platform/v1/index_endpoint_service/paths.rb +88 -0
  29. data/lib/google/cloud/ai_platform/v1/index_endpoint_service.rb +50 -0
  30. data/lib/google/cloud/ai_platform/v1/index_service/client.rb +823 -0
  31. data/lib/google/cloud/ai_platform/v1/index_service/credentials.rb +47 -0
  32. data/lib/google/cloud/ai_platform/v1/index_service/operations.rb +767 -0
  33. data/lib/google/cloud/ai_platform/v1/index_service/paths.rb +88 -0
  34. data/lib/google/cloud/ai_platform/v1/index_service.rb +50 -0
  35. data/lib/google/cloud/ai_platform/v1/job_service/client.rb +3236 -0
  36. data/lib/google/cloud/ai_platform/v1/job_service/credentials.rb +47 -0
  37. data/lib/google/cloud/ai_platform/v1/job_service/operations.rb +767 -0
  38. data/lib/google/cloud/ai_platform/v1/job_service/paths.rb +259 -0
  39. data/lib/google/cloud/ai_platform/v1/job_service.rb +50 -0
  40. data/lib/google/cloud/ai_platform/v1/metadata_service/client.rb +3654 -0
  41. data/lib/google/cloud/ai_platform/v1/metadata_service/credentials.rb +47 -0
  42. data/lib/google/cloud/ai_platform/v1/metadata_service/operations.rb +767 -0
  43. data/lib/google/cloud/ai_platform/v1/metadata_service/paths.rb +153 -0
  44. data/lib/google/cloud/ai_platform/v1/metadata_service.rb +50 -0
  45. data/lib/google/cloud/ai_platform/v1/migration_service/client.rb +538 -0
  46. data/lib/google/cloud/ai_platform/v1/migration_service/credentials.rb +47 -0
  47. data/lib/google/cloud/ai_platform/v1/migration_service/operations.rb +767 -0
  48. data/lib/google/cloud/ai_platform/v1/migration_service/paths.rb +148 -0
  49. data/lib/google/cloud/ai_platform/v1/migration_service.rb +51 -0
  50. data/lib/google/cloud/ai_platform/v1/model_service/client.rb +1355 -0
  51. data/lib/google/cloud/ai_platform/v1/model_service/credentials.rb +47 -0
  52. data/lib/google/cloud/ai_platform/v1/model_service/operations.rb +767 -0
  53. data/lib/google/cloud/ai_platform/v1/model_service/paths.rb +151 -0
  54. data/lib/google/cloud/ai_platform/v1/model_service.rb +50 -0
  55. data/lib/google/cloud/ai_platform/v1/pipeline_service/client.rb +1384 -0
  56. data/lib/google/cloud/ai_platform/v1/pipeline_service/credentials.rb +47 -0
  57. data/lib/google/cloud/ai_platform/v1/pipeline_service/operations.rb +767 -0
  58. data/lib/google/cloud/ai_platform/v1/pipeline_service/paths.rb +225 -0
  59. data/lib/google/cloud/ai_platform/v1/pipeline_service.rb +52 -0
  60. data/lib/google/cloud/ai_platform/v1/prediction_service/client.rb +650 -0
  61. data/lib/google/cloud/ai_platform/v1/prediction_service/credentials.rb +47 -0
  62. data/lib/google/cloud/ai_platform/v1/prediction_service/paths.rb +52 -0
  63. data/lib/google/cloud/ai_platform/v1/prediction_service.rb +49 -0
  64. data/lib/google/cloud/ai_platform/v1/specialist_pool_service/client.rb +826 -0
  65. data/lib/google/cloud/ai_platform/v1/specialist_pool_service/credentials.rb +47 -0
  66. data/lib/google/cloud/ai_platform/v1/specialist_pool_service/operations.rb +767 -0
  67. data/lib/google/cloud/ai_platform/v1/specialist_pool_service/paths.rb +69 -0
  68. data/lib/google/cloud/ai_platform/v1/specialist_pool_service.rb +55 -0
  69. data/lib/google/cloud/ai_platform/v1/tensorboard_service/client.rb +3224 -0
  70. data/lib/google/cloud/ai_platform/v1/tensorboard_service/credentials.rb +48 -0
  71. data/lib/google/cloud/ai_platform/v1/tensorboard_service/operations.rb +767 -0
  72. data/lib/google/cloud/ai_platform/v1/tensorboard_service/paths.rb +138 -0
  73. data/lib/google/cloud/ai_platform/v1/tensorboard_service.rb +50 -0
  74. data/lib/google/cloud/ai_platform/v1/version.rb +28 -0
  75. data/lib/google/cloud/ai_platform/v1/vizier_service/client.rb +1793 -0
  76. data/lib/google/cloud/ai_platform/v1/vizier_service/credentials.rb +47 -0
  77. data/lib/google/cloud/ai_platform/v1/vizier_service/operations.rb +767 -0
  78. data/lib/google/cloud/ai_platform/v1/vizier_service/paths.rb +109 -0
  79. data/lib/google/cloud/ai_platform/v1/vizier_service.rb +54 -0
  80. data/lib/google/cloud/ai_platform/v1.rb +52 -0
  81. data/lib/google/cloud/aiplatform/v1/accelerator_type_pb.rb +29 -0
  82. data/lib/google/cloud/aiplatform/v1/annotation_pb.rb +35 -0
  83. data/lib/google/cloud/aiplatform/v1/annotation_spec_pb.rb +30 -0
  84. data/lib/google/cloud/aiplatform/v1/artifact_pb.rb +45 -0
  85. data/lib/google/cloud/aiplatform/v1/batch_prediction_job_pb.rb +83 -0
  86. data/lib/google/cloud/aiplatform/v1/completion_stats_pb.rb +27 -0
  87. data/lib/google/cloud/aiplatform/v1/context_pb.rb +38 -0
  88. data/lib/google/cloud/aiplatform/v1/custom_job_pb.rb +84 -0
  89. data/lib/google/cloud/aiplatform/v1/data_item_pb.rb +32 -0
  90. data/lib/google/cloud/aiplatform/v1/data_labeling_job_pb.rb +78 -0
  91. data/lib/google/cloud/aiplatform/v1/dataset_pb.rb +53 -0
  92. data/lib/google/cloud/aiplatform/v1/dataset_service_pb.rb +126 -0
  93. data/lib/google/cloud/aiplatform/v1/dataset_service_services_pb.rb +64 -0
  94. data/lib/google/cloud/aiplatform/v1/deployed_index_ref_pb.rb +26 -0
  95. data/lib/google/cloud/aiplatform/v1/deployed_model_ref_pb.rb +26 -0
  96. data/lib/google/cloud/aiplatform/v1/encryption_spec_pb.rb +24 -0
  97. data/lib/google/cloud/aiplatform/v1/endpoint_pb.rb +67 -0
  98. data/lib/google/cloud/aiplatform/v1/endpoint_service_pb.rb +90 -0
  99. data/lib/google/cloud/aiplatform/v1/endpoint_service_services_pb.rb +58 -0
  100. data/lib/google/cloud/aiplatform/v1/entity_type_pb.rb +32 -0
  101. data/lib/google/cloud/aiplatform/v1/env_var_pb.rb +25 -0
  102. data/lib/google/cloud/aiplatform/v1/event_pb.rb +36 -0
  103. data/lib/google/cloud/aiplatform/v1/execution_pb.rb +48 -0
  104. data/lib/google/cloud/aiplatform/v1/explanation_metadata_pb.rb +107 -0
  105. data/lib/google/cloud/aiplatform/v1/explanation_pb.rb +106 -0
  106. data/lib/google/cloud/aiplatform/v1/feature_monitoring_stats_pb.rb +30 -0
  107. data/lib/google/cloud/aiplatform/v1/feature_pb.rb +46 -0
  108. data/lib/google/cloud/aiplatform/v1/feature_selector_pb.rb +28 -0
  109. data/lib/google/cloud/aiplatform/v1/featurestore_online_service_pb.rb +86 -0
  110. data/lib/google/cloud/aiplatform/v1/featurestore_online_service_services_pb.rb +51 -0
  111. data/lib/google/cloud/aiplatform/v1/featurestore_pb.rb +44 -0
  112. data/lib/google/cloud/aiplatform/v1/featurestore_service_pb.rb +280 -0
  113. data/lib/google/cloud/aiplatform/v1/featurestore_service_services_pb.rb +109 -0
  114. data/lib/google/cloud/aiplatform/v1/hyperparameter_tuning_job_pb.rb +46 -0
  115. data/lib/google/cloud/aiplatform/v1/index_endpoint_pb.rb +66 -0
  116. data/lib/google/cloud/aiplatform/v1/index_endpoint_service_pb.rb +101 -0
  117. data/lib/google/cloud/aiplatform/v1/index_endpoint_service_services_pb.rb +62 -0
  118. data/lib/google/cloud/aiplatform/v1/index_pb.rb +38 -0
  119. data/lib/google/cloud/aiplatform/v1/index_service_pb.rb +98 -0
  120. data/lib/google/cloud/aiplatform/v1/index_service_services_pb.rb +55 -0
  121. data/lib/google/cloud/aiplatform/v1/io_pb.rb +56 -0
  122. data/lib/google/cloud/aiplatform/v1/job_service_pb.rb +217 -0
  123. data/lib/google/cloud/aiplatform/v1/job_service_services_pb.rb +134 -0
  124. data/lib/google/cloud/aiplatform/v1/job_state_pb.rb +32 -0
  125. data/lib/google/cloud/aiplatform/v1/lineage_subgraph_pb.rb +28 -0
  126. data/lib/google/cloud/aiplatform/v1/machine_resources_pb.rb +59 -0
  127. data/lib/google/cloud/aiplatform/v1/manual_batch_tuning_parameters_pb.rb +24 -0
  128. data/lib/google/cloud/aiplatform/v1/metadata_schema_pb.rb +38 -0
  129. data/lib/google/cloud/aiplatform/v1/metadata_service_pb.rb +272 -0
  130. data/lib/google/cloud/aiplatform/v1/metadata_service_services_pb.rb +119 -0
  131. data/lib/google/cloud/aiplatform/v1/metadata_store_pb.rb +36 -0
  132. data/lib/google/cloud/aiplatform/v1/migratable_resource_pb.rb +59 -0
  133. data/lib/google/cloud/aiplatform/v1/migration_service_pb.rb +106 -0
  134. data/lib/google/cloud/aiplatform/v1/migration_service_services_pb.rb +51 -0
  135. data/lib/google/cloud/aiplatform/v1/model_deployment_monitoring_job_pb.rb +111 -0
  136. data/lib/google/cloud/aiplatform/v1/model_evaluation_pb.rb +33 -0
  137. data/lib/google/cloud/aiplatform/v1/model_evaluation_slice_pb.rb +36 -0
  138. data/lib/google/cloud/aiplatform/v1/model_monitoring_pb.rb +93 -0
  139. data/lib/google/cloud/aiplatform/v1/model_pb.rb +88 -0
  140. data/lib/google/cloud/aiplatform/v1/model_service_pb.rb +129 -0
  141. data/lib/google/cloud/aiplatform/v1/model_service_services_pb.rb +69 -0
  142. data/lib/google/cloud/aiplatform/v1/operation_pb.rb +32 -0
  143. data/lib/google/cloud/aiplatform/v1/pipeline_job_pb.rb +115 -0
  144. data/lib/google/cloud/aiplatform/v1/pipeline_service_pb.rb +88 -0
  145. data/lib/google/cloud/aiplatform/v1/pipeline_service_services_pb.rb +84 -0
  146. data/lib/google/cloud/aiplatform/v1/pipeline_state_pb.rb +31 -0
  147. data/lib/google/cloud/aiplatform/v1/prediction_service_pb.rb +57 -0
  148. data/lib/google/cloud/aiplatform/v1/prediction_service_services_pb.rb +66 -0
  149. data/lib/google/cloud/aiplatform/v1/specialist_pool_pb.rb +30 -0
  150. data/lib/google/cloud/aiplatform/v1/specialist_pool_service_pb.rb +66 -0
  151. data/lib/google/cloud/aiplatform/v1/specialist_pool_service_services_pb.rb +58 -0
  152. data/lib/google/cloud/aiplatform/v1/study_pb.rb +191 -0
  153. data/lib/google/cloud/aiplatform/v1/tensorboard_data_pb.rb +56 -0
  154. data/lib/google/cloud/aiplatform/v1/tensorboard_experiment_pb.rb +33 -0
  155. data/lib/google/cloud/aiplatform/v1/tensorboard_pb.rb +36 -0
  156. data/lib/google/cloud/aiplatform/v1/tensorboard_run_pb.rb +32 -0
  157. data/lib/google/cloud/aiplatform/v1/tensorboard_service_pb.rb +244 -0
  158. data/lib/google/cloud/aiplatform/v1/tensorboard_service_services_pb.rb +115 -0
  159. data/lib/google/cloud/aiplatform/v1/tensorboard_time_series_pb.rb +48 -0
  160. data/lib/google/cloud/aiplatform/v1/training_pipeline_pb.rb +95 -0
  161. data/lib/google/cloud/aiplatform/v1/types_pb.rb +35 -0
  162. data/lib/google/cloud/aiplatform/v1/unmanaged_container_model_pb.rb +27 -0
  163. data/lib/google/cloud/aiplatform/v1/user_action_reference_pb.rb +27 -0
  164. data/lib/google/cloud/aiplatform/v1/value_pb.rb +27 -0
  165. data/lib/google/cloud/aiplatform/v1/vizier_service_pb.rb +136 -0
  166. data/lib/google/cloud/aiplatform/v1/vizier_service_services_pb.rb +90 -0
  167. data/lib/google-cloud-ai_platform-v1.rb +21 -0
  168. data/proto_docs/README.md +4 -0
  169. data/proto_docs/google/api/field_behavior.rb +71 -0
  170. data/proto_docs/google/api/httpbody.rb +80 -0
  171. data/proto_docs/google/api/resource.rb +222 -0
  172. data/proto_docs/google/cloud/aiplatform/v1/accelerator_type.rb +50 -0
  173. data/proto_docs/google/cloud/aiplatform/v1/annotation.rb +92 -0
  174. data/proto_docs/google/cloud/aiplatform/v1/annotation_spec.rb +50 -0
  175. data/proto_docs/google/cloud/aiplatform/v1/artifact.rb +112 -0
  176. data/proto_docs/google/cloud/aiplatform/v1/batch_prediction_job.rb +278 -0
  177. data/proto_docs/google/cloud/aiplatform/v1/completion_stats.rb +46 -0
  178. data/proto_docs/google/cloud/aiplatform/v1/context.rb +92 -0
  179. data/proto_docs/google/cloud/aiplatform/v1/custom_job.rb +272 -0
  180. data/proto_docs/google/cloud/aiplatform/v1/data_item.rb +73 -0
  181. data/proto_docs/google/cloud/aiplatform/v1/data_labeling_job.rb +207 -0
  182. data/proto_docs/google/cloud/aiplatform/v1/dataset.rb +154 -0
  183. data/proto_docs/google/cloud/aiplatform/v1/dataset_service.rb +301 -0
  184. data/proto_docs/google/cloud/aiplatform/v1/deployed_index_ref.rb +38 -0
  185. data/proto_docs/google/cloud/aiplatform/v1/deployed_model_ref.rb +38 -0
  186. data/proto_docs/google/cloud/aiplatform/v1/encryption_spec.rb +40 -0
  187. data/proto_docs/google/cloud/aiplatform/v1/endpoint.rb +227 -0
  188. data/proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb +258 -0
  189. data/proto_docs/google/cloud/aiplatform/v1/entity_type.rb +79 -0
  190. data/proto_docs/google/cloud/aiplatform/v1/env_var.rb +44 -0
  191. data/proto_docs/google/cloud/aiplatform/v1/event.rb +79 -0
  192. data/proto_docs/google/cloud/aiplatform/v1/execution.rb +118 -0
  193. data/proto_docs/google/cloud/aiplatform/v1/explanation.rb +445 -0
  194. data/proto_docs/google/cloud/aiplatform/v1/explanation_metadata.rb +419 -0
  195. data/proto_docs/google/cloud/aiplatform/v1/feature.rb +115 -0
  196. data/proto_docs/google/cloud/aiplatform/v1/feature_monitoring_stats.rb +88 -0
  197. data/proto_docs/google/cloud/aiplatform/v1/feature_selector.rb +49 -0
  198. data/proto_docs/google/cloud/aiplatform/v1/featurestore.rb +115 -0
  199. data/proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb +203 -0
  200. data/proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb +978 -0
  201. data/proto_docs/google/cloud/aiplatform/v1/hyperparameter_tuning_job.rb +109 -0
  202. data/proto_docs/google/cloud/aiplatform/v1/index.rb +98 -0
  203. data/proto_docs/google/cloud/aiplatform/v1/index_endpoint.rb +252 -0
  204. data/proto_docs/google/cloud/aiplatform/v1/index_endpoint_service.rb +240 -0
  205. data/proto_docs/google/cloud/aiplatform/v1/index_service.rb +220 -0
  206. data/proto_docs/google/cloud/aiplatform/v1/io.rb +134 -0
  207. data/proto_docs/google/cloud/aiplatform/v1/job_service.rb +660 -0
  208. data/proto_docs/google/cloud/aiplatform/v1/job_state.rb +60 -0
  209. data/proto_docs/google/cloud/aiplatform/v1/lineage_subgraph.rb +42 -0
  210. data/proto_docs/google/cloud/aiplatform/v1/machine_resources.rb +194 -0
  211. data/proto_docs/google/cloud/aiplatform/v1/manual_batch_tuning_parameters.rb +41 -0
  212. data/proto_docs/google/cloud/aiplatform/v1/metadata_schema.rb +74 -0
  213. data/proto_docs/google/cloud/aiplatform/v1/metadata_service.rb +912 -0
  214. data/proto_docs/google/cloud/aiplatform/v1/metadata_store.rb +62 -0
  215. data/proto_docs/google/cloud/aiplatform/v1/migratable_resource.rb +133 -0
  216. data/proto_docs/google/cloud/aiplatform/v1/migration_service.rb +260 -0
  217. data/proto_docs/google/cloud/aiplatform/v1/model.rb +562 -0
  218. data/proto_docs/google/cloud/aiplatform/v1/model_deployment_monitoring_job.rb +293 -0
  219. data/proto_docs/google/cloud/aiplatform/v1/model_evaluation.rb +60 -0
  220. data/proto_docs/google/cloud/aiplatform/v1/model_evaluation_slice.rb +68 -0
  221. data/proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb +257 -0
  222. data/proto_docs/google/cloud/aiplatform/v1/model_service.rb +329 -0
  223. data/proto_docs/google/cloud/aiplatform/v1/operation.rb +55 -0
  224. data/proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb +347 -0
  225. data/proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb +258 -0
  226. data/proto_docs/google/cloud/aiplatform/v1/pipeline_state.rb +59 -0
  227. data/proto_docs/google/cloud/aiplatform/v1/prediction_service.rb +165 -0
  228. data/proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/image_classification.rb +52 -0
  229. data/proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/image_object_detection.rb +52 -0
  230. data/proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/image_segmentation.rb +47 -0
  231. data/proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/text_classification.rb +46 -0
  232. data/proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/text_extraction.rb +53 -0
  233. data/proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/text_sentiment.rb +46 -0
  234. data/proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/video_action_recognition.rb +59 -0
  235. data/proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/video_classification.rb +59 -0
  236. data/proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/video_object_tracking.rb +59 -0
  237. data/proto_docs/google/cloud/aiplatform/v1/schema/predict/params/image_classification.rb +47 -0
  238. data/proto_docs/google/cloud/aiplatform/v1/schema/predict/params/image_object_detection.rb +47 -0
  239. data/proto_docs/google/cloud/aiplatform/v1/schema/predict/params/image_segmentation.rb +44 -0
  240. data/proto_docs/google/cloud/aiplatform/v1/schema/predict/params/video_action_recognition.rb +47 -0
  241. data/proto_docs/google/cloud/aiplatform/v1/schema/predict/params/video_classification.rb +72 -0
  242. data/proto_docs/google/cloud/aiplatform/v1/schema/predict/params/video_object_tracking.rb +51 -0
  243. data/proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/classification.rb +49 -0
  244. data/proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/image_object_detection.rb +58 -0
  245. data/proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/image_segmentation.rb +53 -0
  246. data/proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/tabular_classification.rb +47 -0
  247. data/proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/tabular_regression.rb +47 -0
  248. data/proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/text_extraction.rb +60 -0
  249. data/proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/text_sentiment.rb +45 -0
  250. data/proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/video_action_recognition.rb +60 -0
  251. data/proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/video_classification.rb +73 -0
  252. data/proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/video_object_tracking.rb +91 -0
  253. data/proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_image_classification.rb +142 -0
  254. data/proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_image_object_detection.rb +134 -0
  255. data/proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_image_segmentation.rb +120 -0
  256. data/proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_tables.rb +315 -0
  257. data/proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_text_classification.rb +48 -0
  258. data/proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_text_extraction.rb +46 -0
  259. data/proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_text_sentiment.rb +55 -0
  260. data/proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_video_action_recognition.rb +73 -0
  261. data/proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_video_classification.rb +67 -0
  262. data/proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_video_object_tracking.rb +78 -0
  263. data/proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/export_evaluated_data_items_config.rb +51 -0
  264. data/proto_docs/google/cloud/aiplatform/v1/specialist_pool.rb +58 -0
  265. data/proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb +136 -0
  266. data/proto_docs/google/cloud/aiplatform/v1/study.rb +543 -0
  267. data/proto_docs/google/cloud/aiplatform/v1/tensorboard.rb +89 -0
  268. data/proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb +110 -0
  269. data/proto_docs/google/cloud/aiplatform/v1/tensorboard_experiment.rb +82 -0
  270. data/proto_docs/google/cloud/aiplatform/v1/tensorboard_run.rb +85 -0
  271. data/proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb +706 -0
  272. data/proto_docs/google/cloud/aiplatform/v1/tensorboard_time_series.rb +101 -0
  273. data/proto_docs/google/cloud/aiplatform/v1/training_pipeline.rb +381 -0
  274. data/proto_docs/google/cloud/aiplatform/v1/types.rb +62 -0
  275. data/proto_docs/google/cloud/aiplatform/v1/unmanaged_container_model.rb +44 -0
  276. data/proto_docs/google/cloud/aiplatform/v1/user_action_reference.rb +49 -0
  277. data/proto_docs/google/cloud/aiplatform/v1/value.rb +41 -0
  278. data/proto_docs/google/cloud/aiplatform/v1/vizier_service.rb +332 -0
  279. data/proto_docs/google/longrunning/operations.rb +164 -0
  280. data/proto_docs/google/protobuf/any.rb +141 -0
  281. data/proto_docs/google/protobuf/duration.rb +98 -0
  282. data/proto_docs/google/protobuf/empty.rb +36 -0
  283. data/proto_docs/google/protobuf/field_mask.rb +229 -0
  284. data/proto_docs/google/protobuf/struct.rb +96 -0
  285. data/proto_docs/google/protobuf/timestamp.rb +129 -0
  286. data/proto_docs/google/protobuf/wrappers.rb +121 -0
  287. data/proto_docs/google/rpc/status.rb +46 -0
  288. data/proto_docs/google/type/money.rb +43 -0
  289. metadata +479 -0
@@ -0,0 +1,660 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2022 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 {::Google::Cloud::AIPlatform::V1::JobService::Client#create_custom_job JobService.CreateCustomJob}.
25
+ # @!attribute [rw] parent
26
+ # @return [::String]
27
+ # Required. The resource name of the Location to create the CustomJob in.
28
+ # Format: `projects/{project}/locations/{location}`
29
+ # @!attribute [rw] custom_job
30
+ # @return [::Google::Cloud::AIPlatform::V1::CustomJob]
31
+ # Required. The CustomJob to create.
32
+ class CreateCustomJobRequest
33
+ include ::Google::Protobuf::MessageExts
34
+ extend ::Google::Protobuf::MessageExts::ClassMethods
35
+ end
36
+
37
+ # Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#get_custom_job JobService.GetCustomJob}.
38
+ # @!attribute [rw] name
39
+ # @return [::String]
40
+ # Required. The name of the CustomJob resource.
41
+ # Format:
42
+ # `projects/{project}/locations/{location}/customJobs/{custom_job}`
43
+ class GetCustomJobRequest
44
+ include ::Google::Protobuf::MessageExts
45
+ extend ::Google::Protobuf::MessageExts::ClassMethods
46
+ end
47
+
48
+ # Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#list_custom_jobs JobService.ListCustomJobs}.
49
+ # @!attribute [rw] parent
50
+ # @return [::String]
51
+ # Required. The resource name of the Location to list the CustomJobs from.
52
+ # Format: `projects/{project}/locations/{location}`
53
+ # @!attribute [rw] filter
54
+ # @return [::String]
55
+ # The standard list filter.
56
+ #
57
+ # Supported fields:
58
+ #
59
+ # * `display_name` supports = and !=.
60
+ #
61
+ # * `state` supports = and !=.
62
+ #
63
+ # Some examples of using the filter are:
64
+ #
65
+ # * `state="JOB_STATE_SUCCEEDED" AND display_name="my_job"`
66
+ #
67
+ # * `state="JOB_STATE_RUNNING" OR display_name="my_job"`
68
+ #
69
+ # * `NOT display_name="my_job"`
70
+ #
71
+ # * `state="JOB_STATE_FAILED"`
72
+ # @!attribute [rw] page_size
73
+ # @return [::Integer]
74
+ # The standard list page size.
75
+ # @!attribute [rw] page_token
76
+ # @return [::String]
77
+ # The standard list page token.
78
+ # Typically obtained via
79
+ # {::Google::Cloud::AIPlatform::V1::ListCustomJobsResponse#next_page_token ListCustomJobsResponse.next_page_token} of the previous
80
+ # {::Google::Cloud::AIPlatform::V1::JobService::Client#list_custom_jobs JobService.ListCustomJobs} call.
81
+ # @!attribute [rw] read_mask
82
+ # @return [::Google::Protobuf::FieldMask]
83
+ # Mask specifying which fields to read.
84
+ class ListCustomJobsRequest
85
+ include ::Google::Protobuf::MessageExts
86
+ extend ::Google::Protobuf::MessageExts::ClassMethods
87
+ end
88
+
89
+ # Response message for {::Google::Cloud::AIPlatform::V1::JobService::Client#list_custom_jobs JobService.ListCustomJobs}
90
+ # @!attribute [rw] custom_jobs
91
+ # @return [::Array<::Google::Cloud::AIPlatform::V1::CustomJob>]
92
+ # List of CustomJobs in the requested page.
93
+ # @!attribute [rw] next_page_token
94
+ # @return [::String]
95
+ # A token to retrieve the next page of results.
96
+ # Pass to {::Google::Cloud::AIPlatform::V1::ListCustomJobsRequest#page_token ListCustomJobsRequest.page_token} to obtain that page.
97
+ class ListCustomJobsResponse
98
+ include ::Google::Protobuf::MessageExts
99
+ extend ::Google::Protobuf::MessageExts::ClassMethods
100
+ end
101
+
102
+ # Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#delete_custom_job JobService.DeleteCustomJob}.
103
+ # @!attribute [rw] name
104
+ # @return [::String]
105
+ # Required. The name of the CustomJob resource to be deleted.
106
+ # Format:
107
+ # `projects/{project}/locations/{location}/customJobs/{custom_job}`
108
+ class DeleteCustomJobRequest
109
+ include ::Google::Protobuf::MessageExts
110
+ extend ::Google::Protobuf::MessageExts::ClassMethods
111
+ end
112
+
113
+ # Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#cancel_custom_job JobService.CancelCustomJob}.
114
+ # @!attribute [rw] name
115
+ # @return [::String]
116
+ # Required. The name of the CustomJob to cancel.
117
+ # Format:
118
+ # `projects/{project}/locations/{location}/customJobs/{custom_job}`
119
+ class CancelCustomJobRequest
120
+ include ::Google::Protobuf::MessageExts
121
+ extend ::Google::Protobuf::MessageExts::ClassMethods
122
+ end
123
+
124
+ # Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#create_data_labeling_job JobService.CreateDataLabelingJob}.
125
+ # @!attribute [rw] parent
126
+ # @return [::String]
127
+ # Required. The parent of the DataLabelingJob.
128
+ # Format: `projects/{project}/locations/{location}`
129
+ # @!attribute [rw] data_labeling_job
130
+ # @return [::Google::Cloud::AIPlatform::V1::DataLabelingJob]
131
+ # Required. The DataLabelingJob to create.
132
+ class CreateDataLabelingJobRequest
133
+ include ::Google::Protobuf::MessageExts
134
+ extend ::Google::Protobuf::MessageExts::ClassMethods
135
+ end
136
+
137
+ # Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#get_data_labeling_job JobService.GetDataLabelingJob}.
138
+ # @!attribute [rw] name
139
+ # @return [::String]
140
+ # Required. The name of the DataLabelingJob.
141
+ # Format:
142
+ # `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`
143
+ class GetDataLabelingJobRequest
144
+ include ::Google::Protobuf::MessageExts
145
+ extend ::Google::Protobuf::MessageExts::ClassMethods
146
+ end
147
+
148
+ # Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#list_data_labeling_jobs JobService.ListDataLabelingJobs}.
149
+ # @!attribute [rw] parent
150
+ # @return [::String]
151
+ # Required. The parent of the DataLabelingJob.
152
+ # Format: `projects/{project}/locations/{location}`
153
+ # @!attribute [rw] filter
154
+ # @return [::String]
155
+ # The standard list filter.
156
+ #
157
+ # Supported fields:
158
+ #
159
+ # * `display_name` supports = and !=.
160
+ #
161
+ # * `state` supports = and !=.
162
+ #
163
+ # Some examples of using the filter are:
164
+ #
165
+ # * `state="JOB_STATE_SUCCEEDED" AND display_name="my_job"`
166
+ #
167
+ # * `state="JOB_STATE_RUNNING" OR display_name="my_job"`
168
+ #
169
+ # * `NOT display_name="my_job"`
170
+ #
171
+ # * `state="JOB_STATE_FAILED"`
172
+ # @!attribute [rw] page_size
173
+ # @return [::Integer]
174
+ # The standard list page size.
175
+ # @!attribute [rw] page_token
176
+ # @return [::String]
177
+ # The standard list page token.
178
+ # @!attribute [rw] read_mask
179
+ # @return [::Google::Protobuf::FieldMask]
180
+ # Mask specifying which fields to read. FieldMask represents a set of
181
+ # symbolic field paths. For example, the mask can be `paths: "name"`. The
182
+ # "name" here is a field in DataLabelingJob.
183
+ # If this field is not set, all fields of the DataLabelingJob are returned.
184
+ # @!attribute [rw] order_by
185
+ # @return [::String]
186
+ # A comma-separated list of fields to order by, sorted in ascending order by
187
+ # default.
188
+ # Use `desc` after a field name for descending.
189
+ class ListDataLabelingJobsRequest
190
+ include ::Google::Protobuf::MessageExts
191
+ extend ::Google::Protobuf::MessageExts::ClassMethods
192
+ end
193
+
194
+ # Response message for {::Google::Cloud::AIPlatform::V1::JobService::Client#list_data_labeling_jobs JobService.ListDataLabelingJobs}.
195
+ # @!attribute [rw] data_labeling_jobs
196
+ # @return [::Array<::Google::Cloud::AIPlatform::V1::DataLabelingJob>]
197
+ # A list of DataLabelingJobs that matches the specified filter in the
198
+ # request.
199
+ # @!attribute [rw] next_page_token
200
+ # @return [::String]
201
+ # The standard List next-page token.
202
+ class ListDataLabelingJobsResponse
203
+ include ::Google::Protobuf::MessageExts
204
+ extend ::Google::Protobuf::MessageExts::ClassMethods
205
+ end
206
+
207
+ # Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#delete_data_labeling_job JobService.DeleteDataLabelingJob}.
208
+ # @!attribute [rw] name
209
+ # @return [::String]
210
+ # Required. The name of the DataLabelingJob to be deleted.
211
+ # Format:
212
+ # `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`
213
+ class DeleteDataLabelingJobRequest
214
+ include ::Google::Protobuf::MessageExts
215
+ extend ::Google::Protobuf::MessageExts::ClassMethods
216
+ end
217
+
218
+ # Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#cancel_data_labeling_job JobService.CancelDataLabelingJob}.
219
+ # @!attribute [rw] name
220
+ # @return [::String]
221
+ # Required. The name of the DataLabelingJob.
222
+ # Format:
223
+ # `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`
224
+ class CancelDataLabelingJobRequest
225
+ include ::Google::Protobuf::MessageExts
226
+ extend ::Google::Protobuf::MessageExts::ClassMethods
227
+ end
228
+
229
+ # Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#create_hyperparameter_tuning_job JobService.CreateHyperparameterTuningJob}.
230
+ # @!attribute [rw] parent
231
+ # @return [::String]
232
+ # Required. The resource name of the Location to create the HyperparameterTuningJob in.
233
+ # Format: `projects/{project}/locations/{location}`
234
+ # @!attribute [rw] hyperparameter_tuning_job
235
+ # @return [::Google::Cloud::AIPlatform::V1::HyperparameterTuningJob]
236
+ # Required. The HyperparameterTuningJob to create.
237
+ class CreateHyperparameterTuningJobRequest
238
+ include ::Google::Protobuf::MessageExts
239
+ extend ::Google::Protobuf::MessageExts::ClassMethods
240
+ end
241
+
242
+ # Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#get_hyperparameter_tuning_job JobService.GetHyperparameterTuningJob}.
243
+ # @!attribute [rw] name
244
+ # @return [::String]
245
+ # Required. The name of the HyperparameterTuningJob resource.
246
+ # Format:
247
+ # `projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}`
248
+ class GetHyperparameterTuningJobRequest
249
+ include ::Google::Protobuf::MessageExts
250
+ extend ::Google::Protobuf::MessageExts::ClassMethods
251
+ end
252
+
253
+ # Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#list_hyperparameter_tuning_jobs JobService.ListHyperparameterTuningJobs}.
254
+ # @!attribute [rw] parent
255
+ # @return [::String]
256
+ # Required. The resource name of the Location to list the HyperparameterTuningJobs
257
+ # from. Format: `projects/{project}/locations/{location}`
258
+ # @!attribute [rw] filter
259
+ # @return [::String]
260
+ # The standard list filter.
261
+ #
262
+ # Supported fields:
263
+ #
264
+ # * `display_name` supports = and !=.
265
+ #
266
+ # * `state` supports = and !=.
267
+ #
268
+ # Some examples of using the filter are:
269
+ #
270
+ # * `state="JOB_STATE_SUCCEEDED" AND display_name="my_job"`
271
+ #
272
+ # * `state="JOB_STATE_RUNNING" OR display_name="my_job"`
273
+ #
274
+ # * `NOT display_name="my_job"`
275
+ #
276
+ # * `state="JOB_STATE_FAILED"`
277
+ # @!attribute [rw] page_size
278
+ # @return [::Integer]
279
+ # The standard list page size.
280
+ # @!attribute [rw] page_token
281
+ # @return [::String]
282
+ # The standard list page token.
283
+ # Typically obtained via
284
+ # {::Google::Cloud::AIPlatform::V1::ListHyperparameterTuningJobsResponse#next_page_token ListHyperparameterTuningJobsResponse.next_page_token} of the previous
285
+ # {::Google::Cloud::AIPlatform::V1::JobService::Client#list_hyperparameter_tuning_jobs JobService.ListHyperparameterTuningJobs} call.
286
+ # @!attribute [rw] read_mask
287
+ # @return [::Google::Protobuf::FieldMask]
288
+ # Mask specifying which fields to read.
289
+ class ListHyperparameterTuningJobsRequest
290
+ include ::Google::Protobuf::MessageExts
291
+ extend ::Google::Protobuf::MessageExts::ClassMethods
292
+ end
293
+
294
+ # Response message for {::Google::Cloud::AIPlatform::V1::JobService::Client#list_hyperparameter_tuning_jobs JobService.ListHyperparameterTuningJobs}
295
+ # @!attribute [rw] hyperparameter_tuning_jobs
296
+ # @return [::Array<::Google::Cloud::AIPlatform::V1::HyperparameterTuningJob>]
297
+ # List of HyperparameterTuningJobs in the requested page.
298
+ # {::Google::Cloud::AIPlatform::V1::HyperparameterTuningJob#trials HyperparameterTuningJob.trials} of the jobs will be not be returned.
299
+ # @!attribute [rw] next_page_token
300
+ # @return [::String]
301
+ # A token to retrieve the next page of results.
302
+ # Pass to {::Google::Cloud::AIPlatform::V1::ListHyperparameterTuningJobsRequest#page_token ListHyperparameterTuningJobsRequest.page_token} to obtain that
303
+ # page.
304
+ class ListHyperparameterTuningJobsResponse
305
+ include ::Google::Protobuf::MessageExts
306
+ extend ::Google::Protobuf::MessageExts::ClassMethods
307
+ end
308
+
309
+ # Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#delete_hyperparameter_tuning_job JobService.DeleteHyperparameterTuningJob}.
310
+ # @!attribute [rw] name
311
+ # @return [::String]
312
+ # Required. The name of the HyperparameterTuningJob resource to be deleted.
313
+ # Format:
314
+ # `projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}`
315
+ class DeleteHyperparameterTuningJobRequest
316
+ include ::Google::Protobuf::MessageExts
317
+ extend ::Google::Protobuf::MessageExts::ClassMethods
318
+ end
319
+
320
+ # Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#cancel_hyperparameter_tuning_job JobService.CancelHyperparameterTuningJob}.
321
+ # @!attribute [rw] name
322
+ # @return [::String]
323
+ # Required. The name of the HyperparameterTuningJob to cancel.
324
+ # Format:
325
+ # `projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}`
326
+ class CancelHyperparameterTuningJobRequest
327
+ include ::Google::Protobuf::MessageExts
328
+ extend ::Google::Protobuf::MessageExts::ClassMethods
329
+ end
330
+
331
+ # Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#create_batch_prediction_job JobService.CreateBatchPredictionJob}.
332
+ # @!attribute [rw] parent
333
+ # @return [::String]
334
+ # Required. The resource name of the Location to create the BatchPredictionJob in.
335
+ # Format: `projects/{project}/locations/{location}`
336
+ # @!attribute [rw] batch_prediction_job
337
+ # @return [::Google::Cloud::AIPlatform::V1::BatchPredictionJob]
338
+ # Required. The BatchPredictionJob to create.
339
+ class CreateBatchPredictionJobRequest
340
+ include ::Google::Protobuf::MessageExts
341
+ extend ::Google::Protobuf::MessageExts::ClassMethods
342
+ end
343
+
344
+ # Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#get_batch_prediction_job JobService.GetBatchPredictionJob}.
345
+ # @!attribute [rw] name
346
+ # @return [::String]
347
+ # Required. The name of the BatchPredictionJob resource.
348
+ # Format:
349
+ # `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`
350
+ class GetBatchPredictionJobRequest
351
+ include ::Google::Protobuf::MessageExts
352
+ extend ::Google::Protobuf::MessageExts::ClassMethods
353
+ end
354
+
355
+ # Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#list_batch_prediction_jobs JobService.ListBatchPredictionJobs}.
356
+ # @!attribute [rw] parent
357
+ # @return [::String]
358
+ # Required. The resource name of the Location to list the BatchPredictionJobs
359
+ # from. Format: `projects/{project}/locations/{location}`
360
+ # @!attribute [rw] filter
361
+ # @return [::String]
362
+ # The standard list filter.
363
+ #
364
+ # Supported fields:
365
+ #
366
+ # * `display_name` supports = and !=.
367
+ #
368
+ # * `state` supports = and !=.
369
+ #
370
+ # * `model_display_name` supports = and !=
371
+ #
372
+ # Some examples of using the filter are:
373
+ #
374
+ # * `state="JOB_STATE_SUCCEEDED" AND display_name="my_job"`
375
+ #
376
+ # * `state="JOB_STATE_RUNNING" OR display_name="my_job"`
377
+ #
378
+ # * `NOT display_name="my_job"`
379
+ #
380
+ # * `state="JOB_STATE_FAILED"`
381
+ # @!attribute [rw] page_size
382
+ # @return [::Integer]
383
+ # The standard list page size.
384
+ # @!attribute [rw] page_token
385
+ # @return [::String]
386
+ # The standard list page token.
387
+ # Typically obtained via
388
+ # {::Google::Cloud::AIPlatform::V1::ListBatchPredictionJobsResponse#next_page_token ListBatchPredictionJobsResponse.next_page_token} of the previous
389
+ # {::Google::Cloud::AIPlatform::V1::JobService::Client#list_batch_prediction_jobs JobService.ListBatchPredictionJobs} call.
390
+ # @!attribute [rw] read_mask
391
+ # @return [::Google::Protobuf::FieldMask]
392
+ # Mask specifying which fields to read.
393
+ class ListBatchPredictionJobsRequest
394
+ include ::Google::Protobuf::MessageExts
395
+ extend ::Google::Protobuf::MessageExts::ClassMethods
396
+ end
397
+
398
+ # Response message for {::Google::Cloud::AIPlatform::V1::JobService::Client#list_batch_prediction_jobs JobService.ListBatchPredictionJobs}
399
+ # @!attribute [rw] batch_prediction_jobs
400
+ # @return [::Array<::Google::Cloud::AIPlatform::V1::BatchPredictionJob>]
401
+ # List of BatchPredictionJobs in the requested page.
402
+ # @!attribute [rw] next_page_token
403
+ # @return [::String]
404
+ # A token to retrieve the next page of results.
405
+ # Pass to {::Google::Cloud::AIPlatform::V1::ListBatchPredictionJobsRequest#page_token ListBatchPredictionJobsRequest.page_token} to obtain that
406
+ # page.
407
+ class ListBatchPredictionJobsResponse
408
+ include ::Google::Protobuf::MessageExts
409
+ extend ::Google::Protobuf::MessageExts::ClassMethods
410
+ end
411
+
412
+ # Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#delete_batch_prediction_job JobService.DeleteBatchPredictionJob}.
413
+ # @!attribute [rw] name
414
+ # @return [::String]
415
+ # Required. The name of the BatchPredictionJob resource to be deleted.
416
+ # Format:
417
+ # `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`
418
+ class DeleteBatchPredictionJobRequest
419
+ include ::Google::Protobuf::MessageExts
420
+ extend ::Google::Protobuf::MessageExts::ClassMethods
421
+ end
422
+
423
+ # Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#cancel_batch_prediction_job JobService.CancelBatchPredictionJob}.
424
+ # @!attribute [rw] name
425
+ # @return [::String]
426
+ # Required. The name of the BatchPredictionJob to cancel.
427
+ # Format:
428
+ # `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`
429
+ class CancelBatchPredictionJobRequest
430
+ include ::Google::Protobuf::MessageExts
431
+ extend ::Google::Protobuf::MessageExts::ClassMethods
432
+ end
433
+
434
+ # Request message for
435
+ # {::Google::Cloud::AIPlatform::V1::JobService::Client#create_model_deployment_monitoring_job JobService.CreateModelDeploymentMonitoringJob}.
436
+ # @!attribute [rw] parent
437
+ # @return [::String]
438
+ # Required. The parent of the ModelDeploymentMonitoringJob.
439
+ # Format: `projects/{project}/locations/{location}`
440
+ # @!attribute [rw] model_deployment_monitoring_job
441
+ # @return [::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringJob]
442
+ # Required. The ModelDeploymentMonitoringJob to create
443
+ class CreateModelDeploymentMonitoringJobRequest
444
+ include ::Google::Protobuf::MessageExts
445
+ extend ::Google::Protobuf::MessageExts::ClassMethods
446
+ end
447
+
448
+ # Request message for
449
+ # {::Google::Cloud::AIPlatform::V1::JobService::Client#search_model_deployment_monitoring_stats_anomalies JobService.SearchModelDeploymentMonitoringStatsAnomalies}.
450
+ # @!attribute [rw] model_deployment_monitoring_job
451
+ # @return [::String]
452
+ # Required. ModelDeploymentMonitoring Job resource name.
453
+ # Format:
454
+ # `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
455
+ # @!attribute [rw] deployed_model_id
456
+ # @return [::String]
457
+ # Required. The DeployedModel ID of the
458
+ # [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].
459
+ # @!attribute [rw] feature_display_name
460
+ # @return [::String]
461
+ # The feature display name. If specified, only return the stats belonging to
462
+ # this feature. Format:
463
+ # {::Google::Cloud::AIPlatform::V1::ModelMonitoringStatsAnomalies::FeatureHistoricStatsAnomalies#feature_display_name ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.feature_display_name},
464
+ # example: "user_destination".
465
+ # @!attribute [rw] objectives
466
+ # @return [::Array<::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest::StatsAnomaliesObjective>]
467
+ # Required. Objectives of the stats to retrieve.
468
+ # @!attribute [rw] page_size
469
+ # @return [::Integer]
470
+ # The standard list page size.
471
+ # @!attribute [rw] page_token
472
+ # @return [::String]
473
+ # A page token received from a previous
474
+ # {::Google::Cloud::AIPlatform::V1::JobService::Client#search_model_deployment_monitoring_stats_anomalies JobService.SearchModelDeploymentMonitoringStatsAnomalies}
475
+ # call.
476
+ # @!attribute [rw] start_time
477
+ # @return [::Google::Protobuf::Timestamp]
478
+ # The earliest timestamp of stats being generated.
479
+ # If not set, indicates fetching stats till the earliest possible one.
480
+ # @!attribute [rw] end_time
481
+ # @return [::Google::Protobuf::Timestamp]
482
+ # The latest timestamp of stats being generated.
483
+ # If not set, indicates feching stats till the latest possible one.
484
+ class SearchModelDeploymentMonitoringStatsAnomaliesRequest
485
+ include ::Google::Protobuf::MessageExts
486
+ extend ::Google::Protobuf::MessageExts::ClassMethods
487
+
488
+ # Stats requested for specific objective.
489
+ # @!attribute [rw] type
490
+ # @return [::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringObjectiveType]
491
+ # @!attribute [rw] top_feature_count
492
+ # @return [::Integer]
493
+ # If set, all attribution scores between
494
+ # {::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest#start_time SearchModelDeploymentMonitoringStatsAnomaliesRequest.start_time} and
495
+ # {::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest#end_time SearchModelDeploymentMonitoringStatsAnomaliesRequest.end_time} are
496
+ # fetched, and page token doesn't take affect in this case.
497
+ # Only used to retrieve attribution score for the top Features which has
498
+ # the highest attribution score in the latest monitoring run.
499
+ class StatsAnomaliesObjective
500
+ include ::Google::Protobuf::MessageExts
501
+ extend ::Google::Protobuf::MessageExts::ClassMethods
502
+ end
503
+ end
504
+
505
+ # Response message for
506
+ # {::Google::Cloud::AIPlatform::V1::JobService::Client#search_model_deployment_monitoring_stats_anomalies JobService.SearchModelDeploymentMonitoringStatsAnomalies}.
507
+ # @!attribute [rw] monitoring_stats
508
+ # @return [::Array<::Google::Cloud::AIPlatform::V1::ModelMonitoringStatsAnomalies>]
509
+ # Stats retrieved for requested objectives.
510
+ # There are at most 1000
511
+ # {::Google::Cloud::AIPlatform::V1::ModelMonitoringStatsAnomalies::FeatureHistoricStatsAnomalies#prediction_stats ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats}
512
+ # in the response.
513
+ # @!attribute [rw] next_page_token
514
+ # @return [::String]
515
+ # The page token that can be used by the next
516
+ # {::Google::Cloud::AIPlatform::V1::JobService::Client#search_model_deployment_monitoring_stats_anomalies JobService.SearchModelDeploymentMonitoringStatsAnomalies}
517
+ # call.
518
+ class SearchModelDeploymentMonitoringStatsAnomaliesResponse
519
+ include ::Google::Protobuf::MessageExts
520
+ extend ::Google::Protobuf::MessageExts::ClassMethods
521
+ end
522
+
523
+ # Request message for
524
+ # {::Google::Cloud::AIPlatform::V1::JobService::Client#get_model_deployment_monitoring_job JobService.GetModelDeploymentMonitoringJob}.
525
+ # @!attribute [rw] name
526
+ # @return [::String]
527
+ # Required. The resource name of the ModelDeploymentMonitoringJob.
528
+ # Format:
529
+ # `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
530
+ class GetModelDeploymentMonitoringJobRequest
531
+ include ::Google::Protobuf::MessageExts
532
+ extend ::Google::Protobuf::MessageExts::ClassMethods
533
+ end
534
+
535
+ # Request message for
536
+ # {::Google::Cloud::AIPlatform::V1::JobService::Client#list_model_deployment_monitoring_jobs JobService.ListModelDeploymentMonitoringJobs}.
537
+ # @!attribute [rw] parent
538
+ # @return [::String]
539
+ # Required. The parent of the ModelDeploymentMonitoringJob.
540
+ # Format: `projects/{project}/locations/{location}`
541
+ # @!attribute [rw] filter
542
+ # @return [::String]
543
+ # The standard list filter.
544
+ # @!attribute [rw] page_size
545
+ # @return [::Integer]
546
+ # The standard list page size.
547
+ # @!attribute [rw] page_token
548
+ # @return [::String]
549
+ # The standard list page token.
550
+ # @!attribute [rw] read_mask
551
+ # @return [::Google::Protobuf::FieldMask]
552
+ # Mask specifying which fields to read
553
+ class ListModelDeploymentMonitoringJobsRequest
554
+ include ::Google::Protobuf::MessageExts
555
+ extend ::Google::Protobuf::MessageExts::ClassMethods
556
+ end
557
+
558
+ # Response message for
559
+ # {::Google::Cloud::AIPlatform::V1::JobService::Client#list_model_deployment_monitoring_jobs JobService.ListModelDeploymentMonitoringJobs}.
560
+ # @!attribute [rw] model_deployment_monitoring_jobs
561
+ # @return [::Array<::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringJob>]
562
+ # A list of ModelDeploymentMonitoringJobs that matches the specified filter
563
+ # in the request.
564
+ # @!attribute [rw] next_page_token
565
+ # @return [::String]
566
+ # The standard List next-page token.
567
+ class ListModelDeploymentMonitoringJobsResponse
568
+ include ::Google::Protobuf::MessageExts
569
+ extend ::Google::Protobuf::MessageExts::ClassMethods
570
+ end
571
+
572
+ # Request message for
573
+ # {::Google::Cloud::AIPlatform::V1::JobService::Client#update_model_deployment_monitoring_job JobService.UpdateModelDeploymentMonitoringJob}.
574
+ # @!attribute [rw] model_deployment_monitoring_job
575
+ # @return [::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringJob]
576
+ # Required. The model monitoring configuration which replaces the resource on the
577
+ # server.
578
+ # @!attribute [rw] update_mask
579
+ # @return [::Google::Protobuf::FieldMask]
580
+ # Required. The update mask is used to specify the fields to be overwritten in the
581
+ # ModelDeploymentMonitoringJob resource by the update.
582
+ # The fields specified in the update_mask are relative to the resource, not
583
+ # the full request. A field will be overwritten if it is in the mask. If the
584
+ # user does not provide a mask then only the non-empty fields present in the
585
+ # request will be overwritten. Set the update_mask to `*` to override all
586
+ # fields.
587
+ # For the objective config, the user can either provide the update mask for
588
+ # model_deployment_monitoring_objective_configs or any combination of its
589
+ # nested fields, such as:
590
+ # model_deployment_monitoring_objective_configs.objective_config.training_dataset.
591
+ #
592
+ # Updatable fields:
593
+ #
594
+ # * `display_name`
595
+ # * `model_deployment_monitoring_schedule_config`
596
+ # * `model_monitoring_alert_config`
597
+ # * `logging_sampling_strategy`
598
+ # * `labels`
599
+ # * `log_ttl`
600
+ # * `enable_monitoring_pipeline_logs`
601
+ # . and
602
+ # * `model_deployment_monitoring_objective_configs`
603
+ # . or
604
+ # * `model_deployment_monitoring_objective_configs.objective_config.training_dataset`
605
+ # * `model_deployment_monitoring_objective_configs.objective_config.training_prediction_skew_detection_config`
606
+ # * `model_deployment_monitoring_objective_configs.objective_config.prediction_drift_detection_config`
607
+ class UpdateModelDeploymentMonitoringJobRequest
608
+ include ::Google::Protobuf::MessageExts
609
+ extend ::Google::Protobuf::MessageExts::ClassMethods
610
+ end
611
+
612
+ # Request message for
613
+ # {::Google::Cloud::AIPlatform::V1::JobService::Client#delete_model_deployment_monitoring_job JobService.DeleteModelDeploymentMonitoringJob}.
614
+ # @!attribute [rw] name
615
+ # @return [::String]
616
+ # Required. The resource name of the model monitoring job to delete.
617
+ # Format:
618
+ # `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
619
+ class DeleteModelDeploymentMonitoringJobRequest
620
+ include ::Google::Protobuf::MessageExts
621
+ extend ::Google::Protobuf::MessageExts::ClassMethods
622
+ end
623
+
624
+ # Request message for
625
+ # {::Google::Cloud::AIPlatform::V1::JobService::Client#pause_model_deployment_monitoring_job JobService.PauseModelDeploymentMonitoringJob}.
626
+ # @!attribute [rw] name
627
+ # @return [::String]
628
+ # Required. The resource name of the ModelDeploymentMonitoringJob to pause.
629
+ # Format:
630
+ # `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
631
+ class PauseModelDeploymentMonitoringJobRequest
632
+ include ::Google::Protobuf::MessageExts
633
+ extend ::Google::Protobuf::MessageExts::ClassMethods
634
+ end
635
+
636
+ # Request message for
637
+ # {::Google::Cloud::AIPlatform::V1::JobService::Client#resume_model_deployment_monitoring_job JobService.ResumeModelDeploymentMonitoringJob}.
638
+ # @!attribute [rw] name
639
+ # @return [::String]
640
+ # Required. The resource name of the ModelDeploymentMonitoringJob to resume.
641
+ # Format:
642
+ # `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
643
+ class ResumeModelDeploymentMonitoringJobRequest
644
+ include ::Google::Protobuf::MessageExts
645
+ extend ::Google::Protobuf::MessageExts::ClassMethods
646
+ end
647
+
648
+ # Runtime operation information for
649
+ # {::Google::Cloud::AIPlatform::V1::JobService::Client#update_model_deployment_monitoring_job JobService.UpdateModelDeploymentMonitoringJob}.
650
+ # @!attribute [rw] generic_metadata
651
+ # @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
652
+ # The operation generic information.
653
+ class UpdateModelDeploymentMonitoringJobOperationMetadata
654
+ include ::Google::Protobuf::MessageExts
655
+ extend ::Google::Protobuf::MessageExts::ClassMethods
656
+ end
657
+ end
658
+ end
659
+ end
660
+ end