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,240 @@
|
|
|
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::IndexEndpointService::Client#create_index_endpoint IndexEndpointService.CreateIndexEndpoint}.
|
|
25
|
+
# @!attribute [rw] parent
|
|
26
|
+
# @return [::String]
|
|
27
|
+
# Required. The resource name of the Location to create the IndexEndpoint in.
|
|
28
|
+
# Format: `projects/{project}/locations/{location}`
|
|
29
|
+
# @!attribute [rw] index_endpoint
|
|
30
|
+
# @return [::Google::Cloud::AIPlatform::V1::IndexEndpoint]
|
|
31
|
+
# Required. The IndexEndpoint to create.
|
|
32
|
+
class CreateIndexEndpointRequest
|
|
33
|
+
include ::Google::Protobuf::MessageExts
|
|
34
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
# Runtime operation information for
|
|
38
|
+
# {::Google::Cloud::AIPlatform::V1::IndexEndpointService::Client#create_index_endpoint IndexEndpointService.CreateIndexEndpoint}.
|
|
39
|
+
# @!attribute [rw] generic_metadata
|
|
40
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
41
|
+
# The operation generic information.
|
|
42
|
+
class CreateIndexEndpointOperationMetadata
|
|
43
|
+
include ::Google::Protobuf::MessageExts
|
|
44
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::IndexEndpointService::Client#get_index_endpoint IndexEndpointService.GetIndexEndpoint}
|
|
48
|
+
# @!attribute [rw] name
|
|
49
|
+
# @return [::String]
|
|
50
|
+
# Required. The name of the IndexEndpoint resource.
|
|
51
|
+
# Format:
|
|
52
|
+
# `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}`
|
|
53
|
+
class GetIndexEndpointRequest
|
|
54
|
+
include ::Google::Protobuf::MessageExts
|
|
55
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::IndexEndpointService::Client#list_index_endpoints IndexEndpointService.ListIndexEndpoints}.
|
|
59
|
+
# @!attribute [rw] parent
|
|
60
|
+
# @return [::String]
|
|
61
|
+
# Required. The resource name of the Location from which to list the IndexEndpoints.
|
|
62
|
+
# Format: `projects/{project}/locations/{location}`
|
|
63
|
+
# @!attribute [rw] filter
|
|
64
|
+
# @return [::String]
|
|
65
|
+
# Optional. An expression for filtering the results of the request. For field names
|
|
66
|
+
# both snake_case and camelCase are supported.
|
|
67
|
+
#
|
|
68
|
+
# * `index_endpoint` supports = and !=. `index_endpoint` represents the
|
|
69
|
+
# IndexEndpoint ID, ie. the last segment of the IndexEndpoint's
|
|
70
|
+
# {::Google::Cloud::AIPlatform::V1::IndexEndpoint#name resourcename}.
|
|
71
|
+
# * `display_name` supports =, != and regex()
|
|
72
|
+
# (uses [re2](https://github.com/google/re2/wiki/Syntax) syntax)
|
|
73
|
+
# * `labels` supports general map functions that is:
|
|
74
|
+
# `labels.key=value` - key:value equality
|
|
75
|
+
# `labels.key:* or labels:key - key existence
|
|
76
|
+
# A key including a space must be quoted. `labels."a key"`.
|
|
77
|
+
#
|
|
78
|
+
# Some examples:
|
|
79
|
+
# * `index_endpoint="1"`
|
|
80
|
+
# * `display_name="myDisplayName"`
|
|
81
|
+
# * `regex(display_name, "^A") -> The display name starts with an A.
|
|
82
|
+
# * `labels.myKey="myValue"`
|
|
83
|
+
# @!attribute [rw] page_size
|
|
84
|
+
# @return [::Integer]
|
|
85
|
+
# Optional. The standard list page size.
|
|
86
|
+
# @!attribute [rw] page_token
|
|
87
|
+
# @return [::String]
|
|
88
|
+
# Optional. The standard list page token.
|
|
89
|
+
# Typically obtained via
|
|
90
|
+
# {::Google::Cloud::AIPlatform::V1::ListIndexEndpointsResponse#next_page_token ListIndexEndpointsResponse.next_page_token} of the previous
|
|
91
|
+
# {::Google::Cloud::AIPlatform::V1::IndexEndpointService::Client#list_index_endpoints IndexEndpointService.ListIndexEndpoints} call.
|
|
92
|
+
# @!attribute [rw] read_mask
|
|
93
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
94
|
+
# Optional. Mask specifying which fields to read.
|
|
95
|
+
class ListIndexEndpointsRequest
|
|
96
|
+
include ::Google::Protobuf::MessageExts
|
|
97
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
98
|
+
end
|
|
99
|
+
|
|
100
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::IndexEndpointService::Client#list_index_endpoints IndexEndpointService.ListIndexEndpoints}.
|
|
101
|
+
# @!attribute [rw] index_endpoints
|
|
102
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::IndexEndpoint>]
|
|
103
|
+
# List of IndexEndpoints in the requested page.
|
|
104
|
+
# @!attribute [rw] next_page_token
|
|
105
|
+
# @return [::String]
|
|
106
|
+
# A token to retrieve next page of results.
|
|
107
|
+
# Pass to {::Google::Cloud::AIPlatform::V1::ListIndexEndpointsRequest#page_token ListIndexEndpointsRequest.page_token} to obtain that page.
|
|
108
|
+
class ListIndexEndpointsResponse
|
|
109
|
+
include ::Google::Protobuf::MessageExts
|
|
110
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
111
|
+
end
|
|
112
|
+
|
|
113
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::IndexEndpointService::Client#update_index_endpoint IndexEndpointService.UpdateIndexEndpoint}.
|
|
114
|
+
# @!attribute [rw] index_endpoint
|
|
115
|
+
# @return [::Google::Cloud::AIPlatform::V1::IndexEndpoint]
|
|
116
|
+
# Required. The IndexEndpoint which replaces the resource on the server.
|
|
117
|
+
# @!attribute [rw] update_mask
|
|
118
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
119
|
+
# Required. The update mask applies to the resource. See {::Google::Protobuf::FieldMask google.protobuf.FieldMask}.
|
|
120
|
+
class UpdateIndexEndpointRequest
|
|
121
|
+
include ::Google::Protobuf::MessageExts
|
|
122
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
123
|
+
end
|
|
124
|
+
|
|
125
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::IndexEndpointService::Client#delete_index_endpoint IndexEndpointService.DeleteIndexEndpoint}.
|
|
126
|
+
# @!attribute [rw] name
|
|
127
|
+
# @return [::String]
|
|
128
|
+
# Required. The name of the IndexEndpoint resource to be deleted.
|
|
129
|
+
# Format:
|
|
130
|
+
# `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}`
|
|
131
|
+
class DeleteIndexEndpointRequest
|
|
132
|
+
include ::Google::Protobuf::MessageExts
|
|
133
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
134
|
+
end
|
|
135
|
+
|
|
136
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::IndexEndpointService::Client#deploy_index IndexEndpointService.DeployIndex}.
|
|
137
|
+
# @!attribute [rw] index_endpoint
|
|
138
|
+
# @return [::String]
|
|
139
|
+
# Required. The name of the IndexEndpoint resource into which to deploy an Index.
|
|
140
|
+
# Format:
|
|
141
|
+
# `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}`
|
|
142
|
+
# @!attribute [rw] deployed_index
|
|
143
|
+
# @return [::Google::Cloud::AIPlatform::V1::DeployedIndex]
|
|
144
|
+
# Required. The DeployedIndex to be created within the IndexEndpoint.
|
|
145
|
+
class DeployIndexRequest
|
|
146
|
+
include ::Google::Protobuf::MessageExts
|
|
147
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
148
|
+
end
|
|
149
|
+
|
|
150
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::IndexEndpointService::Client#deploy_index IndexEndpointService.DeployIndex}.
|
|
151
|
+
# @!attribute [rw] deployed_index
|
|
152
|
+
# @return [::Google::Cloud::AIPlatform::V1::DeployedIndex]
|
|
153
|
+
# The DeployedIndex that had been deployed in the IndexEndpoint.
|
|
154
|
+
class DeployIndexResponse
|
|
155
|
+
include ::Google::Protobuf::MessageExts
|
|
156
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
157
|
+
end
|
|
158
|
+
|
|
159
|
+
# Runtime operation information for {::Google::Cloud::AIPlatform::V1::IndexEndpointService::Client#deploy_index IndexEndpointService.DeployIndex}.
|
|
160
|
+
# @!attribute [rw] generic_metadata
|
|
161
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
162
|
+
# The operation generic information.
|
|
163
|
+
# @!attribute [rw] deployed_index_id
|
|
164
|
+
# @return [::String]
|
|
165
|
+
# The unique index id specified by user
|
|
166
|
+
class DeployIndexOperationMetadata
|
|
167
|
+
include ::Google::Protobuf::MessageExts
|
|
168
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
169
|
+
end
|
|
170
|
+
|
|
171
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::IndexEndpointService::Client#undeploy_index IndexEndpointService.UndeployIndex}.
|
|
172
|
+
# @!attribute [rw] index_endpoint
|
|
173
|
+
# @return [::String]
|
|
174
|
+
# Required. The name of the IndexEndpoint resource from which to undeploy an Index.
|
|
175
|
+
# Format:
|
|
176
|
+
# `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}`
|
|
177
|
+
# @!attribute [rw] deployed_index_id
|
|
178
|
+
# @return [::String]
|
|
179
|
+
# Required. The ID of the DeployedIndex to be undeployed from the IndexEndpoint.
|
|
180
|
+
class UndeployIndexRequest
|
|
181
|
+
include ::Google::Protobuf::MessageExts
|
|
182
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
183
|
+
end
|
|
184
|
+
|
|
185
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::IndexEndpointService::Client#undeploy_index IndexEndpointService.UndeployIndex}.
|
|
186
|
+
class UndeployIndexResponse
|
|
187
|
+
include ::Google::Protobuf::MessageExts
|
|
188
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
189
|
+
end
|
|
190
|
+
|
|
191
|
+
# Runtime operation information for {::Google::Cloud::AIPlatform::V1::IndexEndpointService::Client#undeploy_index IndexEndpointService.UndeployIndex}.
|
|
192
|
+
# @!attribute [rw] generic_metadata
|
|
193
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
194
|
+
# The operation generic information.
|
|
195
|
+
class UndeployIndexOperationMetadata
|
|
196
|
+
include ::Google::Protobuf::MessageExts
|
|
197
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
198
|
+
end
|
|
199
|
+
|
|
200
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::IndexEndpointService::Client#mutate_deployed_index IndexEndpointService.MutateDeployedIndex}.
|
|
201
|
+
# @!attribute [rw] index_endpoint
|
|
202
|
+
# @return [::String]
|
|
203
|
+
# Required. The name of the IndexEndpoint resource into which to deploy an Index.
|
|
204
|
+
# Format:
|
|
205
|
+
# `projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}`
|
|
206
|
+
# @!attribute [rw] deployed_index
|
|
207
|
+
# @return [::Google::Cloud::AIPlatform::V1::DeployedIndex]
|
|
208
|
+
# Required. The DeployedIndex to be updated within the IndexEndpoint.
|
|
209
|
+
# Currently, the updatable fields are [DeployedIndex][automatic_resources]
|
|
210
|
+
# and [DeployedIndex][dedicated_resources]
|
|
211
|
+
class MutateDeployedIndexRequest
|
|
212
|
+
include ::Google::Protobuf::MessageExts
|
|
213
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
214
|
+
end
|
|
215
|
+
|
|
216
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::IndexEndpointService::Client#mutate_deployed_index IndexEndpointService.MutateDeployedIndex}.
|
|
217
|
+
# @!attribute [rw] deployed_index
|
|
218
|
+
# @return [::Google::Cloud::AIPlatform::V1::DeployedIndex]
|
|
219
|
+
# The DeployedIndex that had been updated in the IndexEndpoint.
|
|
220
|
+
class MutateDeployedIndexResponse
|
|
221
|
+
include ::Google::Protobuf::MessageExts
|
|
222
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
223
|
+
end
|
|
224
|
+
|
|
225
|
+
# Runtime operation information for
|
|
226
|
+
# {::Google::Cloud::AIPlatform::V1::IndexEndpointService::Client#mutate_deployed_index IndexEndpointService.MutateDeployedIndex}.
|
|
227
|
+
# @!attribute [rw] generic_metadata
|
|
228
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
229
|
+
# The operation generic information.
|
|
230
|
+
# @!attribute [rw] deployed_index_id
|
|
231
|
+
# @return [::String]
|
|
232
|
+
# The unique index id specified by user
|
|
233
|
+
class MutateDeployedIndexOperationMetadata
|
|
234
|
+
include ::Google::Protobuf::MessageExts
|
|
235
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
236
|
+
end
|
|
237
|
+
end
|
|
238
|
+
end
|
|
239
|
+
end
|
|
240
|
+
end
|
|
@@ -0,0 +1,220 @@
|
|
|
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::IndexService::Client#create_index IndexService.CreateIndex}.
|
|
25
|
+
# @!attribute [rw] parent
|
|
26
|
+
# @return [::String]
|
|
27
|
+
# Required. The resource name of the Location to create the Index in.
|
|
28
|
+
# Format: `projects/{project}/locations/{location}`
|
|
29
|
+
# @!attribute [rw] index
|
|
30
|
+
# @return [::Google::Cloud::AIPlatform::V1::Index]
|
|
31
|
+
# Required. The Index to create.
|
|
32
|
+
class CreateIndexRequest
|
|
33
|
+
include ::Google::Protobuf::MessageExts
|
|
34
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
# Runtime operation information for {::Google::Cloud::AIPlatform::V1::IndexService::Client#create_index IndexService.CreateIndex}.
|
|
38
|
+
# @!attribute [rw] generic_metadata
|
|
39
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
40
|
+
# The operation generic information.
|
|
41
|
+
# @!attribute [rw] nearest_neighbor_search_operation_metadata
|
|
42
|
+
# @return [::Google::Cloud::AIPlatform::V1::NearestNeighborSearchOperationMetadata]
|
|
43
|
+
# The operation metadata with regard to Matching Engine Index operation.
|
|
44
|
+
class CreateIndexOperationMetadata
|
|
45
|
+
include ::Google::Protobuf::MessageExts
|
|
46
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::IndexService::Client#get_index IndexService.GetIndex}
|
|
50
|
+
# @!attribute [rw] name
|
|
51
|
+
# @return [::String]
|
|
52
|
+
# Required. The name of the Index resource.
|
|
53
|
+
# Format:
|
|
54
|
+
# `projects/{project}/locations/{location}/indexes/{index}`
|
|
55
|
+
class GetIndexRequest
|
|
56
|
+
include ::Google::Protobuf::MessageExts
|
|
57
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::IndexService::Client#list_indexes IndexService.ListIndexes}.
|
|
61
|
+
# @!attribute [rw] parent
|
|
62
|
+
# @return [::String]
|
|
63
|
+
# Required. The resource name of the Location from which to list the Indexes.
|
|
64
|
+
# Format: `projects/{project}/locations/{location}`
|
|
65
|
+
# @!attribute [rw] filter
|
|
66
|
+
# @return [::String]
|
|
67
|
+
# The standard list filter.
|
|
68
|
+
# @!attribute [rw] page_size
|
|
69
|
+
# @return [::Integer]
|
|
70
|
+
# The standard list page size.
|
|
71
|
+
# @!attribute [rw] page_token
|
|
72
|
+
# @return [::String]
|
|
73
|
+
# The standard list page token.
|
|
74
|
+
# Typically obtained via
|
|
75
|
+
# {::Google::Cloud::AIPlatform::V1::ListIndexesResponse#next_page_token ListIndexesResponse.next_page_token} of the previous
|
|
76
|
+
# {::Google::Cloud::AIPlatform::V1::IndexService::Client#list_indexes IndexService.ListIndexes} call.
|
|
77
|
+
# @!attribute [rw] read_mask
|
|
78
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
79
|
+
# Mask specifying which fields to read.
|
|
80
|
+
class ListIndexesRequest
|
|
81
|
+
include ::Google::Protobuf::MessageExts
|
|
82
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
83
|
+
end
|
|
84
|
+
|
|
85
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::IndexService::Client#list_indexes IndexService.ListIndexes}.
|
|
86
|
+
# @!attribute [rw] indexes
|
|
87
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::Index>]
|
|
88
|
+
# List of indexes in the requested page.
|
|
89
|
+
# @!attribute [rw] next_page_token
|
|
90
|
+
# @return [::String]
|
|
91
|
+
# A token to retrieve next page of results.
|
|
92
|
+
# Pass to {::Google::Cloud::AIPlatform::V1::ListIndexesRequest#page_token ListIndexesRequest.page_token} to obtain that page.
|
|
93
|
+
class ListIndexesResponse
|
|
94
|
+
include ::Google::Protobuf::MessageExts
|
|
95
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
96
|
+
end
|
|
97
|
+
|
|
98
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::IndexService::Client#update_index IndexService.UpdateIndex}.
|
|
99
|
+
# @!attribute [rw] index
|
|
100
|
+
# @return [::Google::Cloud::AIPlatform::V1::Index]
|
|
101
|
+
# Required. The Index which updates the resource on the server.
|
|
102
|
+
# @!attribute [rw] update_mask
|
|
103
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
104
|
+
# The update mask applies to the resource.
|
|
105
|
+
# For the `FieldMask` definition, see {::Google::Protobuf::FieldMask google.protobuf.FieldMask}.
|
|
106
|
+
class UpdateIndexRequest
|
|
107
|
+
include ::Google::Protobuf::MessageExts
|
|
108
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
109
|
+
end
|
|
110
|
+
|
|
111
|
+
# Runtime operation information for {::Google::Cloud::AIPlatform::V1::IndexService::Client#update_index IndexService.UpdateIndex}.
|
|
112
|
+
# @!attribute [rw] generic_metadata
|
|
113
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
114
|
+
# The operation generic information.
|
|
115
|
+
# @!attribute [rw] nearest_neighbor_search_operation_metadata
|
|
116
|
+
# @return [::Google::Cloud::AIPlatform::V1::NearestNeighborSearchOperationMetadata]
|
|
117
|
+
# The operation metadata with regard to Matching Engine Index operation.
|
|
118
|
+
class UpdateIndexOperationMetadata
|
|
119
|
+
include ::Google::Protobuf::MessageExts
|
|
120
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
121
|
+
end
|
|
122
|
+
|
|
123
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::IndexService::Client#delete_index IndexService.DeleteIndex}.
|
|
124
|
+
# @!attribute [rw] name
|
|
125
|
+
# @return [::String]
|
|
126
|
+
# Required. The name of the Index resource to be deleted.
|
|
127
|
+
# Format:
|
|
128
|
+
# `projects/{project}/locations/{location}/indexes/{index}`
|
|
129
|
+
class DeleteIndexRequest
|
|
130
|
+
include ::Google::Protobuf::MessageExts
|
|
131
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
132
|
+
end
|
|
133
|
+
|
|
134
|
+
# Runtime operation metadata with regard to Matching Engine Index.
|
|
135
|
+
# @!attribute [rw] content_validation_stats
|
|
136
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::NearestNeighborSearchOperationMetadata::ContentValidationStats>]
|
|
137
|
+
# The validation stats of the content (per file) to be inserted or
|
|
138
|
+
# updated on the Matching Engine Index resource. Populated if
|
|
139
|
+
# contentsDeltaUri is provided as part of {::Google::Cloud::AIPlatform::V1::Index#metadata Index.metadata}. Please note
|
|
140
|
+
# that, currently for those files that are broken or has unsupported file
|
|
141
|
+
# format, we will not have the stats for those files.
|
|
142
|
+
# @!attribute [rw] data_bytes_count
|
|
143
|
+
# @return [::Integer]
|
|
144
|
+
# The ingested data size in bytes.
|
|
145
|
+
class NearestNeighborSearchOperationMetadata
|
|
146
|
+
include ::Google::Protobuf::MessageExts
|
|
147
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
148
|
+
|
|
149
|
+
# @!attribute [rw] error_type
|
|
150
|
+
# @return [::Google::Cloud::AIPlatform::V1::NearestNeighborSearchOperationMetadata::RecordError::RecordErrorType]
|
|
151
|
+
# The error type of this record.
|
|
152
|
+
# @!attribute [rw] error_message
|
|
153
|
+
# @return [::String]
|
|
154
|
+
# A human-readable message that is shown to the user to help them fix the
|
|
155
|
+
# error. Note that this message may change from time to time, your code
|
|
156
|
+
# should check against error_type as the source of truth.
|
|
157
|
+
# @!attribute [rw] source_gcs_uri
|
|
158
|
+
# @return [::String]
|
|
159
|
+
# Cloud Storage URI pointing to the original file in user's bucket.
|
|
160
|
+
# @!attribute [rw] embedding_id
|
|
161
|
+
# @return [::String]
|
|
162
|
+
# Empty if the embedding id is failed to parse.
|
|
163
|
+
# @!attribute [rw] raw_record
|
|
164
|
+
# @return [::String]
|
|
165
|
+
# The original content of this record.
|
|
166
|
+
class RecordError
|
|
167
|
+
include ::Google::Protobuf::MessageExts
|
|
168
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
169
|
+
|
|
170
|
+
module RecordErrorType
|
|
171
|
+
# Default, shall not be used.
|
|
172
|
+
ERROR_TYPE_UNSPECIFIED = 0
|
|
173
|
+
|
|
174
|
+
# The record is empty.
|
|
175
|
+
EMPTY_LINE = 1
|
|
176
|
+
|
|
177
|
+
# Invalid json format.
|
|
178
|
+
INVALID_JSON_SYNTAX = 2
|
|
179
|
+
|
|
180
|
+
# Invalid csv format.
|
|
181
|
+
INVALID_CSV_SYNTAX = 3
|
|
182
|
+
|
|
183
|
+
# Invalid avro format.
|
|
184
|
+
INVALID_AVRO_SYNTAX = 4
|
|
185
|
+
|
|
186
|
+
# The embedding id is not valid.
|
|
187
|
+
INVALID_EMBEDDING_ID = 5
|
|
188
|
+
|
|
189
|
+
# The size of the embedding vectors does not match with the specified
|
|
190
|
+
# dimension.
|
|
191
|
+
EMBEDDING_SIZE_MISMATCH = 6
|
|
192
|
+
|
|
193
|
+
# The `namespace` field is missing.
|
|
194
|
+
NAMESPACE_MISSING = 7
|
|
195
|
+
end
|
|
196
|
+
end
|
|
197
|
+
|
|
198
|
+
# @!attribute [rw] source_gcs_uri
|
|
199
|
+
# @return [::String]
|
|
200
|
+
# Cloud Storage URI pointing to the original file in user's bucket.
|
|
201
|
+
# @!attribute [rw] valid_record_count
|
|
202
|
+
# @return [::Integer]
|
|
203
|
+
# Number of records in this file that were successfully processed.
|
|
204
|
+
# @!attribute [rw] invalid_record_count
|
|
205
|
+
# @return [::Integer]
|
|
206
|
+
# Number of records in this file we skipped due to validate errors.
|
|
207
|
+
# @!attribute [rw] partial_errors
|
|
208
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::NearestNeighborSearchOperationMetadata::RecordError>]
|
|
209
|
+
# The detail information of the partial failures encountered for those
|
|
210
|
+
# invalid records that couldn't be parsed.
|
|
211
|
+
# Up to 50 partial errors will be reported.
|
|
212
|
+
class ContentValidationStats
|
|
213
|
+
include ::Google::Protobuf::MessageExts
|
|
214
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
215
|
+
end
|
|
216
|
+
end
|
|
217
|
+
end
|
|
218
|
+
end
|
|
219
|
+
end
|
|
220
|
+
end
|
|
@@ -0,0 +1,134 @@
|
|
|
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
|
+
# The storage details for Avro input content.
|
|
25
|
+
# @!attribute [rw] gcs_source
|
|
26
|
+
# @return [::Google::Cloud::AIPlatform::V1::GcsSource]
|
|
27
|
+
# Required. Google Cloud Storage location.
|
|
28
|
+
class AvroSource
|
|
29
|
+
include ::Google::Protobuf::MessageExts
|
|
30
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
# The storage details for CSV input content.
|
|
34
|
+
# @!attribute [rw] gcs_source
|
|
35
|
+
# @return [::Google::Cloud::AIPlatform::V1::GcsSource]
|
|
36
|
+
# Required. Google Cloud Storage location.
|
|
37
|
+
class CsvSource
|
|
38
|
+
include ::Google::Protobuf::MessageExts
|
|
39
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
# The Google Cloud Storage location for the input content.
|
|
43
|
+
# @!attribute [rw] uris
|
|
44
|
+
# @return [::Array<::String>]
|
|
45
|
+
# Required. Google Cloud Storage URI(-s) to the input file(s). May contain
|
|
46
|
+
# wildcards. For more information on wildcards, see
|
|
47
|
+
# https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
|
|
48
|
+
class GcsSource
|
|
49
|
+
include ::Google::Protobuf::MessageExts
|
|
50
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
# The Google Cloud Storage location where the output is to be written to.
|
|
54
|
+
# @!attribute [rw] output_uri_prefix
|
|
55
|
+
# @return [::String]
|
|
56
|
+
# Required. Google Cloud Storage URI to output directory. If the uri doesn't end with
|
|
57
|
+
# '/', a '/' will be automatically appended. The directory is created if it
|
|
58
|
+
# doesn't exist.
|
|
59
|
+
class GcsDestination
|
|
60
|
+
include ::Google::Protobuf::MessageExts
|
|
61
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
62
|
+
end
|
|
63
|
+
|
|
64
|
+
# The BigQuery location for the input content.
|
|
65
|
+
# @!attribute [rw] input_uri
|
|
66
|
+
# @return [::String]
|
|
67
|
+
# Required. BigQuery URI to a table, up to 2000 characters long.
|
|
68
|
+
# Accepted forms:
|
|
69
|
+
#
|
|
70
|
+
# * BigQuery path. For example: `bq://projectId.bqDatasetId.bqTableId`.
|
|
71
|
+
class BigQuerySource
|
|
72
|
+
include ::Google::Protobuf::MessageExts
|
|
73
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
# The BigQuery location for the output content.
|
|
77
|
+
# @!attribute [rw] output_uri
|
|
78
|
+
# @return [::String]
|
|
79
|
+
# Required. BigQuery URI to a project or table, up to 2000 characters long.
|
|
80
|
+
#
|
|
81
|
+
# When only the project is specified, the Dataset and Table is created.
|
|
82
|
+
# When the full table reference is specified, the Dataset must exist and
|
|
83
|
+
# table must not exist.
|
|
84
|
+
#
|
|
85
|
+
# Accepted forms:
|
|
86
|
+
#
|
|
87
|
+
# * BigQuery path. For example:
|
|
88
|
+
# `bq://projectId` or `bq://projectId.bqDatasetId` or
|
|
89
|
+
# `bq://projectId.bqDatasetId.bqTableId`.
|
|
90
|
+
class BigQueryDestination
|
|
91
|
+
include ::Google::Protobuf::MessageExts
|
|
92
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
# The storage details for CSV output content.
|
|
96
|
+
# @!attribute [rw] gcs_destination
|
|
97
|
+
# @return [::Google::Cloud::AIPlatform::V1::GcsDestination]
|
|
98
|
+
# Required. Google Cloud Storage location.
|
|
99
|
+
class CsvDestination
|
|
100
|
+
include ::Google::Protobuf::MessageExts
|
|
101
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
102
|
+
end
|
|
103
|
+
|
|
104
|
+
# The storage details for TFRecord output content.
|
|
105
|
+
# @!attribute [rw] gcs_destination
|
|
106
|
+
# @return [::Google::Cloud::AIPlatform::V1::GcsDestination]
|
|
107
|
+
# Required. Google Cloud Storage location.
|
|
108
|
+
class TFRecordDestination
|
|
109
|
+
include ::Google::Protobuf::MessageExts
|
|
110
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
111
|
+
end
|
|
112
|
+
|
|
113
|
+
# The Container Registry location for the container image.
|
|
114
|
+
# @!attribute [rw] output_uri
|
|
115
|
+
# @return [::String]
|
|
116
|
+
# Required. Container Registry URI of a container image.
|
|
117
|
+
# Only Google Container Registry and Artifact Registry are supported now.
|
|
118
|
+
# Accepted forms:
|
|
119
|
+
#
|
|
120
|
+
# * Google Container Registry path. For example:
|
|
121
|
+
# `gcr.io/projectId/imageName:tag`.
|
|
122
|
+
#
|
|
123
|
+
# * Artifact Registry path. For example:
|
|
124
|
+
# `us-central1-docker.pkg.dev/projectId/repoName/imageName:tag`.
|
|
125
|
+
#
|
|
126
|
+
# If a tag is not specified, "latest" will be used as the default tag.
|
|
127
|
+
class ContainerRegistryDestination
|
|
128
|
+
include ::Google::Protobuf::MessageExts
|
|
129
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
130
|
+
end
|
|
131
|
+
end
|
|
132
|
+
end
|
|
133
|
+
end
|
|
134
|
+
end
|