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,41 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# Copyright 2022 Google LLC
|
|
4
|
+
#
|
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
# you may not use this file except in compliance with the License.
|
|
7
|
+
# You may obtain a copy of the License at
|
|
8
|
+
#
|
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
#
|
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
# See the License for the specific language governing permissions and
|
|
15
|
+
# limitations under the License.
|
|
16
|
+
|
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
module Google
|
|
21
|
+
module Cloud
|
|
22
|
+
module AIPlatform
|
|
23
|
+
module V1
|
|
24
|
+
# Value is the value of the field.
|
|
25
|
+
# @!attribute [rw] int_value
|
|
26
|
+
# @return [::Integer]
|
|
27
|
+
# An integer value.
|
|
28
|
+
# @!attribute [rw] double_value
|
|
29
|
+
# @return [::Float]
|
|
30
|
+
# A double value.
|
|
31
|
+
# @!attribute [rw] string_value
|
|
32
|
+
# @return [::String]
|
|
33
|
+
# A string value.
|
|
34
|
+
class Value
|
|
35
|
+
include ::Google::Protobuf::MessageExts
|
|
36
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
end
|
|
@@ -0,0 +1,332 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# Copyright 2022 Google LLC
|
|
4
|
+
#
|
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
# you may not use this file except in compliance with the License.
|
|
7
|
+
# You may obtain a copy of the License at
|
|
8
|
+
#
|
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
#
|
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
# See the License for the specific language governing permissions and
|
|
15
|
+
# limitations under the License.
|
|
16
|
+
|
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
module Google
|
|
21
|
+
module Cloud
|
|
22
|
+
module AIPlatform
|
|
23
|
+
module V1
|
|
24
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::VizierService::Client#get_study VizierService.GetStudy}.
|
|
25
|
+
# @!attribute [rw] name
|
|
26
|
+
# @return [::String]
|
|
27
|
+
# Required. The name of the Study resource.
|
|
28
|
+
# Format: `projects/{project}/locations/{location}/studies/{study}`
|
|
29
|
+
class GetStudyRequest
|
|
30
|
+
include ::Google::Protobuf::MessageExts
|
|
31
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::VizierService::Client#create_study VizierService.CreateStudy}.
|
|
35
|
+
# @!attribute [rw] parent
|
|
36
|
+
# @return [::String]
|
|
37
|
+
# Required. The resource name of the Location to create the CustomJob in.
|
|
38
|
+
# Format: `projects/{project}/locations/{location}`
|
|
39
|
+
# @!attribute [rw] study
|
|
40
|
+
# @return [::Google::Cloud::AIPlatform::V1::Study]
|
|
41
|
+
# Required. The Study configuration used to create the Study.
|
|
42
|
+
class CreateStudyRequest
|
|
43
|
+
include ::Google::Protobuf::MessageExts
|
|
44
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::VizierService::Client#list_studies VizierService.ListStudies}.
|
|
48
|
+
# @!attribute [rw] parent
|
|
49
|
+
# @return [::String]
|
|
50
|
+
# Required. The resource name of the Location to list the Study from.
|
|
51
|
+
# Format: `projects/{project}/locations/{location}`
|
|
52
|
+
# @!attribute [rw] page_token
|
|
53
|
+
# @return [::String]
|
|
54
|
+
# Optional. A page token to request the next page of results.
|
|
55
|
+
# If unspecified, there are no subsequent pages.
|
|
56
|
+
# @!attribute [rw] page_size
|
|
57
|
+
# @return [::Integer]
|
|
58
|
+
# Optional. The maximum number of studies to return per "page" of results.
|
|
59
|
+
# If unspecified, service will pick an appropriate default.
|
|
60
|
+
class ListStudiesRequest
|
|
61
|
+
include ::Google::Protobuf::MessageExts
|
|
62
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::VizierService::Client#list_studies VizierService.ListStudies}.
|
|
66
|
+
# @!attribute [rw] studies
|
|
67
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::Study>]
|
|
68
|
+
# The studies associated with the project.
|
|
69
|
+
# @!attribute [rw] next_page_token
|
|
70
|
+
# @return [::String]
|
|
71
|
+
# Passes this token as the `page_token` field of the request for a
|
|
72
|
+
# subsequent call.
|
|
73
|
+
# If this field is omitted, there are no subsequent pages.
|
|
74
|
+
class ListStudiesResponse
|
|
75
|
+
include ::Google::Protobuf::MessageExts
|
|
76
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
77
|
+
end
|
|
78
|
+
|
|
79
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::VizierService::Client#delete_study VizierService.DeleteStudy}.
|
|
80
|
+
# @!attribute [rw] name
|
|
81
|
+
# @return [::String]
|
|
82
|
+
# Required. The name of the Study resource to be deleted.
|
|
83
|
+
# Format: `projects/{project}/locations/{location}/studies/{study}`
|
|
84
|
+
class DeleteStudyRequest
|
|
85
|
+
include ::Google::Protobuf::MessageExts
|
|
86
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
87
|
+
end
|
|
88
|
+
|
|
89
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::VizierService::Client#lookup_study VizierService.LookupStudy}.
|
|
90
|
+
# @!attribute [rw] parent
|
|
91
|
+
# @return [::String]
|
|
92
|
+
# Required. The resource name of the Location to get the Study from.
|
|
93
|
+
# Format: `projects/{project}/locations/{location}`
|
|
94
|
+
# @!attribute [rw] display_name
|
|
95
|
+
# @return [::String]
|
|
96
|
+
# Required. The user-defined display name of the Study
|
|
97
|
+
class LookupStudyRequest
|
|
98
|
+
include ::Google::Protobuf::MessageExts
|
|
99
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
100
|
+
end
|
|
101
|
+
|
|
102
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::VizierService::Client#suggest_trials VizierService.SuggestTrials}.
|
|
103
|
+
# @!attribute [rw] parent
|
|
104
|
+
# @return [::String]
|
|
105
|
+
# Required. The project and location that the Study belongs to.
|
|
106
|
+
# Format: `projects/{project}/locations/{location}/studies/{study}`
|
|
107
|
+
# @!attribute [rw] suggestion_count
|
|
108
|
+
# @return [::Integer]
|
|
109
|
+
# Required. The number of suggestions requested.
|
|
110
|
+
# @!attribute [rw] client_id
|
|
111
|
+
# @return [::String]
|
|
112
|
+
# Required. The identifier of the client that is requesting the suggestion.
|
|
113
|
+
#
|
|
114
|
+
# If multiple SuggestTrialsRequests have the same `client_id`,
|
|
115
|
+
# the service will return the identical suggested Trial if the Trial is
|
|
116
|
+
# pending, and provide a new Trial if the last suggested Trial was completed.
|
|
117
|
+
class SuggestTrialsRequest
|
|
118
|
+
include ::Google::Protobuf::MessageExts
|
|
119
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
120
|
+
end
|
|
121
|
+
|
|
122
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::VizierService::Client#suggest_trials VizierService.SuggestTrials}.
|
|
123
|
+
# @!attribute [rw] trials
|
|
124
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::Trial>]
|
|
125
|
+
# A list of Trials.
|
|
126
|
+
# @!attribute [rw] study_state
|
|
127
|
+
# @return [::Google::Cloud::AIPlatform::V1::Study::State]
|
|
128
|
+
# The state of the Study.
|
|
129
|
+
# @!attribute [rw] start_time
|
|
130
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
131
|
+
# The time at which the operation was started.
|
|
132
|
+
# @!attribute [rw] end_time
|
|
133
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
134
|
+
# The time at which operation processing completed.
|
|
135
|
+
class SuggestTrialsResponse
|
|
136
|
+
include ::Google::Protobuf::MessageExts
|
|
137
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
138
|
+
end
|
|
139
|
+
|
|
140
|
+
# Details of operations that perform Trials suggestion.
|
|
141
|
+
# @!attribute [rw] generic_metadata
|
|
142
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
143
|
+
# Operation metadata for suggesting Trials.
|
|
144
|
+
# @!attribute [rw] client_id
|
|
145
|
+
# @return [::String]
|
|
146
|
+
# The identifier of the client that is requesting the suggestion.
|
|
147
|
+
#
|
|
148
|
+
# If multiple SuggestTrialsRequests have the same `client_id`,
|
|
149
|
+
# the service will return the identical suggested Trial if the Trial is
|
|
150
|
+
# pending, and provide a new Trial if the last suggested Trial was completed.
|
|
151
|
+
class SuggestTrialsMetadata
|
|
152
|
+
include ::Google::Protobuf::MessageExts
|
|
153
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
154
|
+
end
|
|
155
|
+
|
|
156
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::VizierService::Client#create_trial VizierService.CreateTrial}.
|
|
157
|
+
# @!attribute [rw] parent
|
|
158
|
+
# @return [::String]
|
|
159
|
+
# Required. The resource name of the Study to create the Trial in.
|
|
160
|
+
# Format: `projects/{project}/locations/{location}/studies/{study}`
|
|
161
|
+
# @!attribute [rw] trial
|
|
162
|
+
# @return [::Google::Cloud::AIPlatform::V1::Trial]
|
|
163
|
+
# Required. The Trial to create.
|
|
164
|
+
class CreateTrialRequest
|
|
165
|
+
include ::Google::Protobuf::MessageExts
|
|
166
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
167
|
+
end
|
|
168
|
+
|
|
169
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::VizierService::Client#get_trial VizierService.GetTrial}.
|
|
170
|
+
# @!attribute [rw] name
|
|
171
|
+
# @return [::String]
|
|
172
|
+
# Required. The name of the Trial resource.
|
|
173
|
+
# Format:
|
|
174
|
+
# `projects/{project}/locations/{location}/studies/{study}/trials/{trial}`
|
|
175
|
+
class GetTrialRequest
|
|
176
|
+
include ::Google::Protobuf::MessageExts
|
|
177
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
178
|
+
end
|
|
179
|
+
|
|
180
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::VizierService::Client#list_trials VizierService.ListTrials}.
|
|
181
|
+
# @!attribute [rw] parent
|
|
182
|
+
# @return [::String]
|
|
183
|
+
# Required. The resource name of the Study to list the Trial from.
|
|
184
|
+
# Format: `projects/{project}/locations/{location}/studies/{study}`
|
|
185
|
+
# @!attribute [rw] page_token
|
|
186
|
+
# @return [::String]
|
|
187
|
+
# Optional. A page token to request the next page of results.
|
|
188
|
+
# If unspecified, there are no subsequent pages.
|
|
189
|
+
# @!attribute [rw] page_size
|
|
190
|
+
# @return [::Integer]
|
|
191
|
+
# Optional. The number of Trials to retrieve per "page" of results.
|
|
192
|
+
# If unspecified, the service will pick an appropriate default.
|
|
193
|
+
class ListTrialsRequest
|
|
194
|
+
include ::Google::Protobuf::MessageExts
|
|
195
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
196
|
+
end
|
|
197
|
+
|
|
198
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::VizierService::Client#list_trials VizierService.ListTrials}.
|
|
199
|
+
# @!attribute [rw] trials
|
|
200
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::Trial>]
|
|
201
|
+
# The Trials associated with the Study.
|
|
202
|
+
# @!attribute [rw] next_page_token
|
|
203
|
+
# @return [::String]
|
|
204
|
+
# Pass this token as the `page_token` field of the request for a
|
|
205
|
+
# subsequent call.
|
|
206
|
+
# If this field is omitted, there are no subsequent pages.
|
|
207
|
+
class ListTrialsResponse
|
|
208
|
+
include ::Google::Protobuf::MessageExts
|
|
209
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
210
|
+
end
|
|
211
|
+
|
|
212
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::VizierService::Client#add_trial_measurement VizierService.AddTrialMeasurement}.
|
|
213
|
+
# @!attribute [rw] trial_name
|
|
214
|
+
# @return [::String]
|
|
215
|
+
# Required. The name of the trial to add measurement.
|
|
216
|
+
# Format:
|
|
217
|
+
# `projects/{project}/locations/{location}/studies/{study}/trials/{trial}`
|
|
218
|
+
# @!attribute [rw] measurement
|
|
219
|
+
# @return [::Google::Cloud::AIPlatform::V1::Measurement]
|
|
220
|
+
# Required. The measurement to be added to a Trial.
|
|
221
|
+
class AddTrialMeasurementRequest
|
|
222
|
+
include ::Google::Protobuf::MessageExts
|
|
223
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
224
|
+
end
|
|
225
|
+
|
|
226
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::VizierService::Client#complete_trial VizierService.CompleteTrial}.
|
|
227
|
+
# @!attribute [rw] name
|
|
228
|
+
# @return [::String]
|
|
229
|
+
# Required. The Trial's name.
|
|
230
|
+
# Format:
|
|
231
|
+
# `projects/{project}/locations/{location}/studies/{study}/trials/{trial}`
|
|
232
|
+
# @!attribute [rw] final_measurement
|
|
233
|
+
# @return [::Google::Cloud::AIPlatform::V1::Measurement]
|
|
234
|
+
# Optional. If provided, it will be used as the completed Trial's
|
|
235
|
+
# final_measurement; Otherwise, the service will auto-select a
|
|
236
|
+
# previously reported measurement as the final-measurement
|
|
237
|
+
# @!attribute [rw] trial_infeasible
|
|
238
|
+
# @return [::Boolean]
|
|
239
|
+
# Optional. True if the Trial cannot be run with the given Parameter, and
|
|
240
|
+
# final_measurement will be ignored.
|
|
241
|
+
# @!attribute [rw] infeasible_reason
|
|
242
|
+
# @return [::String]
|
|
243
|
+
# Optional. A human readable reason why the trial was infeasible. This should
|
|
244
|
+
# only be provided if `trial_infeasible` is true.
|
|
245
|
+
class CompleteTrialRequest
|
|
246
|
+
include ::Google::Protobuf::MessageExts
|
|
247
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
248
|
+
end
|
|
249
|
+
|
|
250
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::VizierService::Client#delete_trial VizierService.DeleteTrial}.
|
|
251
|
+
# @!attribute [rw] name
|
|
252
|
+
# @return [::String]
|
|
253
|
+
# Required. The Trial's name.
|
|
254
|
+
# Format:
|
|
255
|
+
# `projects/{project}/locations/{location}/studies/{study}/trials/{trial}`
|
|
256
|
+
class DeleteTrialRequest
|
|
257
|
+
include ::Google::Protobuf::MessageExts
|
|
258
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
259
|
+
end
|
|
260
|
+
|
|
261
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::VizierService::Client#check_trial_early_stopping_state VizierService.CheckTrialEarlyStoppingState}.
|
|
262
|
+
# @!attribute [rw] trial_name
|
|
263
|
+
# @return [::String]
|
|
264
|
+
# Required. The Trial's name.
|
|
265
|
+
# Format:
|
|
266
|
+
# `projects/{project}/locations/{location}/studies/{study}/trials/{trial}`
|
|
267
|
+
class CheckTrialEarlyStoppingStateRequest
|
|
268
|
+
include ::Google::Protobuf::MessageExts
|
|
269
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
270
|
+
end
|
|
271
|
+
|
|
272
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::VizierService::Client#check_trial_early_stopping_state VizierService.CheckTrialEarlyStoppingState}.
|
|
273
|
+
# @!attribute [rw] should_stop
|
|
274
|
+
# @return [::Boolean]
|
|
275
|
+
# True if the Trial should stop.
|
|
276
|
+
class CheckTrialEarlyStoppingStateResponse
|
|
277
|
+
include ::Google::Protobuf::MessageExts
|
|
278
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
279
|
+
end
|
|
280
|
+
|
|
281
|
+
# This message will be placed in the metadata field of a
|
|
282
|
+
# google.longrunning.Operation associated with a CheckTrialEarlyStoppingState
|
|
283
|
+
# request.
|
|
284
|
+
# @!attribute [rw] generic_metadata
|
|
285
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
286
|
+
# Operation metadata for suggesting Trials.
|
|
287
|
+
# @!attribute [rw] study
|
|
288
|
+
# @return [::String]
|
|
289
|
+
# The name of the Study that the Trial belongs to.
|
|
290
|
+
# @!attribute [rw] trial
|
|
291
|
+
# @return [::String]
|
|
292
|
+
# The Trial name.
|
|
293
|
+
class CheckTrialEarlyStoppingStateMetatdata
|
|
294
|
+
include ::Google::Protobuf::MessageExts
|
|
295
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
296
|
+
end
|
|
297
|
+
|
|
298
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::VizierService::Client#stop_trial VizierService.StopTrial}.
|
|
299
|
+
# @!attribute [rw] name
|
|
300
|
+
# @return [::String]
|
|
301
|
+
# Required. The Trial's name.
|
|
302
|
+
# Format:
|
|
303
|
+
# `projects/{project}/locations/{location}/studies/{study}/trials/{trial}`
|
|
304
|
+
class StopTrialRequest
|
|
305
|
+
include ::Google::Protobuf::MessageExts
|
|
306
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
307
|
+
end
|
|
308
|
+
|
|
309
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::VizierService::Client#list_optimal_trials VizierService.ListOptimalTrials}.
|
|
310
|
+
# @!attribute [rw] parent
|
|
311
|
+
# @return [::String]
|
|
312
|
+
# Required. The name of the Study that the optimal Trial belongs to.
|
|
313
|
+
class ListOptimalTrialsRequest
|
|
314
|
+
include ::Google::Protobuf::MessageExts
|
|
315
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
316
|
+
end
|
|
317
|
+
|
|
318
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::VizierService::Client#list_optimal_trials VizierService.ListOptimalTrials}.
|
|
319
|
+
# @!attribute [rw] optimal_trials
|
|
320
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::Trial>]
|
|
321
|
+
# The pareto-optimal Trials for multiple objective Study or the
|
|
322
|
+
# optimal trial for single objective Study. The definition of
|
|
323
|
+
# pareto-optimal can be checked in wiki page.
|
|
324
|
+
# https://en.wikipedia.org/wiki/Pareto_efficiency
|
|
325
|
+
class ListOptimalTrialsResponse
|
|
326
|
+
include ::Google::Protobuf::MessageExts
|
|
327
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
328
|
+
end
|
|
329
|
+
end
|
|
330
|
+
end
|
|
331
|
+
end
|
|
332
|
+
end
|
|
@@ -0,0 +1,164 @@
|
|
|
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 Longrunning
|
|
22
|
+
# This resource represents a long-running operation that is the result of a
|
|
23
|
+
# network API call.
|
|
24
|
+
# @!attribute [rw] name
|
|
25
|
+
# @return [::String]
|
|
26
|
+
# The server-assigned name, which is only unique within the same service that
|
|
27
|
+
# originally returns it. If you use the default HTTP mapping, the
|
|
28
|
+
# `name` should be a resource name ending with `operations/{unique_id}`.
|
|
29
|
+
# @!attribute [rw] metadata
|
|
30
|
+
# @return [::Google::Protobuf::Any]
|
|
31
|
+
# Service-specific metadata associated with the operation. It typically
|
|
32
|
+
# contains progress information and common metadata such as create time.
|
|
33
|
+
# Some services might not provide such metadata. Any method that returns a
|
|
34
|
+
# long-running operation should document the metadata type, if any.
|
|
35
|
+
# @!attribute [rw] done
|
|
36
|
+
# @return [::Boolean]
|
|
37
|
+
# If the value is `false`, it means the operation is still in progress.
|
|
38
|
+
# If `true`, the operation is completed, and either `error` or `response` is
|
|
39
|
+
# available.
|
|
40
|
+
# @!attribute [rw] error
|
|
41
|
+
# @return [::Google::Rpc::Status]
|
|
42
|
+
# The error result of the operation in case of failure or cancellation.
|
|
43
|
+
# @!attribute [rw] response
|
|
44
|
+
# @return [::Google::Protobuf::Any]
|
|
45
|
+
# The normal response of the operation in case of success. If the original
|
|
46
|
+
# method returns no data on success, such as `Delete`, the response is
|
|
47
|
+
# `google.protobuf.Empty`. If the original method is standard
|
|
48
|
+
# `Get`/`Create`/`Update`, the response should be the resource. For other
|
|
49
|
+
# methods, the response should have the type `XxxResponse`, where `Xxx`
|
|
50
|
+
# is the original method name. For example, if the original method name
|
|
51
|
+
# is `TakeSnapshot()`, the inferred response type is
|
|
52
|
+
# `TakeSnapshotResponse`.
|
|
53
|
+
class Operation
|
|
54
|
+
include ::Google::Protobuf::MessageExts
|
|
55
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
# The request message for Operations.GetOperation.
|
|
59
|
+
# @!attribute [rw] name
|
|
60
|
+
# @return [::String]
|
|
61
|
+
# The name of the operation resource.
|
|
62
|
+
class GetOperationRequest
|
|
63
|
+
include ::Google::Protobuf::MessageExts
|
|
64
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
65
|
+
end
|
|
66
|
+
|
|
67
|
+
# The request message for Operations.ListOperations.
|
|
68
|
+
# @!attribute [rw] name
|
|
69
|
+
# @return [::String]
|
|
70
|
+
# The name of the operation's parent resource.
|
|
71
|
+
# @!attribute [rw] filter
|
|
72
|
+
# @return [::String]
|
|
73
|
+
# The standard list filter.
|
|
74
|
+
# @!attribute [rw] page_size
|
|
75
|
+
# @return [::Integer]
|
|
76
|
+
# The standard list page size.
|
|
77
|
+
# @!attribute [rw] page_token
|
|
78
|
+
# @return [::String]
|
|
79
|
+
# The standard list page token.
|
|
80
|
+
class ListOperationsRequest
|
|
81
|
+
include ::Google::Protobuf::MessageExts
|
|
82
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
83
|
+
end
|
|
84
|
+
|
|
85
|
+
# The response message for Operations.ListOperations.
|
|
86
|
+
# @!attribute [rw] operations
|
|
87
|
+
# @return [::Array<::Google::Longrunning::Operation>]
|
|
88
|
+
# A list of operations that matches the specified filter in the request.
|
|
89
|
+
# @!attribute [rw] next_page_token
|
|
90
|
+
# @return [::String]
|
|
91
|
+
# The standard List next-page token.
|
|
92
|
+
class ListOperationsResponse
|
|
93
|
+
include ::Google::Protobuf::MessageExts
|
|
94
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
95
|
+
end
|
|
96
|
+
|
|
97
|
+
# The request message for Operations.CancelOperation.
|
|
98
|
+
# @!attribute [rw] name
|
|
99
|
+
# @return [::String]
|
|
100
|
+
# The name of the operation resource to be cancelled.
|
|
101
|
+
class CancelOperationRequest
|
|
102
|
+
include ::Google::Protobuf::MessageExts
|
|
103
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
104
|
+
end
|
|
105
|
+
|
|
106
|
+
# The request message for Operations.DeleteOperation.
|
|
107
|
+
# @!attribute [rw] name
|
|
108
|
+
# @return [::String]
|
|
109
|
+
# The name of the operation resource to be deleted.
|
|
110
|
+
class DeleteOperationRequest
|
|
111
|
+
include ::Google::Protobuf::MessageExts
|
|
112
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
# The request message for Operations.WaitOperation.
|
|
116
|
+
# @!attribute [rw] name
|
|
117
|
+
# @return [::String]
|
|
118
|
+
# The name of the operation resource to wait on.
|
|
119
|
+
# @!attribute [rw] timeout
|
|
120
|
+
# @return [::Google::Protobuf::Duration]
|
|
121
|
+
# The maximum duration to wait before timing out. If left blank, the wait
|
|
122
|
+
# will be at most the time permitted by the underlying HTTP/RPC protocol.
|
|
123
|
+
# If RPC context deadline is also specified, the shorter one will be used.
|
|
124
|
+
class WaitOperationRequest
|
|
125
|
+
include ::Google::Protobuf::MessageExts
|
|
126
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
127
|
+
end
|
|
128
|
+
|
|
129
|
+
# A message representing the message types used by a long-running operation.
|
|
130
|
+
#
|
|
131
|
+
# Example:
|
|
132
|
+
#
|
|
133
|
+
# rpc LongRunningRecognize(LongRunningRecognizeRequest)
|
|
134
|
+
# returns (google.longrunning.Operation) {
|
|
135
|
+
# option (google.longrunning.operation_info) = {
|
|
136
|
+
# response_type: "LongRunningRecognizeResponse"
|
|
137
|
+
# metadata_type: "LongRunningRecognizeMetadata"
|
|
138
|
+
# };
|
|
139
|
+
# }
|
|
140
|
+
# @!attribute [rw] response_type
|
|
141
|
+
# @return [::String]
|
|
142
|
+
# Required. The message name of the primary return type for this
|
|
143
|
+
# long-running operation.
|
|
144
|
+
# This type will be used to deserialize the LRO's response.
|
|
145
|
+
#
|
|
146
|
+
# If the response is in a different package from the rpc, a fully-qualified
|
|
147
|
+
# message name must be used (e.g. `google.protobuf.Struct`).
|
|
148
|
+
#
|
|
149
|
+
# Note: Altering this value constitutes a breaking change.
|
|
150
|
+
# @!attribute [rw] metadata_type
|
|
151
|
+
# @return [::String]
|
|
152
|
+
# Required. The message name of the metadata type for this long-running
|
|
153
|
+
# operation.
|
|
154
|
+
#
|
|
155
|
+
# If the response is in a different package from the rpc, a fully-qualified
|
|
156
|
+
# message name must be used (e.g. `google.protobuf.Struct`).
|
|
157
|
+
#
|
|
158
|
+
# Note: Altering this value constitutes a breaking change.
|
|
159
|
+
class OperationInfo
|
|
160
|
+
include ::Google::Protobuf::MessageExts
|
|
161
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
162
|
+
end
|
|
163
|
+
end
|
|
164
|
+
end
|
|
@@ -0,0 +1,141 @@
|
|
|
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 Protobuf
|
|
22
|
+
# `Any` contains an arbitrary serialized protocol buffer message along with a
|
|
23
|
+
# URL that describes the type of the serialized message.
|
|
24
|
+
#
|
|
25
|
+
# Protobuf library provides support to pack/unpack Any values in the form
|
|
26
|
+
# of utility functions or additional generated methods of the Any type.
|
|
27
|
+
#
|
|
28
|
+
# Example 1: Pack and unpack a message in C++.
|
|
29
|
+
#
|
|
30
|
+
# Foo foo = ...;
|
|
31
|
+
# Any any;
|
|
32
|
+
# any.PackFrom(foo);
|
|
33
|
+
# ...
|
|
34
|
+
# if (any.UnpackTo(&foo)) {
|
|
35
|
+
# ...
|
|
36
|
+
# }
|
|
37
|
+
#
|
|
38
|
+
# Example 2: Pack and unpack a message in Java.
|
|
39
|
+
#
|
|
40
|
+
# Foo foo = ...;
|
|
41
|
+
# Any any = Any.pack(foo);
|
|
42
|
+
# ...
|
|
43
|
+
# if (any.is(Foo.class)) {
|
|
44
|
+
# foo = any.unpack(Foo.class);
|
|
45
|
+
# }
|
|
46
|
+
#
|
|
47
|
+
# Example 3: Pack and unpack a message in Python.
|
|
48
|
+
#
|
|
49
|
+
# foo = Foo(...)
|
|
50
|
+
# any = Any()
|
|
51
|
+
# any.Pack(foo)
|
|
52
|
+
# ...
|
|
53
|
+
# if any.Is(Foo.DESCRIPTOR):
|
|
54
|
+
# any.Unpack(foo)
|
|
55
|
+
# ...
|
|
56
|
+
#
|
|
57
|
+
# Example 4: Pack and unpack a message in Go
|
|
58
|
+
#
|
|
59
|
+
# foo := &pb.Foo{...}
|
|
60
|
+
# any, err := anypb.New(foo)
|
|
61
|
+
# if err != nil {
|
|
62
|
+
# ...
|
|
63
|
+
# }
|
|
64
|
+
# ...
|
|
65
|
+
# foo := &pb.Foo{}
|
|
66
|
+
# if err := any.UnmarshalTo(foo); err != nil {
|
|
67
|
+
# ...
|
|
68
|
+
# }
|
|
69
|
+
#
|
|
70
|
+
# The pack methods provided by protobuf library will by default use
|
|
71
|
+
# 'type.googleapis.com/full.type.name' as the type URL and the unpack
|
|
72
|
+
# methods only use the fully qualified type name after the last '/'
|
|
73
|
+
# in the type URL, for example "foo.bar.com/x/y.z" will yield type
|
|
74
|
+
# name "y.z".
|
|
75
|
+
#
|
|
76
|
+
#
|
|
77
|
+
# JSON
|
|
78
|
+
# ====
|
|
79
|
+
# The JSON representation of an `Any` value uses the regular
|
|
80
|
+
# representation of the deserialized, embedded message, with an
|
|
81
|
+
# additional field `@type` which contains the type URL. Example:
|
|
82
|
+
#
|
|
83
|
+
# package google.profile;
|
|
84
|
+
# message Person {
|
|
85
|
+
# string first_name = 1;
|
|
86
|
+
# string last_name = 2;
|
|
87
|
+
# }
|
|
88
|
+
#
|
|
89
|
+
# {
|
|
90
|
+
# "@type": "type.googleapis.com/google.profile.Person",
|
|
91
|
+
# "firstName": <string>,
|
|
92
|
+
# "lastName": <string>
|
|
93
|
+
# }
|
|
94
|
+
#
|
|
95
|
+
# If the embedded message type is well-known and has a custom JSON
|
|
96
|
+
# representation, that representation will be embedded adding a field
|
|
97
|
+
# `value` which holds the custom JSON in addition to the `@type`
|
|
98
|
+
# field. Example (for message [google.protobuf.Duration][]):
|
|
99
|
+
#
|
|
100
|
+
# {
|
|
101
|
+
# "@type": "type.googleapis.com/google.protobuf.Duration",
|
|
102
|
+
# "value": "1.212s"
|
|
103
|
+
# }
|
|
104
|
+
# @!attribute [rw] type_url
|
|
105
|
+
# @return [::String]
|
|
106
|
+
# A URL/resource name that uniquely identifies the type of the serialized
|
|
107
|
+
# protocol buffer message. This string must contain at least
|
|
108
|
+
# one "/" character. The last segment of the URL's path must represent
|
|
109
|
+
# the fully qualified name of the type (as in
|
|
110
|
+
# `path/google.protobuf.Duration`). The name should be in a canonical form
|
|
111
|
+
# (e.g., leading "." is not accepted).
|
|
112
|
+
#
|
|
113
|
+
# In practice, teams usually precompile into the binary all types that they
|
|
114
|
+
# expect it to use in the context of Any. However, for URLs which use the
|
|
115
|
+
# scheme `http`, `https`, or no scheme, one can optionally set up a type
|
|
116
|
+
# server that maps type URLs to message definitions as follows:
|
|
117
|
+
#
|
|
118
|
+
# * If no scheme is provided, `https` is assumed.
|
|
119
|
+
# * An HTTP GET on the URL must yield a [google.protobuf.Type][]
|
|
120
|
+
# value in binary format, or produce an error.
|
|
121
|
+
# * Applications are allowed to cache lookup results based on the
|
|
122
|
+
# URL, or have them precompiled into a binary to avoid any
|
|
123
|
+
# lookup. Therefore, binary compatibility needs to be preserved
|
|
124
|
+
# on changes to types. (Use versioned type names to manage
|
|
125
|
+
# breaking changes.)
|
|
126
|
+
#
|
|
127
|
+
# Note: this functionality is not currently available in the official
|
|
128
|
+
# protobuf release, and it is not used for type URLs beginning with
|
|
129
|
+
# type.googleapis.com.
|
|
130
|
+
#
|
|
131
|
+
# Schemes other than `http`, `https` (or the empty scheme) might be
|
|
132
|
+
# used with implementation specific semantics.
|
|
133
|
+
# @!attribute [rw] value
|
|
134
|
+
# @return [::String]
|
|
135
|
+
# Must be a valid serialized protocol buffer of the above specified type.
|
|
136
|
+
class Any
|
|
137
|
+
include ::Google::Protobuf::MessageExts
|
|
138
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
139
|
+
end
|
|
140
|
+
end
|
|
141
|
+
end
|