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,109 @@
|
|
|
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
|
+
# Represents a HyperparameterTuningJob. A HyperparameterTuningJob
|
|
25
|
+
# has a Study specification and multiple CustomJobs with identical
|
|
26
|
+
# CustomJob specification.
|
|
27
|
+
# @!attribute [r] name
|
|
28
|
+
# @return [::String]
|
|
29
|
+
# Output only. Resource name of the HyperparameterTuningJob.
|
|
30
|
+
# @!attribute [rw] display_name
|
|
31
|
+
# @return [::String]
|
|
32
|
+
# Required. The display name of the HyperparameterTuningJob.
|
|
33
|
+
# The name can be up to 128 characters long and can be consist of any UTF-8
|
|
34
|
+
# characters.
|
|
35
|
+
# @!attribute [rw] study_spec
|
|
36
|
+
# @return [::Google::Cloud::AIPlatform::V1::StudySpec]
|
|
37
|
+
# Required. Study configuration of the HyperparameterTuningJob.
|
|
38
|
+
# @!attribute [rw] max_trial_count
|
|
39
|
+
# @return [::Integer]
|
|
40
|
+
# Required. The desired total number of Trials.
|
|
41
|
+
# @!attribute [rw] parallel_trial_count
|
|
42
|
+
# @return [::Integer]
|
|
43
|
+
# Required. The desired number of Trials to run in parallel.
|
|
44
|
+
# @!attribute [rw] max_failed_trial_count
|
|
45
|
+
# @return [::Integer]
|
|
46
|
+
# The number of failed Trials that need to be seen before failing
|
|
47
|
+
# the HyperparameterTuningJob.
|
|
48
|
+
#
|
|
49
|
+
# If set to 0, Vertex AI decides how many Trials must fail
|
|
50
|
+
# before the whole job fails.
|
|
51
|
+
# @!attribute [rw] trial_job_spec
|
|
52
|
+
# @return [::Google::Cloud::AIPlatform::V1::CustomJobSpec]
|
|
53
|
+
# Required. The spec of a trial job. The same spec applies to the CustomJobs created
|
|
54
|
+
# in all the trials.
|
|
55
|
+
# @!attribute [r] trials
|
|
56
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::Trial>]
|
|
57
|
+
# Output only. Trials of the HyperparameterTuningJob.
|
|
58
|
+
# @!attribute [r] state
|
|
59
|
+
# @return [::Google::Cloud::AIPlatform::V1::JobState]
|
|
60
|
+
# Output only. The detailed state of the job.
|
|
61
|
+
# @!attribute [r] create_time
|
|
62
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
63
|
+
# Output only. Time when the HyperparameterTuningJob was created.
|
|
64
|
+
# @!attribute [r] start_time
|
|
65
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
66
|
+
# Output only. Time when the HyperparameterTuningJob for the first time entered the
|
|
67
|
+
# `JOB_STATE_RUNNING` state.
|
|
68
|
+
# @!attribute [r] end_time
|
|
69
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
70
|
+
# Output only. Time when the HyperparameterTuningJob entered any of the following states:
|
|
71
|
+
# `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED`, `JOB_STATE_CANCELLED`.
|
|
72
|
+
# @!attribute [r] update_time
|
|
73
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
74
|
+
# Output only. Time when the HyperparameterTuningJob was most recently updated.
|
|
75
|
+
# @!attribute [r] error
|
|
76
|
+
# @return [::Google::Rpc::Status]
|
|
77
|
+
# Output only. Only populated when job's state is JOB_STATE_FAILED or
|
|
78
|
+
# JOB_STATE_CANCELLED.
|
|
79
|
+
# @!attribute [rw] labels
|
|
80
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
|
81
|
+
# The labels with user-defined metadata to organize HyperparameterTuningJobs.
|
|
82
|
+
#
|
|
83
|
+
# Label keys and values can be no longer than 64 characters
|
|
84
|
+
# (Unicode codepoints), can only contain lowercase letters, numeric
|
|
85
|
+
# characters, underscores and dashes. International characters are allowed.
|
|
86
|
+
#
|
|
87
|
+
# See https://goo.gl/xmQnxf for more information and examples of labels.
|
|
88
|
+
# @!attribute [rw] encryption_spec
|
|
89
|
+
# @return [::Google::Cloud::AIPlatform::V1::EncryptionSpec]
|
|
90
|
+
# Customer-managed encryption key options for a HyperparameterTuningJob.
|
|
91
|
+
# If this is set, then all resources created by the HyperparameterTuningJob
|
|
92
|
+
# will be encrypted with the provided encryption key.
|
|
93
|
+
class HyperparameterTuningJob
|
|
94
|
+
include ::Google::Protobuf::MessageExts
|
|
95
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
96
|
+
|
|
97
|
+
# @!attribute [rw] key
|
|
98
|
+
# @return [::String]
|
|
99
|
+
# @!attribute [rw] value
|
|
100
|
+
# @return [::String]
|
|
101
|
+
class LabelsEntry
|
|
102
|
+
include ::Google::Protobuf::MessageExts
|
|
103
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
104
|
+
end
|
|
105
|
+
end
|
|
106
|
+
end
|
|
107
|
+
end
|
|
108
|
+
end
|
|
109
|
+
end
|
|
@@ -0,0 +1,98 @@
|
|
|
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
|
+
# A representation of a collection of database items organized in a way that
|
|
25
|
+
# allows for approximate nearest neighbor (a.k.a ANN) algorithms search.
|
|
26
|
+
# @!attribute [r] name
|
|
27
|
+
# @return [::String]
|
|
28
|
+
# Output only. The resource name of the Index.
|
|
29
|
+
# @!attribute [rw] display_name
|
|
30
|
+
# @return [::String]
|
|
31
|
+
# Required. The display name of the Index.
|
|
32
|
+
# The name can be up to 128 characters long and can be consist of any UTF-8
|
|
33
|
+
# characters.
|
|
34
|
+
# @!attribute [rw] description
|
|
35
|
+
# @return [::String]
|
|
36
|
+
# The description of the Index.
|
|
37
|
+
# @!attribute [rw] metadata_schema_uri
|
|
38
|
+
# @return [::String]
|
|
39
|
+
# Immutable. Points to a YAML file stored on Google Cloud Storage describing additional
|
|
40
|
+
# information about the Index, that is specific to it. Unset if the Index
|
|
41
|
+
# does not have any additional information.
|
|
42
|
+
# The schema is defined as an OpenAPI 3.0.2 [Schema
|
|
43
|
+
# Object](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#schemaObject).
|
|
44
|
+
# Note: The URI given on output will be immutable and probably different,
|
|
45
|
+
# including the URI scheme, than the one given on input. The output URI will
|
|
46
|
+
# point to a location where the user only has a read access.
|
|
47
|
+
# @!attribute [rw] metadata
|
|
48
|
+
# @return [::Google::Protobuf::Value]
|
|
49
|
+
# An additional information about the Index; the schema of the metadata can
|
|
50
|
+
# be found in {::Google::Cloud::AIPlatform::V1::Index#metadata_schema_uri metadata_schema}.
|
|
51
|
+
# @!attribute [r] deployed_indexes
|
|
52
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::DeployedIndexRef>]
|
|
53
|
+
# Output only. The pointers to DeployedIndexes created from this Index.
|
|
54
|
+
# An Index can be only deleted if all its DeployedIndexes had been undeployed
|
|
55
|
+
# first.
|
|
56
|
+
# @!attribute [rw] etag
|
|
57
|
+
# @return [::String]
|
|
58
|
+
# Used to perform consistent read-modify-write updates. If not set, a blind
|
|
59
|
+
# "overwrite" update happens.
|
|
60
|
+
# @!attribute [rw] labels
|
|
61
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
|
62
|
+
# The labels with user-defined metadata to organize your Indexes.
|
|
63
|
+
#
|
|
64
|
+
# Label keys and values can be no longer than 64 characters
|
|
65
|
+
# (Unicode codepoints), can only contain lowercase letters, numeric
|
|
66
|
+
# characters, underscores and dashes. International characters are allowed.
|
|
67
|
+
#
|
|
68
|
+
# See https://goo.gl/xmQnxf for more information and examples of labels.
|
|
69
|
+
# @!attribute [r] create_time
|
|
70
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
71
|
+
# Output only. Timestamp when this Index was created.
|
|
72
|
+
# @!attribute [r] update_time
|
|
73
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
74
|
+
# Output only. Timestamp when this Index was most recently updated.
|
|
75
|
+
# This also includes any update to the contents of the Index.
|
|
76
|
+
# Note that Operations working on this Index may have their
|
|
77
|
+
# [Operations.metadata.generic_metadata.update_time]
|
|
78
|
+
# [google.cloud.aiplatform.v1.GenericOperationMetadata.update_time] a little after the value of this
|
|
79
|
+
# timestamp, yet that does not mean their results are not already reflected
|
|
80
|
+
# in the Index. Result of any successfully completed Operation on the Index
|
|
81
|
+
# is reflected in it.
|
|
82
|
+
class Index
|
|
83
|
+
include ::Google::Protobuf::MessageExts
|
|
84
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
85
|
+
|
|
86
|
+
# @!attribute [rw] key
|
|
87
|
+
# @return [::String]
|
|
88
|
+
# @!attribute [rw] value
|
|
89
|
+
# @return [::String]
|
|
90
|
+
class LabelsEntry
|
|
91
|
+
include ::Google::Protobuf::MessageExts
|
|
92
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
93
|
+
end
|
|
94
|
+
end
|
|
95
|
+
end
|
|
96
|
+
end
|
|
97
|
+
end
|
|
98
|
+
end
|
|
@@ -0,0 +1,252 @@
|
|
|
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
|
+
# Indexes are deployed into it. An IndexEndpoint can have multiple
|
|
25
|
+
# DeployedIndexes.
|
|
26
|
+
# @!attribute [r] name
|
|
27
|
+
# @return [::String]
|
|
28
|
+
# Output only. The resource name of the IndexEndpoint.
|
|
29
|
+
# @!attribute [rw] display_name
|
|
30
|
+
# @return [::String]
|
|
31
|
+
# Required. The display name of the IndexEndpoint.
|
|
32
|
+
# The name can be up to 128 characters long and can consist of any UTF-8
|
|
33
|
+
# characters.
|
|
34
|
+
# @!attribute [rw] description
|
|
35
|
+
# @return [::String]
|
|
36
|
+
# The description of the IndexEndpoint.
|
|
37
|
+
# @!attribute [r] deployed_indexes
|
|
38
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::DeployedIndex>]
|
|
39
|
+
# Output only. The indexes deployed in this endpoint.
|
|
40
|
+
# @!attribute [rw] etag
|
|
41
|
+
# @return [::String]
|
|
42
|
+
# Used to perform consistent read-modify-write updates. If not set, a blind
|
|
43
|
+
# "overwrite" update happens.
|
|
44
|
+
# @!attribute [rw] labels
|
|
45
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
|
46
|
+
# The labels with user-defined metadata to organize your IndexEndpoints.
|
|
47
|
+
#
|
|
48
|
+
# Label keys and values can be no longer than 64 characters
|
|
49
|
+
# (Unicode codepoints), can only contain lowercase letters, numeric
|
|
50
|
+
# characters, underscores and dashes. International characters are allowed.
|
|
51
|
+
#
|
|
52
|
+
# See https://goo.gl/xmQnxf for more information and examples of labels.
|
|
53
|
+
# @!attribute [r] create_time
|
|
54
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
55
|
+
# Output only. Timestamp when this IndexEndpoint was created.
|
|
56
|
+
# @!attribute [r] update_time
|
|
57
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
58
|
+
# Output only. Timestamp when this IndexEndpoint was last updated.
|
|
59
|
+
# This timestamp is not updated when the endpoint's DeployedIndexes are
|
|
60
|
+
# updated, e.g. due to updates of the original Indexes they are the
|
|
61
|
+
# deployments of.
|
|
62
|
+
# @!attribute [rw] network
|
|
63
|
+
# @return [::String]
|
|
64
|
+
# Optional. The full name of the Google Compute Engine
|
|
65
|
+
# [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks)
|
|
66
|
+
# to which the IndexEndpoint should be peered.
|
|
67
|
+
#
|
|
68
|
+
# Private services access must already be configured for the network. If left
|
|
69
|
+
# unspecified, the Endpoint is not peered with any network.
|
|
70
|
+
#
|
|
71
|
+
# Only one of the fields, {::Google::Cloud::AIPlatform::V1::IndexEndpoint#network network} or
|
|
72
|
+
# {::Google::Cloud::AIPlatform::V1::IndexEndpoint#enable_private_service_connect enable_private_service_connect},
|
|
73
|
+
# can be set.
|
|
74
|
+
#
|
|
75
|
+
# [Format](https://cloud.google.com/compute/docs/reference/rest/v1/networks/insert):
|
|
76
|
+
# projects/\\{project}/global/networks/\\{network}.
|
|
77
|
+
# Where \\{project} is a project number, as in '12345', and \\{network} is
|
|
78
|
+
# network name.
|
|
79
|
+
# @!attribute [rw] enable_private_service_connect
|
|
80
|
+
# @return [::Boolean]
|
|
81
|
+
# Optional. If true, expose the IndexEndpoint via private service connect.
|
|
82
|
+
#
|
|
83
|
+
# Only one of the fields, {::Google::Cloud::AIPlatform::V1::IndexEndpoint#network network} or
|
|
84
|
+
# {::Google::Cloud::AIPlatform::V1::IndexEndpoint#enable_private_service_connect enable_private_service_connect},
|
|
85
|
+
# can be set.
|
|
86
|
+
class IndexEndpoint
|
|
87
|
+
include ::Google::Protobuf::MessageExts
|
|
88
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
89
|
+
|
|
90
|
+
# @!attribute [rw] key
|
|
91
|
+
# @return [::String]
|
|
92
|
+
# @!attribute [rw] value
|
|
93
|
+
# @return [::String]
|
|
94
|
+
class LabelsEntry
|
|
95
|
+
include ::Google::Protobuf::MessageExts
|
|
96
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
97
|
+
end
|
|
98
|
+
end
|
|
99
|
+
|
|
100
|
+
# A deployment of an Index. IndexEndpoints contain one or more DeployedIndexes.
|
|
101
|
+
# @!attribute [rw] id
|
|
102
|
+
# @return [::String]
|
|
103
|
+
# Required. The user specified ID of the DeployedIndex.
|
|
104
|
+
# The ID can be up to 128 characters long and must start with a letter and
|
|
105
|
+
# only contain letters, numbers, and underscores.
|
|
106
|
+
# The ID must be unique within the project it is created in.
|
|
107
|
+
# @!attribute [rw] index
|
|
108
|
+
# @return [::String]
|
|
109
|
+
# Required. The name of the Index this is the deployment of.
|
|
110
|
+
# We may refer to this Index as the DeployedIndex's "original" Index.
|
|
111
|
+
# @!attribute [rw] display_name
|
|
112
|
+
# @return [::String]
|
|
113
|
+
# The display name of the DeployedIndex. If not provided upon creation,
|
|
114
|
+
# the Index's display_name is used.
|
|
115
|
+
# @!attribute [r] create_time
|
|
116
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
117
|
+
# Output only. Timestamp when the DeployedIndex was created.
|
|
118
|
+
# @!attribute [r] private_endpoints
|
|
119
|
+
# @return [::Google::Cloud::AIPlatform::V1::IndexPrivateEndpoints]
|
|
120
|
+
# Output only. Provides paths for users to send requests directly to the deployed index
|
|
121
|
+
# services running on Cloud via private services access. This field is
|
|
122
|
+
# populated if {::Google::Cloud::AIPlatform::V1::IndexEndpoint#network network} is configured.
|
|
123
|
+
# @!attribute [r] index_sync_time
|
|
124
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
125
|
+
# Output only. The DeployedIndex may depend on various data on its original Index.
|
|
126
|
+
# Additionally when certain changes to the original Index are being done
|
|
127
|
+
# (e.g. when what the Index contains is being changed) the DeployedIndex may
|
|
128
|
+
# be asynchronously updated in the background to reflect this changes.
|
|
129
|
+
# If this timestamp's value is at least the {::Google::Cloud::AIPlatform::V1::Index#update_time Index.update_time} of the
|
|
130
|
+
# original Index, it means that this DeployedIndex and the original Index are
|
|
131
|
+
# in sync. If this timestamp is older, then to see which updates this
|
|
132
|
+
# DeployedIndex already contains (and which not), one must
|
|
133
|
+
# [list][Operations.ListOperations] [Operations][Operation]
|
|
134
|
+
# [working][Operation.name] on the original Index. Only
|
|
135
|
+
# the successfully completed Operations with
|
|
136
|
+
# [Operations.metadata.generic_metadata.update_time]
|
|
137
|
+
# [google.cloud.aiplatform.v1.GenericOperationMetadata.update_time]
|
|
138
|
+
# equal or before this sync time are contained in this DeployedIndex.
|
|
139
|
+
# @!attribute [rw] automatic_resources
|
|
140
|
+
# @return [::Google::Cloud::AIPlatform::V1::AutomaticResources]
|
|
141
|
+
# Optional. A description of resources that the DeployedIndex uses, which to large
|
|
142
|
+
# degree are decided by Vertex AI, and optionally allows only a modest
|
|
143
|
+
# additional configuration.
|
|
144
|
+
# If min_replica_count is not set, the default value is 2 (we don't provide
|
|
145
|
+
# SLA when min_replica_count=1). If max_replica_count is not set, the
|
|
146
|
+
# default value is min_replica_count. The max allowed replica count is
|
|
147
|
+
# 1000.
|
|
148
|
+
# @!attribute [rw] dedicated_resources
|
|
149
|
+
# @return [::Google::Cloud::AIPlatform::V1::DedicatedResources]
|
|
150
|
+
# Optional. A description of resources that are dedicated to the DeployedIndex, and
|
|
151
|
+
# that need a higher degree of manual configuration.
|
|
152
|
+
# If min_replica_count is not set, the default value is 2 (we don't provide
|
|
153
|
+
# SLA when min_replica_count=1). If max_replica_count is not set, the
|
|
154
|
+
# default value is min_replica_count. The max allowed replica count is
|
|
155
|
+
# 1000.
|
|
156
|
+
#
|
|
157
|
+
# Available machine types:
|
|
158
|
+
# n1-standard-16
|
|
159
|
+
# n1-standard-32
|
|
160
|
+
# @!attribute [rw] enable_access_logging
|
|
161
|
+
# @return [::Boolean]
|
|
162
|
+
# Optional. If true, private endpoint's access logs are sent to StackDriver Logging.
|
|
163
|
+
#
|
|
164
|
+
# These logs are like standard server access logs, containing
|
|
165
|
+
# information like timestamp and latency for each MatchRequest.
|
|
166
|
+
#
|
|
167
|
+
# Note that Stackdriver logs may incur a cost, especially if the deployed
|
|
168
|
+
# index receives a high queries per second rate (QPS).
|
|
169
|
+
# Estimate your costs before enabling this option.
|
|
170
|
+
# @!attribute [rw] deployed_index_auth_config
|
|
171
|
+
# @return [::Google::Cloud::AIPlatform::V1::DeployedIndexAuthConfig]
|
|
172
|
+
# Optional. If set, the authentication is enabled for the private endpoint.
|
|
173
|
+
# @!attribute [rw] reserved_ip_ranges
|
|
174
|
+
# @return [::Array<::String>]
|
|
175
|
+
# Optional. A list of reserved ip ranges under the VPC network that can be
|
|
176
|
+
# used for this DeployedIndex.
|
|
177
|
+
#
|
|
178
|
+
# If set, we will deploy the index within the provided ip ranges. Otherwise,
|
|
179
|
+
# the index might be deployed to any ip ranges under the provided VPC
|
|
180
|
+
# network.
|
|
181
|
+
#
|
|
182
|
+
# The value sohuld be the name of the address
|
|
183
|
+
# (https://cloud.google.com/compute/docs/reference/rest/v1/addresses)
|
|
184
|
+
# Example: 'vertex-ai-ip-range'.
|
|
185
|
+
# @!attribute [rw] deployment_group
|
|
186
|
+
# @return [::String]
|
|
187
|
+
# Optional. The deployment group can be no longer than 64 characters (eg:
|
|
188
|
+
# 'test', 'prod'). If not set, we will use the 'default' deployment group.
|
|
189
|
+
#
|
|
190
|
+
# Creating `deployment_groups` with `reserved_ip_ranges` is a recommended
|
|
191
|
+
# practice when the peered network has multiple peering ranges. This creates
|
|
192
|
+
# your deployments from predictable IP spaces for easier traffic
|
|
193
|
+
# administration. Also, one deployment_group (except 'default') can only be
|
|
194
|
+
# used with the same reserved_ip_ranges which means if the deployment_group
|
|
195
|
+
# has been used with reserved_ip_ranges: [a, b, c], using it with [a, b] or
|
|
196
|
+
# [d, e] is disallowed.
|
|
197
|
+
#
|
|
198
|
+
# Note: we only support up to 5 deployment groups(not including 'default').
|
|
199
|
+
class DeployedIndex
|
|
200
|
+
include ::Google::Protobuf::MessageExts
|
|
201
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
202
|
+
end
|
|
203
|
+
|
|
204
|
+
# Used to set up the auth on the DeployedIndex's private endpoint.
|
|
205
|
+
# @!attribute [rw] auth_provider
|
|
206
|
+
# @return [::Google::Cloud::AIPlatform::V1::DeployedIndexAuthConfig::AuthProvider]
|
|
207
|
+
# Defines the authentication provider that the DeployedIndex uses.
|
|
208
|
+
class DeployedIndexAuthConfig
|
|
209
|
+
include ::Google::Protobuf::MessageExts
|
|
210
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
211
|
+
|
|
212
|
+
# Configuration for an authentication provider, including support for
|
|
213
|
+
# [JSON Web Token
|
|
214
|
+
# (JWT)](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32).
|
|
215
|
+
# @!attribute [rw] audiences
|
|
216
|
+
# @return [::Array<::String>]
|
|
217
|
+
# The list of JWT
|
|
218
|
+
# [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
|
|
219
|
+
# that are allowed to access. A JWT containing any of these audiences will
|
|
220
|
+
# be accepted.
|
|
221
|
+
# @!attribute [rw] allowed_issuers
|
|
222
|
+
# @return [::Array<::String>]
|
|
223
|
+
# A list of allowed JWT issuers. Each entry must be a valid Google
|
|
224
|
+
# service account, in the following format:
|
|
225
|
+
#
|
|
226
|
+
# `service-account-name@project-id.iam.gserviceaccount.com`
|
|
227
|
+
class AuthProvider
|
|
228
|
+
include ::Google::Protobuf::MessageExts
|
|
229
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
230
|
+
end
|
|
231
|
+
end
|
|
232
|
+
|
|
233
|
+
# IndexPrivateEndpoints proto is used to provide paths for users to send
|
|
234
|
+
# requests via private endpoints (e.g. private service access, private service
|
|
235
|
+
# connect).
|
|
236
|
+
# To send request via private service access, use match_grpc_address.
|
|
237
|
+
# To send request via private service connect, use service_attachment.
|
|
238
|
+
# @!attribute [r] match_grpc_address
|
|
239
|
+
# @return [::String]
|
|
240
|
+
# Output only. The ip address used to send match gRPC requests.
|
|
241
|
+
# @!attribute [r] service_attachment
|
|
242
|
+
# @return [::String]
|
|
243
|
+
# Output only. The name of the service attachment resource. Populated if private service
|
|
244
|
+
# connect is enabled.
|
|
245
|
+
class IndexPrivateEndpoints
|
|
246
|
+
include ::Google::Protobuf::MessageExts
|
|
247
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
248
|
+
end
|
|
249
|
+
end
|
|
250
|
+
end
|
|
251
|
+
end
|
|
252
|
+
end
|