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,27 @@
|
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
+
# source: google/cloud/aiplatform/v1/unmanaged_container_model.proto
|
|
3
|
+
|
|
4
|
+
require 'google/api/annotations_pb'
|
|
5
|
+
require 'google/api/field_behavior_pb'
|
|
6
|
+
require 'google/cloud/aiplatform/v1/model_pb'
|
|
7
|
+
require 'google/protobuf'
|
|
8
|
+
|
|
9
|
+
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
10
|
+
add_file("google/cloud/aiplatform/v1/unmanaged_container_model.proto", :syntax => :proto3) do
|
|
11
|
+
add_message "google.cloud.aiplatform.v1.UnmanagedContainerModel" do
|
|
12
|
+
optional :artifact_uri, :string, 1
|
|
13
|
+
optional :predict_schemata, :message, 2, "google.cloud.aiplatform.v1.PredictSchemata"
|
|
14
|
+
optional :container_spec, :message, 3, "google.cloud.aiplatform.v1.ModelContainerSpec"
|
|
15
|
+
end
|
|
16
|
+
end
|
|
17
|
+
end
|
|
18
|
+
|
|
19
|
+
module Google
|
|
20
|
+
module Cloud
|
|
21
|
+
module AIPlatform
|
|
22
|
+
module V1
|
|
23
|
+
UnmanagedContainerModel = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.UnmanagedContainerModel").msgclass
|
|
24
|
+
end
|
|
25
|
+
end
|
|
26
|
+
end
|
|
27
|
+
end
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
+
# source: google/cloud/aiplatform/v1/user_action_reference.proto
|
|
3
|
+
|
|
4
|
+
require 'google/api/annotations_pb'
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
7
|
+
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
8
|
+
add_file("google/cloud/aiplatform/v1/user_action_reference.proto", :syntax => :proto3) do
|
|
9
|
+
add_message "google.cloud.aiplatform.v1.UserActionReference" do
|
|
10
|
+
optional :method, :string, 3
|
|
11
|
+
oneof :reference do
|
|
12
|
+
optional :operation, :string, 1
|
|
13
|
+
optional :data_labeling_job, :string, 2
|
|
14
|
+
end
|
|
15
|
+
end
|
|
16
|
+
end
|
|
17
|
+
end
|
|
18
|
+
|
|
19
|
+
module Google
|
|
20
|
+
module Cloud
|
|
21
|
+
module AIPlatform
|
|
22
|
+
module V1
|
|
23
|
+
UserActionReference = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.UserActionReference").msgclass
|
|
24
|
+
end
|
|
25
|
+
end
|
|
26
|
+
end
|
|
27
|
+
end
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
+
# source: google/cloud/aiplatform/v1/value.proto
|
|
3
|
+
|
|
4
|
+
require 'google/api/annotations_pb'
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
7
|
+
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
8
|
+
add_file("google/cloud/aiplatform/v1/value.proto", :syntax => :proto3) do
|
|
9
|
+
add_message "google.cloud.aiplatform.v1.Value" do
|
|
10
|
+
oneof :value do
|
|
11
|
+
optional :int_value, :int64, 1
|
|
12
|
+
optional :double_value, :double, 2
|
|
13
|
+
optional :string_value, :string, 3
|
|
14
|
+
end
|
|
15
|
+
end
|
|
16
|
+
end
|
|
17
|
+
end
|
|
18
|
+
|
|
19
|
+
module Google
|
|
20
|
+
module Cloud
|
|
21
|
+
module AIPlatform
|
|
22
|
+
module V1
|
|
23
|
+
Value = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.Value").msgclass
|
|
24
|
+
end
|
|
25
|
+
end
|
|
26
|
+
end
|
|
27
|
+
end
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
+
# source: google/cloud/aiplatform/v1/vizier_service.proto
|
|
3
|
+
|
|
4
|
+
require 'google/api/annotations_pb'
|
|
5
|
+
require 'google/api/client_pb'
|
|
6
|
+
require 'google/api/field_behavior_pb'
|
|
7
|
+
require 'google/api/resource_pb'
|
|
8
|
+
require 'google/cloud/aiplatform/v1/operation_pb'
|
|
9
|
+
require 'google/cloud/aiplatform/v1/study_pb'
|
|
10
|
+
require 'google/longrunning/operations_pb'
|
|
11
|
+
require 'google/protobuf/empty_pb'
|
|
12
|
+
require 'google/protobuf/timestamp_pb'
|
|
13
|
+
require 'google/protobuf'
|
|
14
|
+
|
|
15
|
+
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
16
|
+
add_file("google/cloud/aiplatform/v1/vizier_service.proto", :syntax => :proto3) do
|
|
17
|
+
add_message "google.cloud.aiplatform.v1.GetStudyRequest" do
|
|
18
|
+
optional :name, :string, 1
|
|
19
|
+
end
|
|
20
|
+
add_message "google.cloud.aiplatform.v1.CreateStudyRequest" do
|
|
21
|
+
optional :parent, :string, 1
|
|
22
|
+
optional :study, :message, 2, "google.cloud.aiplatform.v1.Study"
|
|
23
|
+
end
|
|
24
|
+
add_message "google.cloud.aiplatform.v1.ListStudiesRequest" do
|
|
25
|
+
optional :parent, :string, 1
|
|
26
|
+
optional :page_token, :string, 2
|
|
27
|
+
optional :page_size, :int32, 3
|
|
28
|
+
end
|
|
29
|
+
add_message "google.cloud.aiplatform.v1.ListStudiesResponse" do
|
|
30
|
+
repeated :studies, :message, 1, "google.cloud.aiplatform.v1.Study"
|
|
31
|
+
optional :next_page_token, :string, 2
|
|
32
|
+
end
|
|
33
|
+
add_message "google.cloud.aiplatform.v1.DeleteStudyRequest" do
|
|
34
|
+
optional :name, :string, 1
|
|
35
|
+
end
|
|
36
|
+
add_message "google.cloud.aiplatform.v1.LookupStudyRequest" do
|
|
37
|
+
optional :parent, :string, 1
|
|
38
|
+
optional :display_name, :string, 2
|
|
39
|
+
end
|
|
40
|
+
add_message "google.cloud.aiplatform.v1.SuggestTrialsRequest" do
|
|
41
|
+
optional :parent, :string, 1
|
|
42
|
+
optional :suggestion_count, :int32, 2
|
|
43
|
+
optional :client_id, :string, 3
|
|
44
|
+
end
|
|
45
|
+
add_message "google.cloud.aiplatform.v1.SuggestTrialsResponse" do
|
|
46
|
+
repeated :trials, :message, 1, "google.cloud.aiplatform.v1.Trial"
|
|
47
|
+
optional :study_state, :enum, 2, "google.cloud.aiplatform.v1.Study.State"
|
|
48
|
+
optional :start_time, :message, 3, "google.protobuf.Timestamp"
|
|
49
|
+
optional :end_time, :message, 4, "google.protobuf.Timestamp"
|
|
50
|
+
end
|
|
51
|
+
add_message "google.cloud.aiplatform.v1.SuggestTrialsMetadata" do
|
|
52
|
+
optional :generic_metadata, :message, 1, "google.cloud.aiplatform.v1.GenericOperationMetadata"
|
|
53
|
+
optional :client_id, :string, 2
|
|
54
|
+
end
|
|
55
|
+
add_message "google.cloud.aiplatform.v1.CreateTrialRequest" do
|
|
56
|
+
optional :parent, :string, 1
|
|
57
|
+
optional :trial, :message, 2, "google.cloud.aiplatform.v1.Trial"
|
|
58
|
+
end
|
|
59
|
+
add_message "google.cloud.aiplatform.v1.GetTrialRequest" do
|
|
60
|
+
optional :name, :string, 1
|
|
61
|
+
end
|
|
62
|
+
add_message "google.cloud.aiplatform.v1.ListTrialsRequest" do
|
|
63
|
+
optional :parent, :string, 1
|
|
64
|
+
optional :page_token, :string, 2
|
|
65
|
+
optional :page_size, :int32, 3
|
|
66
|
+
end
|
|
67
|
+
add_message "google.cloud.aiplatform.v1.ListTrialsResponse" do
|
|
68
|
+
repeated :trials, :message, 1, "google.cloud.aiplatform.v1.Trial"
|
|
69
|
+
optional :next_page_token, :string, 2
|
|
70
|
+
end
|
|
71
|
+
add_message "google.cloud.aiplatform.v1.AddTrialMeasurementRequest" do
|
|
72
|
+
optional :trial_name, :string, 1
|
|
73
|
+
optional :measurement, :message, 3, "google.cloud.aiplatform.v1.Measurement"
|
|
74
|
+
end
|
|
75
|
+
add_message "google.cloud.aiplatform.v1.CompleteTrialRequest" do
|
|
76
|
+
optional :name, :string, 1
|
|
77
|
+
optional :final_measurement, :message, 2, "google.cloud.aiplatform.v1.Measurement"
|
|
78
|
+
optional :trial_infeasible, :bool, 3
|
|
79
|
+
optional :infeasible_reason, :string, 4
|
|
80
|
+
end
|
|
81
|
+
add_message "google.cloud.aiplatform.v1.DeleteTrialRequest" do
|
|
82
|
+
optional :name, :string, 1
|
|
83
|
+
end
|
|
84
|
+
add_message "google.cloud.aiplatform.v1.CheckTrialEarlyStoppingStateRequest" do
|
|
85
|
+
optional :trial_name, :string, 1
|
|
86
|
+
end
|
|
87
|
+
add_message "google.cloud.aiplatform.v1.CheckTrialEarlyStoppingStateResponse" do
|
|
88
|
+
optional :should_stop, :bool, 1
|
|
89
|
+
end
|
|
90
|
+
add_message "google.cloud.aiplatform.v1.CheckTrialEarlyStoppingStateMetatdata" do
|
|
91
|
+
optional :generic_metadata, :message, 1, "google.cloud.aiplatform.v1.GenericOperationMetadata"
|
|
92
|
+
optional :study, :string, 2
|
|
93
|
+
optional :trial, :string, 3
|
|
94
|
+
end
|
|
95
|
+
add_message "google.cloud.aiplatform.v1.StopTrialRequest" do
|
|
96
|
+
optional :name, :string, 1
|
|
97
|
+
end
|
|
98
|
+
add_message "google.cloud.aiplatform.v1.ListOptimalTrialsRequest" do
|
|
99
|
+
optional :parent, :string, 1
|
|
100
|
+
end
|
|
101
|
+
add_message "google.cloud.aiplatform.v1.ListOptimalTrialsResponse" do
|
|
102
|
+
repeated :optimal_trials, :message, 1, "google.cloud.aiplatform.v1.Trial"
|
|
103
|
+
end
|
|
104
|
+
end
|
|
105
|
+
end
|
|
106
|
+
|
|
107
|
+
module Google
|
|
108
|
+
module Cloud
|
|
109
|
+
module AIPlatform
|
|
110
|
+
module V1
|
|
111
|
+
GetStudyRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.GetStudyRequest").msgclass
|
|
112
|
+
CreateStudyRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.CreateStudyRequest").msgclass
|
|
113
|
+
ListStudiesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.ListStudiesRequest").msgclass
|
|
114
|
+
ListStudiesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.ListStudiesResponse").msgclass
|
|
115
|
+
DeleteStudyRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.DeleteStudyRequest").msgclass
|
|
116
|
+
LookupStudyRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.LookupStudyRequest").msgclass
|
|
117
|
+
SuggestTrialsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.SuggestTrialsRequest").msgclass
|
|
118
|
+
SuggestTrialsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.SuggestTrialsResponse").msgclass
|
|
119
|
+
SuggestTrialsMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.SuggestTrialsMetadata").msgclass
|
|
120
|
+
CreateTrialRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.CreateTrialRequest").msgclass
|
|
121
|
+
GetTrialRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.GetTrialRequest").msgclass
|
|
122
|
+
ListTrialsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.ListTrialsRequest").msgclass
|
|
123
|
+
ListTrialsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.ListTrialsResponse").msgclass
|
|
124
|
+
AddTrialMeasurementRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.AddTrialMeasurementRequest").msgclass
|
|
125
|
+
CompleteTrialRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.CompleteTrialRequest").msgclass
|
|
126
|
+
DeleteTrialRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.DeleteTrialRequest").msgclass
|
|
127
|
+
CheckTrialEarlyStoppingStateRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.CheckTrialEarlyStoppingStateRequest").msgclass
|
|
128
|
+
CheckTrialEarlyStoppingStateResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.CheckTrialEarlyStoppingStateResponse").msgclass
|
|
129
|
+
CheckTrialEarlyStoppingStateMetatdata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.CheckTrialEarlyStoppingStateMetatdata").msgclass
|
|
130
|
+
StopTrialRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.StopTrialRequest").msgclass
|
|
131
|
+
ListOptimalTrialsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.ListOptimalTrialsRequest").msgclass
|
|
132
|
+
ListOptimalTrialsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.ListOptimalTrialsResponse").msgclass
|
|
133
|
+
end
|
|
134
|
+
end
|
|
135
|
+
end
|
|
136
|
+
end
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
+
# Source: google/cloud/aiplatform/v1/vizier_service.proto for package 'Google.Cloud.AIPlatform.V1'
|
|
3
|
+
# Original file comments:
|
|
4
|
+
# Copyright 2022 Google LLC
|
|
5
|
+
#
|
|
6
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
+
# you may not use this file except in compliance with the License.
|
|
8
|
+
# You may obtain a copy of the License at
|
|
9
|
+
#
|
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
#
|
|
12
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
# See the License for the specific language governing permissions and
|
|
16
|
+
# limitations under the License.
|
|
17
|
+
#
|
|
18
|
+
|
|
19
|
+
require 'grpc'
|
|
20
|
+
require 'google/cloud/aiplatform/v1/vizier_service_pb'
|
|
21
|
+
|
|
22
|
+
module Google
|
|
23
|
+
module Cloud
|
|
24
|
+
module AIPlatform
|
|
25
|
+
module V1
|
|
26
|
+
module VizierService
|
|
27
|
+
# Vertex AI Vizier API.
|
|
28
|
+
#
|
|
29
|
+
# Vertex AI Vizier is a service to solve blackbox optimization problems,
|
|
30
|
+
# such as tuning machine learning hyperparameters and searching over deep
|
|
31
|
+
# learning architectures.
|
|
32
|
+
class Service
|
|
33
|
+
|
|
34
|
+
include ::GRPC::GenericService
|
|
35
|
+
|
|
36
|
+
self.marshal_class_method = :encode
|
|
37
|
+
self.unmarshal_class_method = :decode
|
|
38
|
+
self.service_name = 'google.cloud.aiplatform.v1.VizierService'
|
|
39
|
+
|
|
40
|
+
# Creates a Study. A resource name will be generated after creation of the
|
|
41
|
+
# Study.
|
|
42
|
+
rpc :CreateStudy, ::Google::Cloud::AIPlatform::V1::CreateStudyRequest, ::Google::Cloud::AIPlatform::V1::Study
|
|
43
|
+
# Gets a Study by name.
|
|
44
|
+
rpc :GetStudy, ::Google::Cloud::AIPlatform::V1::GetStudyRequest, ::Google::Cloud::AIPlatform::V1::Study
|
|
45
|
+
# Lists all the studies in a region for an associated project.
|
|
46
|
+
rpc :ListStudies, ::Google::Cloud::AIPlatform::V1::ListStudiesRequest, ::Google::Cloud::AIPlatform::V1::ListStudiesResponse
|
|
47
|
+
# Deletes a Study.
|
|
48
|
+
rpc :DeleteStudy, ::Google::Cloud::AIPlatform::V1::DeleteStudyRequest, ::Google::Protobuf::Empty
|
|
49
|
+
# Looks a study up using the user-defined display_name field instead of the
|
|
50
|
+
# fully qualified resource name.
|
|
51
|
+
rpc :LookupStudy, ::Google::Cloud::AIPlatform::V1::LookupStudyRequest, ::Google::Cloud::AIPlatform::V1::Study
|
|
52
|
+
# Adds one or more Trials to a Study, with parameter values
|
|
53
|
+
# suggested by Vertex AI Vizier. Returns a long-running
|
|
54
|
+
# operation associated with the generation of Trial suggestions.
|
|
55
|
+
# When this long-running operation succeeds, it will contain
|
|
56
|
+
# a [SuggestTrialsResponse][google.cloud.ml.v1.SuggestTrialsResponse].
|
|
57
|
+
rpc :SuggestTrials, ::Google::Cloud::AIPlatform::V1::SuggestTrialsRequest, ::Google::Longrunning::Operation
|
|
58
|
+
# Adds a user provided Trial to a Study.
|
|
59
|
+
rpc :CreateTrial, ::Google::Cloud::AIPlatform::V1::CreateTrialRequest, ::Google::Cloud::AIPlatform::V1::Trial
|
|
60
|
+
# Gets a Trial.
|
|
61
|
+
rpc :GetTrial, ::Google::Cloud::AIPlatform::V1::GetTrialRequest, ::Google::Cloud::AIPlatform::V1::Trial
|
|
62
|
+
# Lists the Trials associated with a Study.
|
|
63
|
+
rpc :ListTrials, ::Google::Cloud::AIPlatform::V1::ListTrialsRequest, ::Google::Cloud::AIPlatform::V1::ListTrialsResponse
|
|
64
|
+
# Adds a measurement of the objective metrics to a Trial. This measurement
|
|
65
|
+
# is assumed to have been taken before the Trial is complete.
|
|
66
|
+
rpc :AddTrialMeasurement, ::Google::Cloud::AIPlatform::V1::AddTrialMeasurementRequest, ::Google::Cloud::AIPlatform::V1::Trial
|
|
67
|
+
# Marks a Trial as complete.
|
|
68
|
+
rpc :CompleteTrial, ::Google::Cloud::AIPlatform::V1::CompleteTrialRequest, ::Google::Cloud::AIPlatform::V1::Trial
|
|
69
|
+
# Deletes a Trial.
|
|
70
|
+
rpc :DeleteTrial, ::Google::Cloud::AIPlatform::V1::DeleteTrialRequest, ::Google::Protobuf::Empty
|
|
71
|
+
# Checks whether a Trial should stop or not. Returns a
|
|
72
|
+
# long-running operation. When the operation is successful,
|
|
73
|
+
# it will contain a
|
|
74
|
+
# [CheckTrialEarlyStoppingStateResponse][google.cloud.ml.v1.CheckTrialEarlyStoppingStateResponse].
|
|
75
|
+
rpc :CheckTrialEarlyStoppingState, ::Google::Cloud::AIPlatform::V1::CheckTrialEarlyStoppingStateRequest, ::Google::Longrunning::Operation
|
|
76
|
+
# Stops a Trial.
|
|
77
|
+
rpc :StopTrial, ::Google::Cloud::AIPlatform::V1::StopTrialRequest, ::Google::Cloud::AIPlatform::V1::Trial
|
|
78
|
+
# Lists the pareto-optimal Trials for multi-objective Study or the
|
|
79
|
+
# optimal Trials for single-objective Study. The definition of
|
|
80
|
+
# pareto-optimal can be checked in wiki page.
|
|
81
|
+
# https://en.wikipedia.org/wiki/Pareto_efficiency
|
|
82
|
+
rpc :ListOptimalTrials, ::Google::Cloud::AIPlatform::V1::ListOptimalTrialsRequest, ::Google::Cloud::AIPlatform::V1::ListOptimalTrialsResponse
|
|
83
|
+
end
|
|
84
|
+
|
|
85
|
+
Stub = Service.rpc_stub_class
|
|
86
|
+
end
|
|
87
|
+
end
|
|
88
|
+
end
|
|
89
|
+
end
|
|
90
|
+
end
|
|
@@ -0,0 +1,21 @@
|
|
|
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
|
+
# This gem does not autoload during Bundler.require. To load this gem,
|
|
20
|
+
# issue explicit require statements for the packages desired, e.g.:
|
|
21
|
+
# require "google/cloud/ai_platform/v1"
|
|
@@ -0,0 +1,71 @@
|
|
|
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 Api
|
|
22
|
+
# An indicator of the behavior of a given field (for example, that a field
|
|
23
|
+
# is required in requests, or given as output but ignored as input).
|
|
24
|
+
# This **does not** change the behavior in protocol buffers itself; it only
|
|
25
|
+
# denotes the behavior and may affect how API tooling handles the field.
|
|
26
|
+
#
|
|
27
|
+
# Note: This enum **may** receive new values in the future.
|
|
28
|
+
module FieldBehavior
|
|
29
|
+
# Conventional default for enums. Do not use this.
|
|
30
|
+
FIELD_BEHAVIOR_UNSPECIFIED = 0
|
|
31
|
+
|
|
32
|
+
# Specifically denotes a field as optional.
|
|
33
|
+
# While all fields in protocol buffers are optional, this may be specified
|
|
34
|
+
# for emphasis if appropriate.
|
|
35
|
+
OPTIONAL = 1
|
|
36
|
+
|
|
37
|
+
# Denotes a field as required.
|
|
38
|
+
# This indicates that the field **must** be provided as part of the request,
|
|
39
|
+
# and failure to do so will cause an error (usually `INVALID_ARGUMENT`).
|
|
40
|
+
REQUIRED = 2
|
|
41
|
+
|
|
42
|
+
# Denotes a field as output only.
|
|
43
|
+
# This indicates that the field is provided in responses, but including the
|
|
44
|
+
# field in a request does nothing (the server *must* ignore it and
|
|
45
|
+
# *must not* throw an error as a result of the field's presence).
|
|
46
|
+
OUTPUT_ONLY = 3
|
|
47
|
+
|
|
48
|
+
# Denotes a field as input only.
|
|
49
|
+
# This indicates that the field is provided in requests, and the
|
|
50
|
+
# corresponding field is not included in output.
|
|
51
|
+
INPUT_ONLY = 4
|
|
52
|
+
|
|
53
|
+
# Denotes a field as immutable.
|
|
54
|
+
# This indicates that the field may be set once in a request to create a
|
|
55
|
+
# resource, but may not be changed thereafter.
|
|
56
|
+
IMMUTABLE = 5
|
|
57
|
+
|
|
58
|
+
# Denotes that a (repeated) field is an unordered list.
|
|
59
|
+
# This indicates that the service may provide the elements of the list
|
|
60
|
+
# in any arbitrary order, rather than the order the user originally
|
|
61
|
+
# provided. Additionally, the list's order may or may not be stable.
|
|
62
|
+
UNORDERED_LIST = 6
|
|
63
|
+
|
|
64
|
+
# Denotes that this field returns a non-empty default value if not set.
|
|
65
|
+
# This indicates that if the user provides the empty value in a request,
|
|
66
|
+
# a non-empty value will be returned. The user will not be aware of what
|
|
67
|
+
# non-empty value to expect.
|
|
68
|
+
NON_EMPTY_DEFAULT = 7
|
|
69
|
+
end
|
|
70
|
+
end
|
|
71
|
+
end
|
|
@@ -0,0 +1,80 @@
|
|
|
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 Api
|
|
22
|
+
# Message that represents an arbitrary HTTP body. It should only be used for
|
|
23
|
+
# payload formats that can't be represented as JSON, such as raw binary or
|
|
24
|
+
# an HTML page.
|
|
25
|
+
#
|
|
26
|
+
#
|
|
27
|
+
# This message can be used both in streaming and non-streaming API methods in
|
|
28
|
+
# the request as well as the response.
|
|
29
|
+
#
|
|
30
|
+
# It can be used as a top-level request field, which is convenient if one
|
|
31
|
+
# wants to extract parameters from either the URL or HTTP template into the
|
|
32
|
+
# request fields and also want access to the raw HTTP body.
|
|
33
|
+
#
|
|
34
|
+
# Example:
|
|
35
|
+
#
|
|
36
|
+
# message GetResourceRequest {
|
|
37
|
+
# // A unique request id.
|
|
38
|
+
# string request_id = 1;
|
|
39
|
+
#
|
|
40
|
+
# // The raw HTTP body is bound to this field.
|
|
41
|
+
# google.api.HttpBody http_body = 2;
|
|
42
|
+
#
|
|
43
|
+
# }
|
|
44
|
+
#
|
|
45
|
+
# service ResourceService {
|
|
46
|
+
# rpc GetResource(GetResourceRequest)
|
|
47
|
+
# returns (google.api.HttpBody);
|
|
48
|
+
# rpc UpdateResource(google.api.HttpBody)
|
|
49
|
+
# returns (google.protobuf.Empty);
|
|
50
|
+
#
|
|
51
|
+
# }
|
|
52
|
+
#
|
|
53
|
+
# Example with streaming methods:
|
|
54
|
+
#
|
|
55
|
+
# service CaldavService {
|
|
56
|
+
# rpc GetCalendar(stream google.api.HttpBody)
|
|
57
|
+
# returns (stream google.api.HttpBody);
|
|
58
|
+
# rpc UpdateCalendar(stream google.api.HttpBody)
|
|
59
|
+
# returns (stream google.api.HttpBody);
|
|
60
|
+
#
|
|
61
|
+
# }
|
|
62
|
+
#
|
|
63
|
+
# Use of this type only changes how the request and response bodies are
|
|
64
|
+
# handled, all other features will continue to work unchanged.
|
|
65
|
+
# @!attribute [rw] content_type
|
|
66
|
+
# @return [::String]
|
|
67
|
+
# The HTTP Content-Type header value specifying the content type of the body.
|
|
68
|
+
# @!attribute [rw] data
|
|
69
|
+
# @return [::String]
|
|
70
|
+
# The HTTP request/response body as raw binary.
|
|
71
|
+
# @!attribute [rw] extensions
|
|
72
|
+
# @return [::Array<::Google::Protobuf::Any>]
|
|
73
|
+
# Application specific response metadata. Must be set in the first response
|
|
74
|
+
# for streaming APIs.
|
|
75
|
+
class HttpBody
|
|
76
|
+
include ::Google::Protobuf::MessageExts
|
|
77
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
78
|
+
end
|
|
79
|
+
end
|
|
80
|
+
end
|