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.
- checksums.yaml +7 -0
- data/.yardopts +12 -0
- data/AUTHENTICATION.md +149 -0
- data/LICENSE.md +201 -0
- data/README.md +139 -0
- data/lib/google/cloud/ai_platform/v1/dataset_service/client.rb +1364 -0
- data/lib/google/cloud/ai_platform/v1/dataset_service/credentials.rb +47 -0
- data/lib/google/cloud/ai_platform/v1/dataset_service/operations.rb +767 -0
- data/lib/google/cloud/ai_platform/v1/dataset_service/paths.rb +111 -0
- data/lib/google/cloud/ai_platform/v1/dataset_service.rb +51 -0
- data/lib/google/cloud/ai_platform/v1/endpoint_service/client.rb +1076 -0
- data/lib/google/cloud/ai_platform/v1/endpoint_service/credentials.rb +47 -0
- data/lib/google/cloud/ai_platform/v1/endpoint_service/operations.rb +767 -0
- data/lib/google/cloud/ai_platform/v1/endpoint_service/paths.rb +124 -0
- data/lib/google/cloud/ai_platform/v1/endpoint_service.rb +50 -0
- data/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/client.rb +508 -0
- data/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/credentials.rb +47 -0
- data/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/paths.rb +54 -0
- data/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service.rb +49 -0
- data/lib/google/cloud/ai_platform/v1/featurestore_service/client.rb +2707 -0
- data/lib/google/cloud/ai_platform/v1/featurestore_service/credentials.rb +47 -0
- data/lib/google/cloud/ai_platform/v1/featurestore_service/operations.rb +767 -0
- data/lib/google/cloud/ai_platform/v1/featurestore_service/paths.rb +113 -0
- data/lib/google/cloud/ai_platform/v1/featurestore_service.rb +50 -0
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service/client.rb +1146 -0
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service/credentials.rb +47 -0
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service/operations.rb +767 -0
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service/paths.rb +88 -0
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service.rb +50 -0
- data/lib/google/cloud/ai_platform/v1/index_service/client.rb +823 -0
- data/lib/google/cloud/ai_platform/v1/index_service/credentials.rb +47 -0
- data/lib/google/cloud/ai_platform/v1/index_service/operations.rb +767 -0
- data/lib/google/cloud/ai_platform/v1/index_service/paths.rb +88 -0
- data/lib/google/cloud/ai_platform/v1/index_service.rb +50 -0
- data/lib/google/cloud/ai_platform/v1/job_service/client.rb +3236 -0
- data/lib/google/cloud/ai_platform/v1/job_service/credentials.rb +47 -0
- data/lib/google/cloud/ai_platform/v1/job_service/operations.rb +767 -0
- data/lib/google/cloud/ai_platform/v1/job_service/paths.rb +259 -0
- data/lib/google/cloud/ai_platform/v1/job_service.rb +50 -0
- data/lib/google/cloud/ai_platform/v1/metadata_service/client.rb +3654 -0
- data/lib/google/cloud/ai_platform/v1/metadata_service/credentials.rb +47 -0
- data/lib/google/cloud/ai_platform/v1/metadata_service/operations.rb +767 -0
- data/lib/google/cloud/ai_platform/v1/metadata_service/paths.rb +153 -0
- data/lib/google/cloud/ai_platform/v1/metadata_service.rb +50 -0
- data/lib/google/cloud/ai_platform/v1/migration_service/client.rb +538 -0
- data/lib/google/cloud/ai_platform/v1/migration_service/credentials.rb +47 -0
- data/lib/google/cloud/ai_platform/v1/migration_service/operations.rb +767 -0
- data/lib/google/cloud/ai_platform/v1/migration_service/paths.rb +148 -0
- data/lib/google/cloud/ai_platform/v1/migration_service.rb +51 -0
- data/lib/google/cloud/ai_platform/v1/model_service/client.rb +1355 -0
- data/lib/google/cloud/ai_platform/v1/model_service/credentials.rb +47 -0
- data/lib/google/cloud/ai_platform/v1/model_service/operations.rb +767 -0
- data/lib/google/cloud/ai_platform/v1/model_service/paths.rb +151 -0
- data/lib/google/cloud/ai_platform/v1/model_service.rb +50 -0
- data/lib/google/cloud/ai_platform/v1/pipeline_service/client.rb +1384 -0
- data/lib/google/cloud/ai_platform/v1/pipeline_service/credentials.rb +47 -0
- data/lib/google/cloud/ai_platform/v1/pipeline_service/operations.rb +767 -0
- data/lib/google/cloud/ai_platform/v1/pipeline_service/paths.rb +225 -0
- data/lib/google/cloud/ai_platform/v1/pipeline_service.rb +52 -0
- data/lib/google/cloud/ai_platform/v1/prediction_service/client.rb +650 -0
- data/lib/google/cloud/ai_platform/v1/prediction_service/credentials.rb +47 -0
- data/lib/google/cloud/ai_platform/v1/prediction_service/paths.rb +52 -0
- data/lib/google/cloud/ai_platform/v1/prediction_service.rb +49 -0
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service/client.rb +826 -0
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service/credentials.rb +47 -0
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service/operations.rb +767 -0
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service/paths.rb +69 -0
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service.rb +55 -0
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/client.rb +3224 -0
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/credentials.rb +48 -0
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/operations.rb +767 -0
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/paths.rb +138 -0
- data/lib/google/cloud/ai_platform/v1/tensorboard_service.rb +50 -0
- data/lib/google/cloud/ai_platform/v1/version.rb +28 -0
- data/lib/google/cloud/ai_platform/v1/vizier_service/client.rb +1793 -0
- data/lib/google/cloud/ai_platform/v1/vizier_service/credentials.rb +47 -0
- data/lib/google/cloud/ai_platform/v1/vizier_service/operations.rb +767 -0
- data/lib/google/cloud/ai_platform/v1/vizier_service/paths.rb +109 -0
- data/lib/google/cloud/ai_platform/v1/vizier_service.rb +54 -0
- data/lib/google/cloud/ai_platform/v1.rb +52 -0
- data/lib/google/cloud/aiplatform/v1/accelerator_type_pb.rb +29 -0
- data/lib/google/cloud/aiplatform/v1/annotation_pb.rb +35 -0
- data/lib/google/cloud/aiplatform/v1/annotation_spec_pb.rb +30 -0
- data/lib/google/cloud/aiplatform/v1/artifact_pb.rb +45 -0
- data/lib/google/cloud/aiplatform/v1/batch_prediction_job_pb.rb +83 -0
- data/lib/google/cloud/aiplatform/v1/completion_stats_pb.rb +27 -0
- data/lib/google/cloud/aiplatform/v1/context_pb.rb +38 -0
- data/lib/google/cloud/aiplatform/v1/custom_job_pb.rb +84 -0
- data/lib/google/cloud/aiplatform/v1/data_item_pb.rb +32 -0
- data/lib/google/cloud/aiplatform/v1/data_labeling_job_pb.rb +78 -0
- data/lib/google/cloud/aiplatform/v1/dataset_pb.rb +53 -0
- data/lib/google/cloud/aiplatform/v1/dataset_service_pb.rb +126 -0
- data/lib/google/cloud/aiplatform/v1/dataset_service_services_pb.rb +64 -0
- data/lib/google/cloud/aiplatform/v1/deployed_index_ref_pb.rb +26 -0
- data/lib/google/cloud/aiplatform/v1/deployed_model_ref_pb.rb +26 -0
- data/lib/google/cloud/aiplatform/v1/encryption_spec_pb.rb +24 -0
- data/lib/google/cloud/aiplatform/v1/endpoint_pb.rb +67 -0
- data/lib/google/cloud/aiplatform/v1/endpoint_service_pb.rb +90 -0
- data/lib/google/cloud/aiplatform/v1/endpoint_service_services_pb.rb +58 -0
- data/lib/google/cloud/aiplatform/v1/entity_type_pb.rb +32 -0
- data/lib/google/cloud/aiplatform/v1/env_var_pb.rb +25 -0
- data/lib/google/cloud/aiplatform/v1/event_pb.rb +36 -0
- data/lib/google/cloud/aiplatform/v1/execution_pb.rb +48 -0
- data/lib/google/cloud/aiplatform/v1/explanation_metadata_pb.rb +107 -0
- data/lib/google/cloud/aiplatform/v1/explanation_pb.rb +106 -0
- data/lib/google/cloud/aiplatform/v1/feature_monitoring_stats_pb.rb +30 -0
- data/lib/google/cloud/aiplatform/v1/feature_pb.rb +46 -0
- data/lib/google/cloud/aiplatform/v1/feature_selector_pb.rb +28 -0
- data/lib/google/cloud/aiplatform/v1/featurestore_online_service_pb.rb +86 -0
- data/lib/google/cloud/aiplatform/v1/featurestore_online_service_services_pb.rb +51 -0
- data/lib/google/cloud/aiplatform/v1/featurestore_pb.rb +44 -0
- data/lib/google/cloud/aiplatform/v1/featurestore_service_pb.rb +280 -0
- data/lib/google/cloud/aiplatform/v1/featurestore_service_services_pb.rb +109 -0
- data/lib/google/cloud/aiplatform/v1/hyperparameter_tuning_job_pb.rb +46 -0
- data/lib/google/cloud/aiplatform/v1/index_endpoint_pb.rb +66 -0
- data/lib/google/cloud/aiplatform/v1/index_endpoint_service_pb.rb +101 -0
- data/lib/google/cloud/aiplatform/v1/index_endpoint_service_services_pb.rb +62 -0
- data/lib/google/cloud/aiplatform/v1/index_pb.rb +38 -0
- data/lib/google/cloud/aiplatform/v1/index_service_pb.rb +98 -0
- data/lib/google/cloud/aiplatform/v1/index_service_services_pb.rb +55 -0
- data/lib/google/cloud/aiplatform/v1/io_pb.rb +56 -0
- data/lib/google/cloud/aiplatform/v1/job_service_pb.rb +217 -0
- data/lib/google/cloud/aiplatform/v1/job_service_services_pb.rb +134 -0
- data/lib/google/cloud/aiplatform/v1/job_state_pb.rb +32 -0
- data/lib/google/cloud/aiplatform/v1/lineage_subgraph_pb.rb +28 -0
- data/lib/google/cloud/aiplatform/v1/machine_resources_pb.rb +59 -0
- data/lib/google/cloud/aiplatform/v1/manual_batch_tuning_parameters_pb.rb +24 -0
- data/lib/google/cloud/aiplatform/v1/metadata_schema_pb.rb +38 -0
- data/lib/google/cloud/aiplatform/v1/metadata_service_pb.rb +272 -0
- data/lib/google/cloud/aiplatform/v1/metadata_service_services_pb.rb +119 -0
- data/lib/google/cloud/aiplatform/v1/metadata_store_pb.rb +36 -0
- data/lib/google/cloud/aiplatform/v1/migratable_resource_pb.rb +59 -0
- data/lib/google/cloud/aiplatform/v1/migration_service_pb.rb +106 -0
- data/lib/google/cloud/aiplatform/v1/migration_service_services_pb.rb +51 -0
- data/lib/google/cloud/aiplatform/v1/model_deployment_monitoring_job_pb.rb +111 -0
- data/lib/google/cloud/aiplatform/v1/model_evaluation_pb.rb +33 -0
- data/lib/google/cloud/aiplatform/v1/model_evaluation_slice_pb.rb +36 -0
- data/lib/google/cloud/aiplatform/v1/model_monitoring_pb.rb +93 -0
- data/lib/google/cloud/aiplatform/v1/model_pb.rb +88 -0
- data/lib/google/cloud/aiplatform/v1/model_service_pb.rb +129 -0
- data/lib/google/cloud/aiplatform/v1/model_service_services_pb.rb +69 -0
- data/lib/google/cloud/aiplatform/v1/operation_pb.rb +32 -0
- data/lib/google/cloud/aiplatform/v1/pipeline_job_pb.rb +115 -0
- data/lib/google/cloud/aiplatform/v1/pipeline_service_pb.rb +88 -0
- data/lib/google/cloud/aiplatform/v1/pipeline_service_services_pb.rb +84 -0
- data/lib/google/cloud/aiplatform/v1/pipeline_state_pb.rb +31 -0
- data/lib/google/cloud/aiplatform/v1/prediction_service_pb.rb +57 -0
- data/lib/google/cloud/aiplatform/v1/prediction_service_services_pb.rb +66 -0
- data/lib/google/cloud/aiplatform/v1/specialist_pool_pb.rb +30 -0
- data/lib/google/cloud/aiplatform/v1/specialist_pool_service_pb.rb +66 -0
- data/lib/google/cloud/aiplatform/v1/specialist_pool_service_services_pb.rb +58 -0
- data/lib/google/cloud/aiplatform/v1/study_pb.rb +191 -0
- data/lib/google/cloud/aiplatform/v1/tensorboard_data_pb.rb +56 -0
- data/lib/google/cloud/aiplatform/v1/tensorboard_experiment_pb.rb +33 -0
- data/lib/google/cloud/aiplatform/v1/tensorboard_pb.rb +36 -0
- data/lib/google/cloud/aiplatform/v1/tensorboard_run_pb.rb +32 -0
- data/lib/google/cloud/aiplatform/v1/tensorboard_service_pb.rb +244 -0
- data/lib/google/cloud/aiplatform/v1/tensorboard_service_services_pb.rb +115 -0
- data/lib/google/cloud/aiplatform/v1/tensorboard_time_series_pb.rb +48 -0
- data/lib/google/cloud/aiplatform/v1/training_pipeline_pb.rb +95 -0
- data/lib/google/cloud/aiplatform/v1/types_pb.rb +35 -0
- data/lib/google/cloud/aiplatform/v1/unmanaged_container_model_pb.rb +27 -0
- data/lib/google/cloud/aiplatform/v1/user_action_reference_pb.rb +27 -0
- data/lib/google/cloud/aiplatform/v1/value_pb.rb +27 -0
- data/lib/google/cloud/aiplatform/v1/vizier_service_pb.rb +136 -0
- data/lib/google/cloud/aiplatform/v1/vizier_service_services_pb.rb +90 -0
- data/lib/google-cloud-ai_platform-v1.rb +21 -0
- data/proto_docs/README.md +4 -0
- data/proto_docs/google/api/field_behavior.rb +71 -0
- data/proto_docs/google/api/httpbody.rb +80 -0
- data/proto_docs/google/api/resource.rb +222 -0
- data/proto_docs/google/cloud/aiplatform/v1/accelerator_type.rb +50 -0
- data/proto_docs/google/cloud/aiplatform/v1/annotation.rb +92 -0
- data/proto_docs/google/cloud/aiplatform/v1/annotation_spec.rb +50 -0
- data/proto_docs/google/cloud/aiplatform/v1/artifact.rb +112 -0
- data/proto_docs/google/cloud/aiplatform/v1/batch_prediction_job.rb +278 -0
- data/proto_docs/google/cloud/aiplatform/v1/completion_stats.rb +46 -0
- data/proto_docs/google/cloud/aiplatform/v1/context.rb +92 -0
- data/proto_docs/google/cloud/aiplatform/v1/custom_job.rb +272 -0
- data/proto_docs/google/cloud/aiplatform/v1/data_item.rb +73 -0
- data/proto_docs/google/cloud/aiplatform/v1/data_labeling_job.rb +207 -0
- data/proto_docs/google/cloud/aiplatform/v1/dataset.rb +154 -0
- data/proto_docs/google/cloud/aiplatform/v1/dataset_service.rb +301 -0
- data/proto_docs/google/cloud/aiplatform/v1/deployed_index_ref.rb +38 -0
- data/proto_docs/google/cloud/aiplatform/v1/deployed_model_ref.rb +38 -0
- data/proto_docs/google/cloud/aiplatform/v1/encryption_spec.rb +40 -0
- data/proto_docs/google/cloud/aiplatform/v1/endpoint.rb +227 -0
- data/proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb +258 -0
- data/proto_docs/google/cloud/aiplatform/v1/entity_type.rb +79 -0
- data/proto_docs/google/cloud/aiplatform/v1/env_var.rb +44 -0
- data/proto_docs/google/cloud/aiplatform/v1/event.rb +79 -0
- data/proto_docs/google/cloud/aiplatform/v1/execution.rb +118 -0
- data/proto_docs/google/cloud/aiplatform/v1/explanation.rb +445 -0
- data/proto_docs/google/cloud/aiplatform/v1/explanation_metadata.rb +419 -0
- data/proto_docs/google/cloud/aiplatform/v1/feature.rb +115 -0
- data/proto_docs/google/cloud/aiplatform/v1/feature_monitoring_stats.rb +88 -0
- data/proto_docs/google/cloud/aiplatform/v1/feature_selector.rb +49 -0
- data/proto_docs/google/cloud/aiplatform/v1/featurestore.rb +115 -0
- data/proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb +203 -0
- data/proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb +978 -0
- data/proto_docs/google/cloud/aiplatform/v1/hyperparameter_tuning_job.rb +109 -0
- data/proto_docs/google/cloud/aiplatform/v1/index.rb +98 -0
- data/proto_docs/google/cloud/aiplatform/v1/index_endpoint.rb +252 -0
- data/proto_docs/google/cloud/aiplatform/v1/index_endpoint_service.rb +240 -0
- data/proto_docs/google/cloud/aiplatform/v1/index_service.rb +220 -0
- data/proto_docs/google/cloud/aiplatform/v1/io.rb +134 -0
- data/proto_docs/google/cloud/aiplatform/v1/job_service.rb +660 -0
- data/proto_docs/google/cloud/aiplatform/v1/job_state.rb +60 -0
- data/proto_docs/google/cloud/aiplatform/v1/lineage_subgraph.rb +42 -0
- data/proto_docs/google/cloud/aiplatform/v1/machine_resources.rb +194 -0
- data/proto_docs/google/cloud/aiplatform/v1/manual_batch_tuning_parameters.rb +41 -0
- data/proto_docs/google/cloud/aiplatform/v1/metadata_schema.rb +74 -0
- data/proto_docs/google/cloud/aiplatform/v1/metadata_service.rb +912 -0
- data/proto_docs/google/cloud/aiplatform/v1/metadata_store.rb +62 -0
- data/proto_docs/google/cloud/aiplatform/v1/migratable_resource.rb +133 -0
- data/proto_docs/google/cloud/aiplatform/v1/migration_service.rb +260 -0
- data/proto_docs/google/cloud/aiplatform/v1/model.rb +562 -0
- data/proto_docs/google/cloud/aiplatform/v1/model_deployment_monitoring_job.rb +293 -0
- data/proto_docs/google/cloud/aiplatform/v1/model_evaluation.rb +60 -0
- data/proto_docs/google/cloud/aiplatform/v1/model_evaluation_slice.rb +68 -0
- data/proto_docs/google/cloud/aiplatform/v1/model_monitoring.rb +257 -0
- data/proto_docs/google/cloud/aiplatform/v1/model_service.rb +329 -0
- data/proto_docs/google/cloud/aiplatform/v1/operation.rb +55 -0
- data/proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb +347 -0
- data/proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb +258 -0
- data/proto_docs/google/cloud/aiplatform/v1/pipeline_state.rb +59 -0
- data/proto_docs/google/cloud/aiplatform/v1/prediction_service.rb +165 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/image_classification.rb +52 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/image_object_detection.rb +52 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/image_segmentation.rb +47 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/text_classification.rb +46 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/text_extraction.rb +53 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/text_sentiment.rb +46 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/video_action_recognition.rb +59 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/video_classification.rb +59 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/video_object_tracking.rb +59 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/predict/params/image_classification.rb +47 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/predict/params/image_object_detection.rb +47 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/predict/params/image_segmentation.rb +44 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/predict/params/video_action_recognition.rb +47 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/predict/params/video_classification.rb +72 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/predict/params/video_object_tracking.rb +51 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/classification.rb +49 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/image_object_detection.rb +58 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/image_segmentation.rb +53 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/tabular_classification.rb +47 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/tabular_regression.rb +47 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/text_extraction.rb +60 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/text_sentiment.rb +45 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/video_action_recognition.rb +60 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/video_classification.rb +73 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/video_object_tracking.rb +91 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_image_classification.rb +142 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_image_object_detection.rb +134 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_image_segmentation.rb +120 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_tables.rb +315 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_text_classification.rb +48 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_text_extraction.rb +46 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_text_sentiment.rb +55 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_video_action_recognition.rb +73 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_video_classification.rb +67 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_video_object_tracking.rb +78 -0
- data/proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/export_evaluated_data_items_config.rb +51 -0
- data/proto_docs/google/cloud/aiplatform/v1/specialist_pool.rb +58 -0
- data/proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb +136 -0
- data/proto_docs/google/cloud/aiplatform/v1/study.rb +543 -0
- data/proto_docs/google/cloud/aiplatform/v1/tensorboard.rb +89 -0
- data/proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb +110 -0
- data/proto_docs/google/cloud/aiplatform/v1/tensorboard_experiment.rb +82 -0
- data/proto_docs/google/cloud/aiplatform/v1/tensorboard_run.rb +85 -0
- data/proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb +706 -0
- data/proto_docs/google/cloud/aiplatform/v1/tensorboard_time_series.rb +101 -0
- data/proto_docs/google/cloud/aiplatform/v1/training_pipeline.rb +381 -0
- data/proto_docs/google/cloud/aiplatform/v1/types.rb +62 -0
- data/proto_docs/google/cloud/aiplatform/v1/unmanaged_container_model.rb +44 -0
- data/proto_docs/google/cloud/aiplatform/v1/user_action_reference.rb +49 -0
- data/proto_docs/google/cloud/aiplatform/v1/value.rb +41 -0
- data/proto_docs/google/cloud/aiplatform/v1/vizier_service.rb +332 -0
- data/proto_docs/google/longrunning/operations.rb +164 -0
- data/proto_docs/google/protobuf/any.rb +141 -0
- data/proto_docs/google/protobuf/duration.rb +98 -0
- data/proto_docs/google/protobuf/empty.rb +36 -0
- data/proto_docs/google/protobuf/field_mask.rb +229 -0
- data/proto_docs/google/protobuf/struct.rb +96 -0
- data/proto_docs/google/protobuf/timestamp.rb +129 -0
- data/proto_docs/google/protobuf/wrappers.rb +121 -0
- data/proto_docs/google/rpc/status.rb +46 -0
- data/proto_docs/google/type/money.rb +43 -0
- metadata +479 -0
|
@@ -0,0 +1,538 @@
|
|
|
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
|
+
require "google/cloud/errors"
|
|
20
|
+
require "google/cloud/aiplatform/v1/migration_service_pb"
|
|
21
|
+
|
|
22
|
+
module Google
|
|
23
|
+
module Cloud
|
|
24
|
+
module AIPlatform
|
|
25
|
+
module V1
|
|
26
|
+
module MigrationService
|
|
27
|
+
##
|
|
28
|
+
# Client for the MigrationService service.
|
|
29
|
+
#
|
|
30
|
+
# A service that migrates resources from automl.googleapis.com,
|
|
31
|
+
# datalabeling.googleapis.com and ml.googleapis.com to Vertex AI.
|
|
32
|
+
#
|
|
33
|
+
class Client
|
|
34
|
+
include Paths
|
|
35
|
+
|
|
36
|
+
# @private
|
|
37
|
+
attr_reader :migration_service_stub
|
|
38
|
+
|
|
39
|
+
##
|
|
40
|
+
# Configure the MigrationService Client class.
|
|
41
|
+
#
|
|
42
|
+
# See {::Google::Cloud::AIPlatform::V1::MigrationService::Client::Configuration}
|
|
43
|
+
# for a description of the configuration fields.
|
|
44
|
+
#
|
|
45
|
+
# @example
|
|
46
|
+
#
|
|
47
|
+
# # Modify the configuration for all MigrationService clients
|
|
48
|
+
# ::Google::Cloud::AIPlatform::V1::MigrationService::Client.configure do |config|
|
|
49
|
+
# config.timeout = 10.0
|
|
50
|
+
# end
|
|
51
|
+
#
|
|
52
|
+
# @yield [config] Configure the Client client.
|
|
53
|
+
# @yieldparam config [Client::Configuration]
|
|
54
|
+
#
|
|
55
|
+
# @return [Client::Configuration]
|
|
56
|
+
#
|
|
57
|
+
def self.configure
|
|
58
|
+
@configure ||= begin
|
|
59
|
+
namespace = ["Google", "Cloud", "AIPlatform", "V1"]
|
|
60
|
+
parent_config = while namespace.any?
|
|
61
|
+
parent_name = namespace.join "::"
|
|
62
|
+
parent_const = const_get parent_name
|
|
63
|
+
break parent_const.configure if parent_const.respond_to? :configure
|
|
64
|
+
namespace.pop
|
|
65
|
+
end
|
|
66
|
+
default_config = Client::Configuration.new parent_config
|
|
67
|
+
|
|
68
|
+
default_config
|
|
69
|
+
end
|
|
70
|
+
yield @configure if block_given?
|
|
71
|
+
@configure
|
|
72
|
+
end
|
|
73
|
+
|
|
74
|
+
##
|
|
75
|
+
# Configure the MigrationService Client instance.
|
|
76
|
+
#
|
|
77
|
+
# The configuration is set to the derived mode, meaning that values can be changed,
|
|
78
|
+
# but structural changes (adding new fields, etc.) are not allowed. Structural changes
|
|
79
|
+
# should be made on {Client.configure}.
|
|
80
|
+
#
|
|
81
|
+
# See {::Google::Cloud::AIPlatform::V1::MigrationService::Client::Configuration}
|
|
82
|
+
# for a description of the configuration fields.
|
|
83
|
+
#
|
|
84
|
+
# @yield [config] Configure the Client client.
|
|
85
|
+
# @yieldparam config [Client::Configuration]
|
|
86
|
+
#
|
|
87
|
+
# @return [Client::Configuration]
|
|
88
|
+
#
|
|
89
|
+
def configure
|
|
90
|
+
yield @config if block_given?
|
|
91
|
+
@config
|
|
92
|
+
end
|
|
93
|
+
|
|
94
|
+
##
|
|
95
|
+
# Create a new MigrationService client object.
|
|
96
|
+
#
|
|
97
|
+
# @example
|
|
98
|
+
#
|
|
99
|
+
# # Create a client using the default configuration
|
|
100
|
+
# client = ::Google::Cloud::AIPlatform::V1::MigrationService::Client.new
|
|
101
|
+
#
|
|
102
|
+
# # Create a client using a custom configuration
|
|
103
|
+
# client = ::Google::Cloud::AIPlatform::V1::MigrationService::Client.new do |config|
|
|
104
|
+
# config.timeout = 10.0
|
|
105
|
+
# end
|
|
106
|
+
#
|
|
107
|
+
# @yield [config] Configure the MigrationService client.
|
|
108
|
+
# @yieldparam config [Client::Configuration]
|
|
109
|
+
#
|
|
110
|
+
def initialize
|
|
111
|
+
# These require statements are intentionally placed here to initialize
|
|
112
|
+
# the gRPC module only when it's required.
|
|
113
|
+
# See https://github.com/googleapis/toolkit/issues/446
|
|
114
|
+
require "gapic/grpc"
|
|
115
|
+
require "google/cloud/aiplatform/v1/migration_service_services_pb"
|
|
116
|
+
|
|
117
|
+
# Create the configuration object
|
|
118
|
+
@config = Configuration.new Client.configure
|
|
119
|
+
|
|
120
|
+
# Yield the configuration if needed
|
|
121
|
+
yield @config if block_given?
|
|
122
|
+
|
|
123
|
+
# Create credentials
|
|
124
|
+
credentials = @config.credentials
|
|
125
|
+
# Use self-signed JWT if the endpoint is unchanged from default,
|
|
126
|
+
# but only if the default endpoint does not have a region prefix.
|
|
127
|
+
enable_self_signed_jwt = @config.endpoint == Client.configure.endpoint &&
|
|
128
|
+
!@config.endpoint.split(".").first.include?("-")
|
|
129
|
+
credentials ||= Credentials.default scope: @config.scope,
|
|
130
|
+
enable_self_signed_jwt: enable_self_signed_jwt
|
|
131
|
+
if credentials.is_a?(::String) || credentials.is_a?(::Hash)
|
|
132
|
+
credentials = Credentials.new credentials, scope: @config.scope
|
|
133
|
+
end
|
|
134
|
+
@quota_project_id = @config.quota_project
|
|
135
|
+
@quota_project_id ||= credentials.quota_project_id if credentials.respond_to? :quota_project_id
|
|
136
|
+
|
|
137
|
+
@operations_client = Operations.new do |config|
|
|
138
|
+
config.credentials = credentials
|
|
139
|
+
config.quota_project = @quota_project_id
|
|
140
|
+
config.endpoint = @config.endpoint
|
|
141
|
+
end
|
|
142
|
+
|
|
143
|
+
@migration_service_stub = ::Gapic::ServiceStub.new(
|
|
144
|
+
::Google::Cloud::AIPlatform::V1::MigrationService::Stub,
|
|
145
|
+
credentials: credentials,
|
|
146
|
+
endpoint: @config.endpoint,
|
|
147
|
+
channel_args: @config.channel_args,
|
|
148
|
+
interceptors: @config.interceptors
|
|
149
|
+
)
|
|
150
|
+
end
|
|
151
|
+
|
|
152
|
+
##
|
|
153
|
+
# Get the associated client for long-running operations.
|
|
154
|
+
#
|
|
155
|
+
# @return [::Google::Cloud::AIPlatform::V1::MigrationService::Operations]
|
|
156
|
+
#
|
|
157
|
+
attr_reader :operations_client
|
|
158
|
+
|
|
159
|
+
# Service calls
|
|
160
|
+
|
|
161
|
+
##
|
|
162
|
+
# Searches all of the resources in automl.googleapis.com,
|
|
163
|
+
# datalabeling.googleapis.com and ml.googleapis.com that can be migrated to
|
|
164
|
+
# Vertex AI's given location.
|
|
165
|
+
#
|
|
166
|
+
# @overload search_migratable_resources(request, options = nil)
|
|
167
|
+
# Pass arguments to `search_migratable_resources` via a request object, either of type
|
|
168
|
+
# {::Google::Cloud::AIPlatform::V1::SearchMigratableResourcesRequest} or an equivalent Hash.
|
|
169
|
+
#
|
|
170
|
+
# @param request [::Google::Cloud::AIPlatform::V1::SearchMigratableResourcesRequest, ::Hash]
|
|
171
|
+
# A request object representing the call parameters. Required. To specify no
|
|
172
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
|
173
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
|
174
|
+
# Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
|
|
175
|
+
#
|
|
176
|
+
# @overload search_migratable_resources(parent: nil, page_size: nil, page_token: nil, filter: nil)
|
|
177
|
+
# Pass arguments to `search_migratable_resources` via keyword arguments. Note that at
|
|
178
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
179
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
180
|
+
#
|
|
181
|
+
# @param parent [::String]
|
|
182
|
+
# Required. The location that the migratable resources should be searched from.
|
|
183
|
+
# It's the Vertex AI location that the resources can be migrated to, not
|
|
184
|
+
# the resources' original location.
|
|
185
|
+
# Format:
|
|
186
|
+
# `projects/{project}/locations/{location}`
|
|
187
|
+
# @param page_size [::Integer]
|
|
188
|
+
# The standard page size.
|
|
189
|
+
# The default and maximum value is 100.
|
|
190
|
+
# @param page_token [::String]
|
|
191
|
+
# The standard page token.
|
|
192
|
+
# @param filter [::String]
|
|
193
|
+
# A filter for your search. You can use the following types of filters:
|
|
194
|
+
#
|
|
195
|
+
# * Resource type filters. The following strings filter for a specific type
|
|
196
|
+
# of {::Google::Cloud::AIPlatform::V1::MigratableResource MigratableResource}:
|
|
197
|
+
# * `ml_engine_model_version:*`
|
|
198
|
+
# * `automl_model:*`
|
|
199
|
+
# * `automl_dataset:*`
|
|
200
|
+
# * `data_labeling_dataset:*`
|
|
201
|
+
# * "Migrated or not" filters. The following strings filter for resources
|
|
202
|
+
# that either have or have not already been migrated:
|
|
203
|
+
# * `last_migrate_time:*` filters for migrated resources.
|
|
204
|
+
# * `NOT last_migrate_time:*` filters for not yet migrated resources.
|
|
205
|
+
#
|
|
206
|
+
# @yield [response, operation] Access the result along with the RPC operation
|
|
207
|
+
# @yieldparam response [::Gapic::PagedEnumerable<::Google::Cloud::AIPlatform::V1::MigratableResource>]
|
|
208
|
+
# @yieldparam operation [::GRPC::ActiveCall::Operation]
|
|
209
|
+
#
|
|
210
|
+
# @return [::Gapic::PagedEnumerable<::Google::Cloud::AIPlatform::V1::MigratableResource>]
|
|
211
|
+
#
|
|
212
|
+
# @raise [::Google::Cloud::Error] if the RPC is aborted.
|
|
213
|
+
#
|
|
214
|
+
# @example Basic example
|
|
215
|
+
# require "google/cloud/ai_platform/v1"
|
|
216
|
+
#
|
|
217
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
218
|
+
# client = Google::Cloud::AIPlatform::V1::MigrationService::Client.new
|
|
219
|
+
#
|
|
220
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
221
|
+
# request = Google::Cloud::AIPlatform::V1::SearchMigratableResourcesRequest.new
|
|
222
|
+
#
|
|
223
|
+
# # Call the search_migratable_resources method.
|
|
224
|
+
# result = client.search_migratable_resources request
|
|
225
|
+
#
|
|
226
|
+
# # The returned object is of type Gapic::PagedEnumerable. You can
|
|
227
|
+
# # iterate over all elements by calling #each, and the enumerable
|
|
228
|
+
# # will lazily make API calls to fetch subsequent pages. Other
|
|
229
|
+
# # methods are also available for managing paging directly.
|
|
230
|
+
# result.each do |response|
|
|
231
|
+
# # Each element is of type ::Google::Cloud::AIPlatform::V1::MigratableResource.
|
|
232
|
+
# p response
|
|
233
|
+
# end
|
|
234
|
+
#
|
|
235
|
+
def search_migratable_resources request, options = nil
|
|
236
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
237
|
+
|
|
238
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::AIPlatform::V1::SearchMigratableResourcesRequest
|
|
239
|
+
|
|
240
|
+
# Converts hash and nil to an options object
|
|
241
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
|
242
|
+
|
|
243
|
+
# Customize the options with defaults
|
|
244
|
+
metadata = @config.rpcs.search_migratable_resources.metadata.to_h
|
|
245
|
+
|
|
246
|
+
# Set x-goog-api-client and x-goog-user-project headers
|
|
247
|
+
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
248
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
249
|
+
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
250
|
+
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
251
|
+
|
|
252
|
+
header_params = {}
|
|
253
|
+
if request.parent
|
|
254
|
+
header_params["parent"] = request.parent
|
|
255
|
+
end
|
|
256
|
+
|
|
257
|
+
request_params_header = header_params.map { |k, v| "#{k}=#{v}" }.join("&")
|
|
258
|
+
metadata[:"x-goog-request-params"] ||= request_params_header
|
|
259
|
+
|
|
260
|
+
options.apply_defaults timeout: @config.rpcs.search_migratable_resources.timeout,
|
|
261
|
+
metadata: metadata,
|
|
262
|
+
retry_policy: @config.rpcs.search_migratable_resources.retry_policy
|
|
263
|
+
|
|
264
|
+
options.apply_defaults timeout: @config.timeout,
|
|
265
|
+
metadata: @config.metadata,
|
|
266
|
+
retry_policy: @config.retry_policy
|
|
267
|
+
|
|
268
|
+
@migration_service_stub.call_rpc :search_migratable_resources, request, options: options do |response, operation|
|
|
269
|
+
response = ::Gapic::PagedEnumerable.new @migration_service_stub, :search_migratable_resources, request, response, operation, options
|
|
270
|
+
yield response, operation if block_given?
|
|
271
|
+
return response
|
|
272
|
+
end
|
|
273
|
+
rescue ::GRPC::BadStatus => e
|
|
274
|
+
raise ::Google::Cloud::Error.from_error(e)
|
|
275
|
+
end
|
|
276
|
+
|
|
277
|
+
##
|
|
278
|
+
# Batch migrates resources from ml.googleapis.com, automl.googleapis.com,
|
|
279
|
+
# and datalabeling.googleapis.com to Vertex AI.
|
|
280
|
+
#
|
|
281
|
+
# @overload batch_migrate_resources(request, options = nil)
|
|
282
|
+
# Pass arguments to `batch_migrate_resources` via a request object, either of type
|
|
283
|
+
# {::Google::Cloud::AIPlatform::V1::BatchMigrateResourcesRequest} or an equivalent Hash.
|
|
284
|
+
#
|
|
285
|
+
# @param request [::Google::Cloud::AIPlatform::V1::BatchMigrateResourcesRequest, ::Hash]
|
|
286
|
+
# A request object representing the call parameters. Required. To specify no
|
|
287
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
|
288
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
|
289
|
+
# Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
|
|
290
|
+
#
|
|
291
|
+
# @overload batch_migrate_resources(parent: nil, migrate_resource_requests: nil)
|
|
292
|
+
# Pass arguments to `batch_migrate_resources` via keyword arguments. Note that at
|
|
293
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
294
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
295
|
+
#
|
|
296
|
+
# @param parent [::String]
|
|
297
|
+
# Required. The location of the migrated resource will live in.
|
|
298
|
+
# Format: `projects/{project}/locations/{location}`
|
|
299
|
+
# @param migrate_resource_requests [::Array<::Google::Cloud::AIPlatform::V1::MigrateResourceRequest, ::Hash>]
|
|
300
|
+
# Required. The request messages specifying the resources to migrate.
|
|
301
|
+
# They must be in the same location as the destination.
|
|
302
|
+
# Up to 50 resources can be migrated in one batch.
|
|
303
|
+
#
|
|
304
|
+
# @yield [response, operation] Access the result along with the RPC operation
|
|
305
|
+
# @yieldparam response [::Gapic::Operation]
|
|
306
|
+
# @yieldparam operation [::GRPC::ActiveCall::Operation]
|
|
307
|
+
#
|
|
308
|
+
# @return [::Gapic::Operation]
|
|
309
|
+
#
|
|
310
|
+
# @raise [::Google::Cloud::Error] if the RPC is aborted.
|
|
311
|
+
#
|
|
312
|
+
# @example Basic example
|
|
313
|
+
# require "google/cloud/ai_platform/v1"
|
|
314
|
+
#
|
|
315
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
316
|
+
# client = Google::Cloud::AIPlatform::V1::MigrationService::Client.new
|
|
317
|
+
#
|
|
318
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
319
|
+
# request = Google::Cloud::AIPlatform::V1::BatchMigrateResourcesRequest.new
|
|
320
|
+
#
|
|
321
|
+
# # Call the batch_migrate_resources method.
|
|
322
|
+
# result = client.batch_migrate_resources request
|
|
323
|
+
#
|
|
324
|
+
# # The returned object is of type Gapic::Operation. You can use this
|
|
325
|
+
# # object to check the status of an operation, cancel it, or wait
|
|
326
|
+
# # for results. Here is how to block until completion:
|
|
327
|
+
# result.wait_until_done! timeout: 60
|
|
328
|
+
# if result.response?
|
|
329
|
+
# p result.response
|
|
330
|
+
# else
|
|
331
|
+
# puts "Error!"
|
|
332
|
+
# end
|
|
333
|
+
#
|
|
334
|
+
def batch_migrate_resources request, options = nil
|
|
335
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
336
|
+
|
|
337
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::AIPlatform::V1::BatchMigrateResourcesRequest
|
|
338
|
+
|
|
339
|
+
# Converts hash and nil to an options object
|
|
340
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
|
341
|
+
|
|
342
|
+
# Customize the options with defaults
|
|
343
|
+
metadata = @config.rpcs.batch_migrate_resources.metadata.to_h
|
|
344
|
+
|
|
345
|
+
# Set x-goog-api-client and x-goog-user-project headers
|
|
346
|
+
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
347
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
348
|
+
gapic_version: ::Google::Cloud::AIPlatform::V1::VERSION
|
|
349
|
+
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
|
350
|
+
|
|
351
|
+
header_params = {}
|
|
352
|
+
if request.parent
|
|
353
|
+
header_params["parent"] = request.parent
|
|
354
|
+
end
|
|
355
|
+
|
|
356
|
+
request_params_header = header_params.map { |k, v| "#{k}=#{v}" }.join("&")
|
|
357
|
+
metadata[:"x-goog-request-params"] ||= request_params_header
|
|
358
|
+
|
|
359
|
+
options.apply_defaults timeout: @config.rpcs.batch_migrate_resources.timeout,
|
|
360
|
+
metadata: metadata,
|
|
361
|
+
retry_policy: @config.rpcs.batch_migrate_resources.retry_policy
|
|
362
|
+
|
|
363
|
+
options.apply_defaults timeout: @config.timeout,
|
|
364
|
+
metadata: @config.metadata,
|
|
365
|
+
retry_policy: @config.retry_policy
|
|
366
|
+
|
|
367
|
+
@migration_service_stub.call_rpc :batch_migrate_resources, request, options: options do |response, operation|
|
|
368
|
+
response = ::Gapic::Operation.new response, @operations_client, options: options
|
|
369
|
+
yield response, operation if block_given?
|
|
370
|
+
return response
|
|
371
|
+
end
|
|
372
|
+
rescue ::GRPC::BadStatus => e
|
|
373
|
+
raise ::Google::Cloud::Error.from_error(e)
|
|
374
|
+
end
|
|
375
|
+
|
|
376
|
+
##
|
|
377
|
+
# Configuration class for the MigrationService API.
|
|
378
|
+
#
|
|
379
|
+
# This class represents the configuration for MigrationService,
|
|
380
|
+
# providing control over timeouts, retry behavior, logging, transport
|
|
381
|
+
# parameters, and other low-level controls. Certain parameters can also be
|
|
382
|
+
# applied individually to specific RPCs. See
|
|
383
|
+
# {::Google::Cloud::AIPlatform::V1::MigrationService::Client::Configuration::Rpcs}
|
|
384
|
+
# for a list of RPCs that can be configured independently.
|
|
385
|
+
#
|
|
386
|
+
# Configuration can be applied globally to all clients, or to a single client
|
|
387
|
+
# on construction.
|
|
388
|
+
#
|
|
389
|
+
# @example
|
|
390
|
+
#
|
|
391
|
+
# # Modify the global config, setting the timeout for
|
|
392
|
+
# # search_migratable_resources to 20 seconds,
|
|
393
|
+
# # and all remaining timeouts to 10 seconds.
|
|
394
|
+
# ::Google::Cloud::AIPlatform::V1::MigrationService::Client.configure do |config|
|
|
395
|
+
# config.timeout = 10.0
|
|
396
|
+
# config.rpcs.search_migratable_resources.timeout = 20.0
|
|
397
|
+
# end
|
|
398
|
+
#
|
|
399
|
+
# # Apply the above configuration only to a new client.
|
|
400
|
+
# client = ::Google::Cloud::AIPlatform::V1::MigrationService::Client.new do |config|
|
|
401
|
+
# config.timeout = 10.0
|
|
402
|
+
# config.rpcs.search_migratable_resources.timeout = 20.0
|
|
403
|
+
# end
|
|
404
|
+
#
|
|
405
|
+
# @!attribute [rw] endpoint
|
|
406
|
+
# The hostname or hostname:port of the service endpoint.
|
|
407
|
+
# Defaults to `"aiplatform.googleapis.com"`.
|
|
408
|
+
# @return [::String]
|
|
409
|
+
# @!attribute [rw] credentials
|
|
410
|
+
# Credentials to send with calls. You may provide any of the following types:
|
|
411
|
+
# * (`String`) The path to a service account key file in JSON format
|
|
412
|
+
# * (`Hash`) A service account key as a Hash
|
|
413
|
+
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
414
|
+
# (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
|
|
415
|
+
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
416
|
+
# (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
|
|
417
|
+
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
418
|
+
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
419
|
+
# * (`nil`) indicating no credentials
|
|
420
|
+
# @return [::Object]
|
|
421
|
+
# @!attribute [rw] scope
|
|
422
|
+
# The OAuth scopes
|
|
423
|
+
# @return [::Array<::String>]
|
|
424
|
+
# @!attribute [rw] lib_name
|
|
425
|
+
# The library name as recorded in instrumentation and logging
|
|
426
|
+
# @return [::String]
|
|
427
|
+
# @!attribute [rw] lib_version
|
|
428
|
+
# The library version as recorded in instrumentation and logging
|
|
429
|
+
# @return [::String]
|
|
430
|
+
# @!attribute [rw] channel_args
|
|
431
|
+
# Extra parameters passed to the gRPC channel. Note: this is ignored if a
|
|
432
|
+
# `GRPC::Core::Channel` object is provided as the credential.
|
|
433
|
+
# @return [::Hash]
|
|
434
|
+
# @!attribute [rw] interceptors
|
|
435
|
+
# An array of interceptors that are run before calls are executed.
|
|
436
|
+
# @return [::Array<::GRPC::ClientInterceptor>]
|
|
437
|
+
# @!attribute [rw] timeout
|
|
438
|
+
# The call timeout in seconds.
|
|
439
|
+
# @return [::Numeric]
|
|
440
|
+
# @!attribute [rw] metadata
|
|
441
|
+
# Additional gRPC headers to be sent with the call.
|
|
442
|
+
# @return [::Hash{::Symbol=>::String}]
|
|
443
|
+
# @!attribute [rw] retry_policy
|
|
444
|
+
# The retry policy. The value is a hash with the following keys:
|
|
445
|
+
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
446
|
+
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
447
|
+
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
448
|
+
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
449
|
+
# trigger a retry.
|
|
450
|
+
# @return [::Hash]
|
|
451
|
+
# @!attribute [rw] quota_project
|
|
452
|
+
# A separate project against which to charge quota.
|
|
453
|
+
# @return [::String]
|
|
454
|
+
#
|
|
455
|
+
class Configuration
|
|
456
|
+
extend ::Gapic::Config
|
|
457
|
+
|
|
458
|
+
config_attr :endpoint, "aiplatform.googleapis.com", ::String
|
|
459
|
+
config_attr :credentials, nil do |value|
|
|
460
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
461
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
|
462
|
+
allowed.any? { |klass| klass === value }
|
|
463
|
+
end
|
|
464
|
+
config_attr :scope, nil, ::String, ::Array, nil
|
|
465
|
+
config_attr :lib_name, nil, ::String, nil
|
|
466
|
+
config_attr :lib_version, nil, ::String, nil
|
|
467
|
+
config_attr(:channel_args, { "grpc.service_config_disable_resolution" => 1 }, ::Hash, nil)
|
|
468
|
+
config_attr :interceptors, nil, ::Array, nil
|
|
469
|
+
config_attr :timeout, nil, ::Numeric, nil
|
|
470
|
+
config_attr :metadata, nil, ::Hash, nil
|
|
471
|
+
config_attr :retry_policy, nil, ::Hash, ::Proc, nil
|
|
472
|
+
config_attr :quota_project, nil, ::String, nil
|
|
473
|
+
|
|
474
|
+
# @private
|
|
475
|
+
def initialize parent_config = nil
|
|
476
|
+
@parent_config = parent_config unless parent_config.nil?
|
|
477
|
+
|
|
478
|
+
yield self if block_given?
|
|
479
|
+
end
|
|
480
|
+
|
|
481
|
+
##
|
|
482
|
+
# Configurations for individual RPCs
|
|
483
|
+
# @return [Rpcs]
|
|
484
|
+
#
|
|
485
|
+
def rpcs
|
|
486
|
+
@rpcs ||= begin
|
|
487
|
+
parent_rpcs = nil
|
|
488
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
|
|
489
|
+
Rpcs.new parent_rpcs
|
|
490
|
+
end
|
|
491
|
+
end
|
|
492
|
+
|
|
493
|
+
##
|
|
494
|
+
# Configuration RPC class for the MigrationService API.
|
|
495
|
+
#
|
|
496
|
+
# Includes fields providing the configuration for each RPC in this service.
|
|
497
|
+
# Each configuration object is of type `Gapic::Config::Method` and includes
|
|
498
|
+
# the following configuration fields:
|
|
499
|
+
#
|
|
500
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
|
501
|
+
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
|
502
|
+
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
|
503
|
+
# include the following keys:
|
|
504
|
+
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
505
|
+
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
506
|
+
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
507
|
+
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
508
|
+
# trigger a retry.
|
|
509
|
+
#
|
|
510
|
+
class Rpcs
|
|
511
|
+
##
|
|
512
|
+
# RPC-specific configuration for `search_migratable_resources`
|
|
513
|
+
# @return [::Gapic::Config::Method]
|
|
514
|
+
#
|
|
515
|
+
attr_reader :search_migratable_resources
|
|
516
|
+
##
|
|
517
|
+
# RPC-specific configuration for `batch_migrate_resources`
|
|
518
|
+
# @return [::Gapic::Config::Method]
|
|
519
|
+
#
|
|
520
|
+
attr_reader :batch_migrate_resources
|
|
521
|
+
|
|
522
|
+
# @private
|
|
523
|
+
def initialize parent_rpcs = nil
|
|
524
|
+
search_migratable_resources_config = parent_rpcs.search_migratable_resources if parent_rpcs.respond_to? :search_migratable_resources
|
|
525
|
+
@search_migratable_resources = ::Gapic::Config::Method.new search_migratable_resources_config
|
|
526
|
+
batch_migrate_resources_config = parent_rpcs.batch_migrate_resources if parent_rpcs.respond_to? :batch_migrate_resources
|
|
527
|
+
@batch_migrate_resources = ::Gapic::Config::Method.new batch_migrate_resources_config
|
|
528
|
+
|
|
529
|
+
yield self if block_given?
|
|
530
|
+
end
|
|
531
|
+
end
|
|
532
|
+
end
|
|
533
|
+
end
|
|
534
|
+
end
|
|
535
|
+
end
|
|
536
|
+
end
|
|
537
|
+
end
|
|
538
|
+
end
|
|
@@ -0,0 +1,47 @@
|
|
|
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
|
+
require "googleauth"
|
|
20
|
+
|
|
21
|
+
module Google
|
|
22
|
+
module Cloud
|
|
23
|
+
module AIPlatform
|
|
24
|
+
module V1
|
|
25
|
+
module MigrationService
|
|
26
|
+
# Credentials for the MigrationService API.
|
|
27
|
+
class Credentials < ::Google::Auth::Credentials
|
|
28
|
+
self.scope = [
|
|
29
|
+
"https://www.googleapis.com/auth/cloud-platform"
|
|
30
|
+
]
|
|
31
|
+
self.env_vars = [
|
|
32
|
+
"GOOGLE_CLOUD_CREDENTIALS",
|
|
33
|
+
"GOOGLE_CLOUD_KEYFILE",
|
|
34
|
+
"GCLOUD_KEYFILE",
|
|
35
|
+
"GOOGLE_CLOUD_CREDENTIALS_JSON",
|
|
36
|
+
"GOOGLE_CLOUD_KEYFILE_JSON",
|
|
37
|
+
"GCLOUD_KEYFILE_JSON"
|
|
38
|
+
]
|
|
39
|
+
self.paths = [
|
|
40
|
+
"~/.config/google_cloud/application_default_credentials.json"
|
|
41
|
+
]
|
|
42
|
+
end
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
end
|