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,660 @@
|
|
|
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::JobService::Client#create_custom_job JobService.CreateCustomJob}.
|
|
25
|
+
# @!attribute [rw] parent
|
|
26
|
+
# @return [::String]
|
|
27
|
+
# Required. The resource name of the Location to create the CustomJob in.
|
|
28
|
+
# Format: `projects/{project}/locations/{location}`
|
|
29
|
+
# @!attribute [rw] custom_job
|
|
30
|
+
# @return [::Google::Cloud::AIPlatform::V1::CustomJob]
|
|
31
|
+
# Required. The CustomJob to create.
|
|
32
|
+
class CreateCustomJobRequest
|
|
33
|
+
include ::Google::Protobuf::MessageExts
|
|
34
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#get_custom_job JobService.GetCustomJob}.
|
|
38
|
+
# @!attribute [rw] name
|
|
39
|
+
# @return [::String]
|
|
40
|
+
# Required. The name of the CustomJob resource.
|
|
41
|
+
# Format:
|
|
42
|
+
# `projects/{project}/locations/{location}/customJobs/{custom_job}`
|
|
43
|
+
class GetCustomJobRequest
|
|
44
|
+
include ::Google::Protobuf::MessageExts
|
|
45
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#list_custom_jobs JobService.ListCustomJobs}.
|
|
49
|
+
# @!attribute [rw] parent
|
|
50
|
+
# @return [::String]
|
|
51
|
+
# Required. The resource name of the Location to list the CustomJobs from.
|
|
52
|
+
# Format: `projects/{project}/locations/{location}`
|
|
53
|
+
# @!attribute [rw] filter
|
|
54
|
+
# @return [::String]
|
|
55
|
+
# The standard list filter.
|
|
56
|
+
#
|
|
57
|
+
# Supported fields:
|
|
58
|
+
#
|
|
59
|
+
# * `display_name` supports = and !=.
|
|
60
|
+
#
|
|
61
|
+
# * `state` supports = and !=.
|
|
62
|
+
#
|
|
63
|
+
# Some examples of using the filter are:
|
|
64
|
+
#
|
|
65
|
+
# * `state="JOB_STATE_SUCCEEDED" AND display_name="my_job"`
|
|
66
|
+
#
|
|
67
|
+
# * `state="JOB_STATE_RUNNING" OR display_name="my_job"`
|
|
68
|
+
#
|
|
69
|
+
# * `NOT display_name="my_job"`
|
|
70
|
+
#
|
|
71
|
+
# * `state="JOB_STATE_FAILED"`
|
|
72
|
+
# @!attribute [rw] page_size
|
|
73
|
+
# @return [::Integer]
|
|
74
|
+
# The standard list page size.
|
|
75
|
+
# @!attribute [rw] page_token
|
|
76
|
+
# @return [::String]
|
|
77
|
+
# The standard list page token.
|
|
78
|
+
# Typically obtained via
|
|
79
|
+
# {::Google::Cloud::AIPlatform::V1::ListCustomJobsResponse#next_page_token ListCustomJobsResponse.next_page_token} of the previous
|
|
80
|
+
# {::Google::Cloud::AIPlatform::V1::JobService::Client#list_custom_jobs JobService.ListCustomJobs} call.
|
|
81
|
+
# @!attribute [rw] read_mask
|
|
82
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
83
|
+
# Mask specifying which fields to read.
|
|
84
|
+
class ListCustomJobsRequest
|
|
85
|
+
include ::Google::Protobuf::MessageExts
|
|
86
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
87
|
+
end
|
|
88
|
+
|
|
89
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::JobService::Client#list_custom_jobs JobService.ListCustomJobs}
|
|
90
|
+
# @!attribute [rw] custom_jobs
|
|
91
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::CustomJob>]
|
|
92
|
+
# List of CustomJobs in the requested page.
|
|
93
|
+
# @!attribute [rw] next_page_token
|
|
94
|
+
# @return [::String]
|
|
95
|
+
# A token to retrieve the next page of results.
|
|
96
|
+
# Pass to {::Google::Cloud::AIPlatform::V1::ListCustomJobsRequest#page_token ListCustomJobsRequest.page_token} to obtain that page.
|
|
97
|
+
class ListCustomJobsResponse
|
|
98
|
+
include ::Google::Protobuf::MessageExts
|
|
99
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
100
|
+
end
|
|
101
|
+
|
|
102
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#delete_custom_job JobService.DeleteCustomJob}.
|
|
103
|
+
# @!attribute [rw] name
|
|
104
|
+
# @return [::String]
|
|
105
|
+
# Required. The name of the CustomJob resource to be deleted.
|
|
106
|
+
# Format:
|
|
107
|
+
# `projects/{project}/locations/{location}/customJobs/{custom_job}`
|
|
108
|
+
class DeleteCustomJobRequest
|
|
109
|
+
include ::Google::Protobuf::MessageExts
|
|
110
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
111
|
+
end
|
|
112
|
+
|
|
113
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#cancel_custom_job JobService.CancelCustomJob}.
|
|
114
|
+
# @!attribute [rw] name
|
|
115
|
+
# @return [::String]
|
|
116
|
+
# Required. The name of the CustomJob to cancel.
|
|
117
|
+
# Format:
|
|
118
|
+
# `projects/{project}/locations/{location}/customJobs/{custom_job}`
|
|
119
|
+
class CancelCustomJobRequest
|
|
120
|
+
include ::Google::Protobuf::MessageExts
|
|
121
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
122
|
+
end
|
|
123
|
+
|
|
124
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#create_data_labeling_job JobService.CreateDataLabelingJob}.
|
|
125
|
+
# @!attribute [rw] parent
|
|
126
|
+
# @return [::String]
|
|
127
|
+
# Required. The parent of the DataLabelingJob.
|
|
128
|
+
# Format: `projects/{project}/locations/{location}`
|
|
129
|
+
# @!attribute [rw] data_labeling_job
|
|
130
|
+
# @return [::Google::Cloud::AIPlatform::V1::DataLabelingJob]
|
|
131
|
+
# Required. The DataLabelingJob to create.
|
|
132
|
+
class CreateDataLabelingJobRequest
|
|
133
|
+
include ::Google::Protobuf::MessageExts
|
|
134
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
135
|
+
end
|
|
136
|
+
|
|
137
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#get_data_labeling_job JobService.GetDataLabelingJob}.
|
|
138
|
+
# @!attribute [rw] name
|
|
139
|
+
# @return [::String]
|
|
140
|
+
# Required. The name of the DataLabelingJob.
|
|
141
|
+
# Format:
|
|
142
|
+
# `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`
|
|
143
|
+
class GetDataLabelingJobRequest
|
|
144
|
+
include ::Google::Protobuf::MessageExts
|
|
145
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
146
|
+
end
|
|
147
|
+
|
|
148
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#list_data_labeling_jobs JobService.ListDataLabelingJobs}.
|
|
149
|
+
# @!attribute [rw] parent
|
|
150
|
+
# @return [::String]
|
|
151
|
+
# Required. The parent of the DataLabelingJob.
|
|
152
|
+
# Format: `projects/{project}/locations/{location}`
|
|
153
|
+
# @!attribute [rw] filter
|
|
154
|
+
# @return [::String]
|
|
155
|
+
# The standard list filter.
|
|
156
|
+
#
|
|
157
|
+
# Supported fields:
|
|
158
|
+
#
|
|
159
|
+
# * `display_name` supports = and !=.
|
|
160
|
+
#
|
|
161
|
+
# * `state` supports = and !=.
|
|
162
|
+
#
|
|
163
|
+
# Some examples of using the filter are:
|
|
164
|
+
#
|
|
165
|
+
# * `state="JOB_STATE_SUCCEEDED" AND display_name="my_job"`
|
|
166
|
+
#
|
|
167
|
+
# * `state="JOB_STATE_RUNNING" OR display_name="my_job"`
|
|
168
|
+
#
|
|
169
|
+
# * `NOT display_name="my_job"`
|
|
170
|
+
#
|
|
171
|
+
# * `state="JOB_STATE_FAILED"`
|
|
172
|
+
# @!attribute [rw] page_size
|
|
173
|
+
# @return [::Integer]
|
|
174
|
+
# The standard list page size.
|
|
175
|
+
# @!attribute [rw] page_token
|
|
176
|
+
# @return [::String]
|
|
177
|
+
# The standard list page token.
|
|
178
|
+
# @!attribute [rw] read_mask
|
|
179
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
180
|
+
# Mask specifying which fields to read. FieldMask represents a set of
|
|
181
|
+
# symbolic field paths. For example, the mask can be `paths: "name"`. The
|
|
182
|
+
# "name" here is a field in DataLabelingJob.
|
|
183
|
+
# If this field is not set, all fields of the DataLabelingJob are returned.
|
|
184
|
+
# @!attribute [rw] order_by
|
|
185
|
+
# @return [::String]
|
|
186
|
+
# A comma-separated list of fields to order by, sorted in ascending order by
|
|
187
|
+
# default.
|
|
188
|
+
# Use `desc` after a field name for descending.
|
|
189
|
+
class ListDataLabelingJobsRequest
|
|
190
|
+
include ::Google::Protobuf::MessageExts
|
|
191
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
192
|
+
end
|
|
193
|
+
|
|
194
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::JobService::Client#list_data_labeling_jobs JobService.ListDataLabelingJobs}.
|
|
195
|
+
# @!attribute [rw] data_labeling_jobs
|
|
196
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::DataLabelingJob>]
|
|
197
|
+
# A list of DataLabelingJobs that matches the specified filter in the
|
|
198
|
+
# request.
|
|
199
|
+
# @!attribute [rw] next_page_token
|
|
200
|
+
# @return [::String]
|
|
201
|
+
# The standard List next-page token.
|
|
202
|
+
class ListDataLabelingJobsResponse
|
|
203
|
+
include ::Google::Protobuf::MessageExts
|
|
204
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
205
|
+
end
|
|
206
|
+
|
|
207
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#delete_data_labeling_job JobService.DeleteDataLabelingJob}.
|
|
208
|
+
# @!attribute [rw] name
|
|
209
|
+
# @return [::String]
|
|
210
|
+
# Required. The name of the DataLabelingJob to be deleted.
|
|
211
|
+
# Format:
|
|
212
|
+
# `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`
|
|
213
|
+
class DeleteDataLabelingJobRequest
|
|
214
|
+
include ::Google::Protobuf::MessageExts
|
|
215
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
216
|
+
end
|
|
217
|
+
|
|
218
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#cancel_data_labeling_job JobService.CancelDataLabelingJob}.
|
|
219
|
+
# @!attribute [rw] name
|
|
220
|
+
# @return [::String]
|
|
221
|
+
# Required. The name of the DataLabelingJob.
|
|
222
|
+
# Format:
|
|
223
|
+
# `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`
|
|
224
|
+
class CancelDataLabelingJobRequest
|
|
225
|
+
include ::Google::Protobuf::MessageExts
|
|
226
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
227
|
+
end
|
|
228
|
+
|
|
229
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#create_hyperparameter_tuning_job JobService.CreateHyperparameterTuningJob}.
|
|
230
|
+
# @!attribute [rw] parent
|
|
231
|
+
# @return [::String]
|
|
232
|
+
# Required. The resource name of the Location to create the HyperparameterTuningJob in.
|
|
233
|
+
# Format: `projects/{project}/locations/{location}`
|
|
234
|
+
# @!attribute [rw] hyperparameter_tuning_job
|
|
235
|
+
# @return [::Google::Cloud::AIPlatform::V1::HyperparameterTuningJob]
|
|
236
|
+
# Required. The HyperparameterTuningJob to create.
|
|
237
|
+
class CreateHyperparameterTuningJobRequest
|
|
238
|
+
include ::Google::Protobuf::MessageExts
|
|
239
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
240
|
+
end
|
|
241
|
+
|
|
242
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#get_hyperparameter_tuning_job JobService.GetHyperparameterTuningJob}.
|
|
243
|
+
# @!attribute [rw] name
|
|
244
|
+
# @return [::String]
|
|
245
|
+
# Required. The name of the HyperparameterTuningJob resource.
|
|
246
|
+
# Format:
|
|
247
|
+
# `projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}`
|
|
248
|
+
class GetHyperparameterTuningJobRequest
|
|
249
|
+
include ::Google::Protobuf::MessageExts
|
|
250
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
251
|
+
end
|
|
252
|
+
|
|
253
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#list_hyperparameter_tuning_jobs JobService.ListHyperparameterTuningJobs}.
|
|
254
|
+
# @!attribute [rw] parent
|
|
255
|
+
# @return [::String]
|
|
256
|
+
# Required. The resource name of the Location to list the HyperparameterTuningJobs
|
|
257
|
+
# from. Format: `projects/{project}/locations/{location}`
|
|
258
|
+
# @!attribute [rw] filter
|
|
259
|
+
# @return [::String]
|
|
260
|
+
# The standard list filter.
|
|
261
|
+
#
|
|
262
|
+
# Supported fields:
|
|
263
|
+
#
|
|
264
|
+
# * `display_name` supports = and !=.
|
|
265
|
+
#
|
|
266
|
+
# * `state` supports = and !=.
|
|
267
|
+
#
|
|
268
|
+
# Some examples of using the filter are:
|
|
269
|
+
#
|
|
270
|
+
# * `state="JOB_STATE_SUCCEEDED" AND display_name="my_job"`
|
|
271
|
+
#
|
|
272
|
+
# * `state="JOB_STATE_RUNNING" OR display_name="my_job"`
|
|
273
|
+
#
|
|
274
|
+
# * `NOT display_name="my_job"`
|
|
275
|
+
#
|
|
276
|
+
# * `state="JOB_STATE_FAILED"`
|
|
277
|
+
# @!attribute [rw] page_size
|
|
278
|
+
# @return [::Integer]
|
|
279
|
+
# The standard list page size.
|
|
280
|
+
# @!attribute [rw] page_token
|
|
281
|
+
# @return [::String]
|
|
282
|
+
# The standard list page token.
|
|
283
|
+
# Typically obtained via
|
|
284
|
+
# {::Google::Cloud::AIPlatform::V1::ListHyperparameterTuningJobsResponse#next_page_token ListHyperparameterTuningJobsResponse.next_page_token} of the previous
|
|
285
|
+
# {::Google::Cloud::AIPlatform::V1::JobService::Client#list_hyperparameter_tuning_jobs JobService.ListHyperparameterTuningJobs} call.
|
|
286
|
+
# @!attribute [rw] read_mask
|
|
287
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
288
|
+
# Mask specifying which fields to read.
|
|
289
|
+
class ListHyperparameterTuningJobsRequest
|
|
290
|
+
include ::Google::Protobuf::MessageExts
|
|
291
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
292
|
+
end
|
|
293
|
+
|
|
294
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::JobService::Client#list_hyperparameter_tuning_jobs JobService.ListHyperparameterTuningJobs}
|
|
295
|
+
# @!attribute [rw] hyperparameter_tuning_jobs
|
|
296
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::HyperparameterTuningJob>]
|
|
297
|
+
# List of HyperparameterTuningJobs in the requested page.
|
|
298
|
+
# {::Google::Cloud::AIPlatform::V1::HyperparameterTuningJob#trials HyperparameterTuningJob.trials} of the jobs will be not be returned.
|
|
299
|
+
# @!attribute [rw] next_page_token
|
|
300
|
+
# @return [::String]
|
|
301
|
+
# A token to retrieve the next page of results.
|
|
302
|
+
# Pass to {::Google::Cloud::AIPlatform::V1::ListHyperparameterTuningJobsRequest#page_token ListHyperparameterTuningJobsRequest.page_token} to obtain that
|
|
303
|
+
# page.
|
|
304
|
+
class ListHyperparameterTuningJobsResponse
|
|
305
|
+
include ::Google::Protobuf::MessageExts
|
|
306
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
307
|
+
end
|
|
308
|
+
|
|
309
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#delete_hyperparameter_tuning_job JobService.DeleteHyperparameterTuningJob}.
|
|
310
|
+
# @!attribute [rw] name
|
|
311
|
+
# @return [::String]
|
|
312
|
+
# Required. The name of the HyperparameterTuningJob resource to be deleted.
|
|
313
|
+
# Format:
|
|
314
|
+
# `projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}`
|
|
315
|
+
class DeleteHyperparameterTuningJobRequest
|
|
316
|
+
include ::Google::Protobuf::MessageExts
|
|
317
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
318
|
+
end
|
|
319
|
+
|
|
320
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#cancel_hyperparameter_tuning_job JobService.CancelHyperparameterTuningJob}.
|
|
321
|
+
# @!attribute [rw] name
|
|
322
|
+
# @return [::String]
|
|
323
|
+
# Required. The name of the HyperparameterTuningJob to cancel.
|
|
324
|
+
# Format:
|
|
325
|
+
# `projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}`
|
|
326
|
+
class CancelHyperparameterTuningJobRequest
|
|
327
|
+
include ::Google::Protobuf::MessageExts
|
|
328
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
329
|
+
end
|
|
330
|
+
|
|
331
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#create_batch_prediction_job JobService.CreateBatchPredictionJob}.
|
|
332
|
+
# @!attribute [rw] parent
|
|
333
|
+
# @return [::String]
|
|
334
|
+
# Required. The resource name of the Location to create the BatchPredictionJob in.
|
|
335
|
+
# Format: `projects/{project}/locations/{location}`
|
|
336
|
+
# @!attribute [rw] batch_prediction_job
|
|
337
|
+
# @return [::Google::Cloud::AIPlatform::V1::BatchPredictionJob]
|
|
338
|
+
# Required. The BatchPredictionJob to create.
|
|
339
|
+
class CreateBatchPredictionJobRequest
|
|
340
|
+
include ::Google::Protobuf::MessageExts
|
|
341
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
342
|
+
end
|
|
343
|
+
|
|
344
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#get_batch_prediction_job JobService.GetBatchPredictionJob}.
|
|
345
|
+
# @!attribute [rw] name
|
|
346
|
+
# @return [::String]
|
|
347
|
+
# Required. The name of the BatchPredictionJob resource.
|
|
348
|
+
# Format:
|
|
349
|
+
# `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`
|
|
350
|
+
class GetBatchPredictionJobRequest
|
|
351
|
+
include ::Google::Protobuf::MessageExts
|
|
352
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
353
|
+
end
|
|
354
|
+
|
|
355
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#list_batch_prediction_jobs JobService.ListBatchPredictionJobs}.
|
|
356
|
+
# @!attribute [rw] parent
|
|
357
|
+
# @return [::String]
|
|
358
|
+
# Required. The resource name of the Location to list the BatchPredictionJobs
|
|
359
|
+
# from. Format: `projects/{project}/locations/{location}`
|
|
360
|
+
# @!attribute [rw] filter
|
|
361
|
+
# @return [::String]
|
|
362
|
+
# The standard list filter.
|
|
363
|
+
#
|
|
364
|
+
# Supported fields:
|
|
365
|
+
#
|
|
366
|
+
# * `display_name` supports = and !=.
|
|
367
|
+
#
|
|
368
|
+
# * `state` supports = and !=.
|
|
369
|
+
#
|
|
370
|
+
# * `model_display_name` supports = and !=
|
|
371
|
+
#
|
|
372
|
+
# Some examples of using the filter are:
|
|
373
|
+
#
|
|
374
|
+
# * `state="JOB_STATE_SUCCEEDED" AND display_name="my_job"`
|
|
375
|
+
#
|
|
376
|
+
# * `state="JOB_STATE_RUNNING" OR display_name="my_job"`
|
|
377
|
+
#
|
|
378
|
+
# * `NOT display_name="my_job"`
|
|
379
|
+
#
|
|
380
|
+
# * `state="JOB_STATE_FAILED"`
|
|
381
|
+
# @!attribute [rw] page_size
|
|
382
|
+
# @return [::Integer]
|
|
383
|
+
# The standard list page size.
|
|
384
|
+
# @!attribute [rw] page_token
|
|
385
|
+
# @return [::String]
|
|
386
|
+
# The standard list page token.
|
|
387
|
+
# Typically obtained via
|
|
388
|
+
# {::Google::Cloud::AIPlatform::V1::ListBatchPredictionJobsResponse#next_page_token ListBatchPredictionJobsResponse.next_page_token} of the previous
|
|
389
|
+
# {::Google::Cloud::AIPlatform::V1::JobService::Client#list_batch_prediction_jobs JobService.ListBatchPredictionJobs} call.
|
|
390
|
+
# @!attribute [rw] read_mask
|
|
391
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
392
|
+
# Mask specifying which fields to read.
|
|
393
|
+
class ListBatchPredictionJobsRequest
|
|
394
|
+
include ::Google::Protobuf::MessageExts
|
|
395
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
396
|
+
end
|
|
397
|
+
|
|
398
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::JobService::Client#list_batch_prediction_jobs JobService.ListBatchPredictionJobs}
|
|
399
|
+
# @!attribute [rw] batch_prediction_jobs
|
|
400
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::BatchPredictionJob>]
|
|
401
|
+
# List of BatchPredictionJobs in the requested page.
|
|
402
|
+
# @!attribute [rw] next_page_token
|
|
403
|
+
# @return [::String]
|
|
404
|
+
# A token to retrieve the next page of results.
|
|
405
|
+
# Pass to {::Google::Cloud::AIPlatform::V1::ListBatchPredictionJobsRequest#page_token ListBatchPredictionJobsRequest.page_token} to obtain that
|
|
406
|
+
# page.
|
|
407
|
+
class ListBatchPredictionJobsResponse
|
|
408
|
+
include ::Google::Protobuf::MessageExts
|
|
409
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
410
|
+
end
|
|
411
|
+
|
|
412
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#delete_batch_prediction_job JobService.DeleteBatchPredictionJob}.
|
|
413
|
+
# @!attribute [rw] name
|
|
414
|
+
# @return [::String]
|
|
415
|
+
# Required. The name of the BatchPredictionJob resource to be deleted.
|
|
416
|
+
# Format:
|
|
417
|
+
# `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`
|
|
418
|
+
class DeleteBatchPredictionJobRequest
|
|
419
|
+
include ::Google::Protobuf::MessageExts
|
|
420
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
421
|
+
end
|
|
422
|
+
|
|
423
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::JobService::Client#cancel_batch_prediction_job JobService.CancelBatchPredictionJob}.
|
|
424
|
+
# @!attribute [rw] name
|
|
425
|
+
# @return [::String]
|
|
426
|
+
# Required. The name of the BatchPredictionJob to cancel.
|
|
427
|
+
# Format:
|
|
428
|
+
# `projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}`
|
|
429
|
+
class CancelBatchPredictionJobRequest
|
|
430
|
+
include ::Google::Protobuf::MessageExts
|
|
431
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
432
|
+
end
|
|
433
|
+
|
|
434
|
+
# Request message for
|
|
435
|
+
# {::Google::Cloud::AIPlatform::V1::JobService::Client#create_model_deployment_monitoring_job JobService.CreateModelDeploymentMonitoringJob}.
|
|
436
|
+
# @!attribute [rw] parent
|
|
437
|
+
# @return [::String]
|
|
438
|
+
# Required. The parent of the ModelDeploymentMonitoringJob.
|
|
439
|
+
# Format: `projects/{project}/locations/{location}`
|
|
440
|
+
# @!attribute [rw] model_deployment_monitoring_job
|
|
441
|
+
# @return [::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringJob]
|
|
442
|
+
# Required. The ModelDeploymentMonitoringJob to create
|
|
443
|
+
class CreateModelDeploymentMonitoringJobRequest
|
|
444
|
+
include ::Google::Protobuf::MessageExts
|
|
445
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
446
|
+
end
|
|
447
|
+
|
|
448
|
+
# Request message for
|
|
449
|
+
# {::Google::Cloud::AIPlatform::V1::JobService::Client#search_model_deployment_monitoring_stats_anomalies JobService.SearchModelDeploymentMonitoringStatsAnomalies}.
|
|
450
|
+
# @!attribute [rw] model_deployment_monitoring_job
|
|
451
|
+
# @return [::String]
|
|
452
|
+
# Required. ModelDeploymentMonitoring Job resource name.
|
|
453
|
+
# Format:
|
|
454
|
+
# `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
|
|
455
|
+
# @!attribute [rw] deployed_model_id
|
|
456
|
+
# @return [::String]
|
|
457
|
+
# Required. The DeployedModel ID of the
|
|
458
|
+
# [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].
|
|
459
|
+
# @!attribute [rw] feature_display_name
|
|
460
|
+
# @return [::String]
|
|
461
|
+
# The feature display name. If specified, only return the stats belonging to
|
|
462
|
+
# this feature. Format:
|
|
463
|
+
# {::Google::Cloud::AIPlatform::V1::ModelMonitoringStatsAnomalies::FeatureHistoricStatsAnomalies#feature_display_name ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.feature_display_name},
|
|
464
|
+
# example: "user_destination".
|
|
465
|
+
# @!attribute [rw] objectives
|
|
466
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest::StatsAnomaliesObjective>]
|
|
467
|
+
# Required. Objectives of the stats to retrieve.
|
|
468
|
+
# @!attribute [rw] page_size
|
|
469
|
+
# @return [::Integer]
|
|
470
|
+
# The standard list page size.
|
|
471
|
+
# @!attribute [rw] page_token
|
|
472
|
+
# @return [::String]
|
|
473
|
+
# A page token received from a previous
|
|
474
|
+
# {::Google::Cloud::AIPlatform::V1::JobService::Client#search_model_deployment_monitoring_stats_anomalies JobService.SearchModelDeploymentMonitoringStatsAnomalies}
|
|
475
|
+
# call.
|
|
476
|
+
# @!attribute [rw] start_time
|
|
477
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
478
|
+
# The earliest timestamp of stats being generated.
|
|
479
|
+
# If not set, indicates fetching stats till the earliest possible one.
|
|
480
|
+
# @!attribute [rw] end_time
|
|
481
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
482
|
+
# The latest timestamp of stats being generated.
|
|
483
|
+
# If not set, indicates feching stats till the latest possible one.
|
|
484
|
+
class SearchModelDeploymentMonitoringStatsAnomaliesRequest
|
|
485
|
+
include ::Google::Protobuf::MessageExts
|
|
486
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
487
|
+
|
|
488
|
+
# Stats requested for specific objective.
|
|
489
|
+
# @!attribute [rw] type
|
|
490
|
+
# @return [::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringObjectiveType]
|
|
491
|
+
# @!attribute [rw] top_feature_count
|
|
492
|
+
# @return [::Integer]
|
|
493
|
+
# If set, all attribution scores between
|
|
494
|
+
# {::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest#start_time SearchModelDeploymentMonitoringStatsAnomaliesRequest.start_time} and
|
|
495
|
+
# {::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest#end_time SearchModelDeploymentMonitoringStatsAnomaliesRequest.end_time} are
|
|
496
|
+
# fetched, and page token doesn't take affect in this case.
|
|
497
|
+
# Only used to retrieve attribution score for the top Features which has
|
|
498
|
+
# the highest attribution score in the latest monitoring run.
|
|
499
|
+
class StatsAnomaliesObjective
|
|
500
|
+
include ::Google::Protobuf::MessageExts
|
|
501
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
502
|
+
end
|
|
503
|
+
end
|
|
504
|
+
|
|
505
|
+
# Response message for
|
|
506
|
+
# {::Google::Cloud::AIPlatform::V1::JobService::Client#search_model_deployment_monitoring_stats_anomalies JobService.SearchModelDeploymentMonitoringStatsAnomalies}.
|
|
507
|
+
# @!attribute [rw] monitoring_stats
|
|
508
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::ModelMonitoringStatsAnomalies>]
|
|
509
|
+
# Stats retrieved for requested objectives.
|
|
510
|
+
# There are at most 1000
|
|
511
|
+
# {::Google::Cloud::AIPlatform::V1::ModelMonitoringStatsAnomalies::FeatureHistoricStatsAnomalies#prediction_stats ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats}
|
|
512
|
+
# in the response.
|
|
513
|
+
# @!attribute [rw] next_page_token
|
|
514
|
+
# @return [::String]
|
|
515
|
+
# The page token that can be used by the next
|
|
516
|
+
# {::Google::Cloud::AIPlatform::V1::JobService::Client#search_model_deployment_monitoring_stats_anomalies JobService.SearchModelDeploymentMonitoringStatsAnomalies}
|
|
517
|
+
# call.
|
|
518
|
+
class SearchModelDeploymentMonitoringStatsAnomaliesResponse
|
|
519
|
+
include ::Google::Protobuf::MessageExts
|
|
520
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
521
|
+
end
|
|
522
|
+
|
|
523
|
+
# Request message for
|
|
524
|
+
# {::Google::Cloud::AIPlatform::V1::JobService::Client#get_model_deployment_monitoring_job JobService.GetModelDeploymentMonitoringJob}.
|
|
525
|
+
# @!attribute [rw] name
|
|
526
|
+
# @return [::String]
|
|
527
|
+
# Required. The resource name of the ModelDeploymentMonitoringJob.
|
|
528
|
+
# Format:
|
|
529
|
+
# `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
|
|
530
|
+
class GetModelDeploymentMonitoringJobRequest
|
|
531
|
+
include ::Google::Protobuf::MessageExts
|
|
532
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
533
|
+
end
|
|
534
|
+
|
|
535
|
+
# Request message for
|
|
536
|
+
# {::Google::Cloud::AIPlatform::V1::JobService::Client#list_model_deployment_monitoring_jobs JobService.ListModelDeploymentMonitoringJobs}.
|
|
537
|
+
# @!attribute [rw] parent
|
|
538
|
+
# @return [::String]
|
|
539
|
+
# Required. The parent of the ModelDeploymentMonitoringJob.
|
|
540
|
+
# Format: `projects/{project}/locations/{location}`
|
|
541
|
+
# @!attribute [rw] filter
|
|
542
|
+
# @return [::String]
|
|
543
|
+
# The standard list filter.
|
|
544
|
+
# @!attribute [rw] page_size
|
|
545
|
+
# @return [::Integer]
|
|
546
|
+
# The standard list page size.
|
|
547
|
+
# @!attribute [rw] page_token
|
|
548
|
+
# @return [::String]
|
|
549
|
+
# The standard list page token.
|
|
550
|
+
# @!attribute [rw] read_mask
|
|
551
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
552
|
+
# Mask specifying which fields to read
|
|
553
|
+
class ListModelDeploymentMonitoringJobsRequest
|
|
554
|
+
include ::Google::Protobuf::MessageExts
|
|
555
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
556
|
+
end
|
|
557
|
+
|
|
558
|
+
# Response message for
|
|
559
|
+
# {::Google::Cloud::AIPlatform::V1::JobService::Client#list_model_deployment_monitoring_jobs JobService.ListModelDeploymentMonitoringJobs}.
|
|
560
|
+
# @!attribute [rw] model_deployment_monitoring_jobs
|
|
561
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringJob>]
|
|
562
|
+
# A list of ModelDeploymentMonitoringJobs that matches the specified filter
|
|
563
|
+
# in the request.
|
|
564
|
+
# @!attribute [rw] next_page_token
|
|
565
|
+
# @return [::String]
|
|
566
|
+
# The standard List next-page token.
|
|
567
|
+
class ListModelDeploymentMonitoringJobsResponse
|
|
568
|
+
include ::Google::Protobuf::MessageExts
|
|
569
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
570
|
+
end
|
|
571
|
+
|
|
572
|
+
# Request message for
|
|
573
|
+
# {::Google::Cloud::AIPlatform::V1::JobService::Client#update_model_deployment_monitoring_job JobService.UpdateModelDeploymentMonitoringJob}.
|
|
574
|
+
# @!attribute [rw] model_deployment_monitoring_job
|
|
575
|
+
# @return [::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringJob]
|
|
576
|
+
# Required. The model monitoring configuration which replaces the resource on the
|
|
577
|
+
# server.
|
|
578
|
+
# @!attribute [rw] update_mask
|
|
579
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
580
|
+
# Required. The update mask is used to specify the fields to be overwritten in the
|
|
581
|
+
# ModelDeploymentMonitoringJob resource by the update.
|
|
582
|
+
# The fields specified in the update_mask are relative to the resource, not
|
|
583
|
+
# the full request. A field will be overwritten if it is in the mask. If the
|
|
584
|
+
# user does not provide a mask then only the non-empty fields present in the
|
|
585
|
+
# request will be overwritten. Set the update_mask to `*` to override all
|
|
586
|
+
# fields.
|
|
587
|
+
# For the objective config, the user can either provide the update mask for
|
|
588
|
+
# model_deployment_monitoring_objective_configs or any combination of its
|
|
589
|
+
# nested fields, such as:
|
|
590
|
+
# model_deployment_monitoring_objective_configs.objective_config.training_dataset.
|
|
591
|
+
#
|
|
592
|
+
# Updatable fields:
|
|
593
|
+
#
|
|
594
|
+
# * `display_name`
|
|
595
|
+
# * `model_deployment_monitoring_schedule_config`
|
|
596
|
+
# * `model_monitoring_alert_config`
|
|
597
|
+
# * `logging_sampling_strategy`
|
|
598
|
+
# * `labels`
|
|
599
|
+
# * `log_ttl`
|
|
600
|
+
# * `enable_monitoring_pipeline_logs`
|
|
601
|
+
# . and
|
|
602
|
+
# * `model_deployment_monitoring_objective_configs`
|
|
603
|
+
# . or
|
|
604
|
+
# * `model_deployment_monitoring_objective_configs.objective_config.training_dataset`
|
|
605
|
+
# * `model_deployment_monitoring_objective_configs.objective_config.training_prediction_skew_detection_config`
|
|
606
|
+
# * `model_deployment_monitoring_objective_configs.objective_config.prediction_drift_detection_config`
|
|
607
|
+
class UpdateModelDeploymentMonitoringJobRequest
|
|
608
|
+
include ::Google::Protobuf::MessageExts
|
|
609
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
610
|
+
end
|
|
611
|
+
|
|
612
|
+
# Request message for
|
|
613
|
+
# {::Google::Cloud::AIPlatform::V1::JobService::Client#delete_model_deployment_monitoring_job JobService.DeleteModelDeploymentMonitoringJob}.
|
|
614
|
+
# @!attribute [rw] name
|
|
615
|
+
# @return [::String]
|
|
616
|
+
# Required. The resource name of the model monitoring job to delete.
|
|
617
|
+
# Format:
|
|
618
|
+
# `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
|
|
619
|
+
class DeleteModelDeploymentMonitoringJobRequest
|
|
620
|
+
include ::Google::Protobuf::MessageExts
|
|
621
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
622
|
+
end
|
|
623
|
+
|
|
624
|
+
# Request message for
|
|
625
|
+
# {::Google::Cloud::AIPlatform::V1::JobService::Client#pause_model_deployment_monitoring_job JobService.PauseModelDeploymentMonitoringJob}.
|
|
626
|
+
# @!attribute [rw] name
|
|
627
|
+
# @return [::String]
|
|
628
|
+
# Required. The resource name of the ModelDeploymentMonitoringJob to pause.
|
|
629
|
+
# Format:
|
|
630
|
+
# `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
|
|
631
|
+
class PauseModelDeploymentMonitoringJobRequest
|
|
632
|
+
include ::Google::Protobuf::MessageExts
|
|
633
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
634
|
+
end
|
|
635
|
+
|
|
636
|
+
# Request message for
|
|
637
|
+
# {::Google::Cloud::AIPlatform::V1::JobService::Client#resume_model_deployment_monitoring_job JobService.ResumeModelDeploymentMonitoringJob}.
|
|
638
|
+
# @!attribute [rw] name
|
|
639
|
+
# @return [::String]
|
|
640
|
+
# Required. The resource name of the ModelDeploymentMonitoringJob to resume.
|
|
641
|
+
# Format:
|
|
642
|
+
# `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
|
|
643
|
+
class ResumeModelDeploymentMonitoringJobRequest
|
|
644
|
+
include ::Google::Protobuf::MessageExts
|
|
645
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
646
|
+
end
|
|
647
|
+
|
|
648
|
+
# Runtime operation information for
|
|
649
|
+
# {::Google::Cloud::AIPlatform::V1::JobService::Client#update_model_deployment_monitoring_job JobService.UpdateModelDeploymentMonitoringJob}.
|
|
650
|
+
# @!attribute [rw] generic_metadata
|
|
651
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
652
|
+
# The operation generic information.
|
|
653
|
+
class UpdateModelDeploymentMonitoringJobOperationMetadata
|
|
654
|
+
include ::Google::Protobuf::MessageExts
|
|
655
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
656
|
+
end
|
|
657
|
+
end
|
|
658
|
+
end
|
|
659
|
+
end
|
|
660
|
+
end
|