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,912 @@
|
|
|
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::MetadataService::Client#create_metadata_store MetadataService.CreateMetadataStore}.
|
|
25
|
+
# @!attribute [rw] parent
|
|
26
|
+
# @return [::String]
|
|
27
|
+
# Required. The resource name of the Location where the MetadataStore should
|
|
28
|
+
# be created.
|
|
29
|
+
# Format: `projects/{project}/locations/{location}/`
|
|
30
|
+
# @!attribute [rw] metadata_store
|
|
31
|
+
# @return [::Google::Cloud::AIPlatform::V1::MetadataStore]
|
|
32
|
+
# Required. The MetadataStore to create.
|
|
33
|
+
# @!attribute [rw] metadata_store_id
|
|
34
|
+
# @return [::String]
|
|
35
|
+
# The \\{metadatastore} portion of the resource name with the format:
|
|
36
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}`
|
|
37
|
+
# If not provided, the MetadataStore's ID will be a UUID generated by the
|
|
38
|
+
# service.
|
|
39
|
+
# Must be 4-128 characters in length. Valid characters are `/[a-z][0-9]-/`.
|
|
40
|
+
# Must be unique across all MetadataStores in the parent Location.
|
|
41
|
+
# (Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED
|
|
42
|
+
# if the caller can't view the preexisting MetadataStore.)
|
|
43
|
+
class CreateMetadataStoreRequest
|
|
44
|
+
include ::Google::Protobuf::MessageExts
|
|
45
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
# Details of operations that perform {::Google::Cloud::AIPlatform::V1::MetadataService::Client#create_metadata_store MetadataService.CreateMetadataStore}.
|
|
49
|
+
# @!attribute [rw] generic_metadata
|
|
50
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
51
|
+
# Operation metadata for creating a MetadataStore.
|
|
52
|
+
class CreateMetadataStoreOperationMetadata
|
|
53
|
+
include ::Google::Protobuf::MessageExts
|
|
54
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
55
|
+
end
|
|
56
|
+
|
|
57
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#get_metadata_store MetadataService.GetMetadataStore}.
|
|
58
|
+
# @!attribute [rw] name
|
|
59
|
+
# @return [::String]
|
|
60
|
+
# Required. The resource name of the MetadataStore to retrieve.
|
|
61
|
+
# Format:
|
|
62
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}`
|
|
63
|
+
class GetMetadataStoreRequest
|
|
64
|
+
include ::Google::Protobuf::MessageExts
|
|
65
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
66
|
+
end
|
|
67
|
+
|
|
68
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_metadata_stores MetadataService.ListMetadataStores}.
|
|
69
|
+
# @!attribute [rw] parent
|
|
70
|
+
# @return [::String]
|
|
71
|
+
# Required. The Location whose MetadataStores should be listed.
|
|
72
|
+
# Format:
|
|
73
|
+
# `projects/{project}/locations/{location}`
|
|
74
|
+
# @!attribute [rw] page_size
|
|
75
|
+
# @return [::Integer]
|
|
76
|
+
# The maximum number of Metadata Stores to return. The service may return
|
|
77
|
+
# fewer.
|
|
78
|
+
# Must be in range 1-1000, inclusive. Defaults to 100.
|
|
79
|
+
# @!attribute [rw] page_token
|
|
80
|
+
# @return [::String]
|
|
81
|
+
# A page token, received from a previous
|
|
82
|
+
# {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_metadata_stores MetadataService.ListMetadataStores} call. Provide this to retrieve the
|
|
83
|
+
# subsequent page.
|
|
84
|
+
#
|
|
85
|
+
# When paginating, all other provided parameters must match the call that
|
|
86
|
+
# provided the page token. (Otherwise the request will fail with
|
|
87
|
+
# INVALID_ARGUMENT error.)
|
|
88
|
+
class ListMetadataStoresRequest
|
|
89
|
+
include ::Google::Protobuf::MessageExts
|
|
90
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
91
|
+
end
|
|
92
|
+
|
|
93
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_metadata_stores MetadataService.ListMetadataStores}.
|
|
94
|
+
# @!attribute [rw] metadata_stores
|
|
95
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::MetadataStore>]
|
|
96
|
+
# The MetadataStores found for the Location.
|
|
97
|
+
# @!attribute [rw] next_page_token
|
|
98
|
+
# @return [::String]
|
|
99
|
+
# A token, which can be sent as
|
|
100
|
+
# {::Google::Cloud::AIPlatform::V1::ListMetadataStoresRequest#page_token ListMetadataStoresRequest.page_token} to retrieve the next
|
|
101
|
+
# page. If this field is not populated, there are no subsequent pages.
|
|
102
|
+
class ListMetadataStoresResponse
|
|
103
|
+
include ::Google::Protobuf::MessageExts
|
|
104
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
105
|
+
end
|
|
106
|
+
|
|
107
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#delete_metadata_store MetadataService.DeleteMetadataStore}.
|
|
108
|
+
# @!attribute [rw] name
|
|
109
|
+
# @return [::String]
|
|
110
|
+
# Required. The resource name of the MetadataStore to delete.
|
|
111
|
+
# Format:
|
|
112
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}`
|
|
113
|
+
# @!attribute [rw] force
|
|
114
|
+
# @return [::Boolean]
|
|
115
|
+
# Deprecated: Field is no longer supported.
|
|
116
|
+
class DeleteMetadataStoreRequest
|
|
117
|
+
include ::Google::Protobuf::MessageExts
|
|
118
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
# Details of operations that perform {::Google::Cloud::AIPlatform::V1::MetadataService::Client#delete_metadata_store MetadataService.DeleteMetadataStore}.
|
|
122
|
+
# @!attribute [rw] generic_metadata
|
|
123
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
124
|
+
# Operation metadata for deleting a MetadataStore.
|
|
125
|
+
class DeleteMetadataStoreOperationMetadata
|
|
126
|
+
include ::Google::Protobuf::MessageExts
|
|
127
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
128
|
+
end
|
|
129
|
+
|
|
130
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#create_artifact MetadataService.CreateArtifact}.
|
|
131
|
+
# @!attribute [rw] parent
|
|
132
|
+
# @return [::String]
|
|
133
|
+
# Required. The resource name of the MetadataStore where the Artifact should
|
|
134
|
+
# be created.
|
|
135
|
+
# Format:
|
|
136
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}`
|
|
137
|
+
# @!attribute [rw] artifact
|
|
138
|
+
# @return [::Google::Cloud::AIPlatform::V1::Artifact]
|
|
139
|
+
# Required. The Artifact to create.
|
|
140
|
+
# @!attribute [rw] artifact_id
|
|
141
|
+
# @return [::String]
|
|
142
|
+
# The \\{artifact} portion of the resource name with the format:
|
|
143
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
|
|
144
|
+
# If not provided, the Artifact's ID will be a UUID generated by the service.
|
|
145
|
+
# Must be 4-128 characters in length. Valid characters are `/[a-z][0-9]-/`.
|
|
146
|
+
# Must be unique across all Artifacts in the parent MetadataStore. (Otherwise
|
|
147
|
+
# the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED if the
|
|
148
|
+
# caller can't view the preexisting Artifact.)
|
|
149
|
+
class CreateArtifactRequest
|
|
150
|
+
include ::Google::Protobuf::MessageExts
|
|
151
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
152
|
+
end
|
|
153
|
+
|
|
154
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#get_artifact MetadataService.GetArtifact}.
|
|
155
|
+
# @!attribute [rw] name
|
|
156
|
+
# @return [::String]
|
|
157
|
+
# Required. The resource name of the Artifact to retrieve.
|
|
158
|
+
# Format:
|
|
159
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
|
|
160
|
+
class GetArtifactRequest
|
|
161
|
+
include ::Google::Protobuf::MessageExts
|
|
162
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
163
|
+
end
|
|
164
|
+
|
|
165
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_artifacts MetadataService.ListArtifacts}.
|
|
166
|
+
# @!attribute [rw] parent
|
|
167
|
+
# @return [::String]
|
|
168
|
+
# Required. The MetadataStore whose Artifacts should be listed.
|
|
169
|
+
# Format:
|
|
170
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}`
|
|
171
|
+
# @!attribute [rw] page_size
|
|
172
|
+
# @return [::Integer]
|
|
173
|
+
# The maximum number of Artifacts to return. The service may return fewer.
|
|
174
|
+
# Must be in range 1-1000, inclusive. Defaults to 100.
|
|
175
|
+
# @!attribute [rw] page_token
|
|
176
|
+
# @return [::String]
|
|
177
|
+
# A page token, received from a previous {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_artifacts MetadataService.ListArtifacts}
|
|
178
|
+
# call. Provide this to retrieve the subsequent page.
|
|
179
|
+
#
|
|
180
|
+
# When paginating, all other provided parameters must match the call that
|
|
181
|
+
# provided the page token. (Otherwise the request will fail with
|
|
182
|
+
# INVALID_ARGUMENT error.)
|
|
183
|
+
# @!attribute [rw] filter
|
|
184
|
+
# @return [::String]
|
|
185
|
+
# Filter specifying the boolean condition for the Artifacts to satisfy in
|
|
186
|
+
# order to be part of the result set.
|
|
187
|
+
# The syntax to define filter query is based on https://google.aip.dev/160.
|
|
188
|
+
# The supported set of filters include the following:
|
|
189
|
+
#
|
|
190
|
+
# * **Attribute filtering**:
|
|
191
|
+
# For example: `display_name = "test"`.
|
|
192
|
+
# Supported fields include: `name`, `display_name`, `uri`, `state`,
|
|
193
|
+
# `schema_title`, `create_time`, and `update_time`.
|
|
194
|
+
# Time fields, such as `create_time` and `update_time`, require values
|
|
195
|
+
# specified in RFC-3339 format.
|
|
196
|
+
# For example: `create_time = "2020-11-19T11:30:00-04:00"`
|
|
197
|
+
# * **Metadata field**:
|
|
198
|
+
# To filter on metadata fields use traversal operation as follows:
|
|
199
|
+
# `metadata.<field_name>.<type_value>`.
|
|
200
|
+
# For example: `metadata.field_1.number_value = 10.0`
|
|
201
|
+
# * **Context based filtering**:
|
|
202
|
+
# To filter Artifacts based on the contexts to which they belong, use the
|
|
203
|
+
# function operator with the full resource name
|
|
204
|
+
# `in_context(<context-name>)`.
|
|
205
|
+
# For example:
|
|
206
|
+
# `in_context("projects/<project_number>/locations/<location>/metadataStores/<metadatastore_name>/contexts/<context-id>")`
|
|
207
|
+
#
|
|
208
|
+
# Each of the above supported filter types can be combined together using
|
|
209
|
+
# logical operators (`AND` & `OR`).
|
|
210
|
+
#
|
|
211
|
+
# For example: `display_name = "test" AND metadata.field1.bool_value = true`.
|
|
212
|
+
class ListArtifactsRequest
|
|
213
|
+
include ::Google::Protobuf::MessageExts
|
|
214
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
215
|
+
end
|
|
216
|
+
|
|
217
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_artifacts MetadataService.ListArtifacts}.
|
|
218
|
+
# @!attribute [rw] artifacts
|
|
219
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::Artifact>]
|
|
220
|
+
# The Artifacts retrieved from the MetadataStore.
|
|
221
|
+
# @!attribute [rw] next_page_token
|
|
222
|
+
# @return [::String]
|
|
223
|
+
# A token, which can be sent as {::Google::Cloud::AIPlatform::V1::ListArtifactsRequest#page_token ListArtifactsRequest.page_token}
|
|
224
|
+
# to retrieve the next page.
|
|
225
|
+
# If this field is not populated, there are no subsequent pages.
|
|
226
|
+
class ListArtifactsResponse
|
|
227
|
+
include ::Google::Protobuf::MessageExts
|
|
228
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
229
|
+
end
|
|
230
|
+
|
|
231
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#update_artifact MetadataService.UpdateArtifact}.
|
|
232
|
+
# @!attribute [rw] artifact
|
|
233
|
+
# @return [::Google::Cloud::AIPlatform::V1::Artifact]
|
|
234
|
+
# Required. The Artifact containing updates.
|
|
235
|
+
# The Artifact's {::Google::Cloud::AIPlatform::V1::Artifact#name Artifact.name} field is used to identify the Artifact to
|
|
236
|
+
# be updated.
|
|
237
|
+
# Format:
|
|
238
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
|
|
239
|
+
# @!attribute [rw] update_mask
|
|
240
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
241
|
+
# Required. A FieldMask indicating which fields should be updated.
|
|
242
|
+
# Functionality of this field is not yet supported.
|
|
243
|
+
# @!attribute [rw] allow_missing
|
|
244
|
+
# @return [::Boolean]
|
|
245
|
+
# If set to true, and the {::Google::Cloud::AIPlatform::V1::Artifact Artifact} is not found, a new {::Google::Cloud::AIPlatform::V1::Artifact Artifact} is
|
|
246
|
+
# created.
|
|
247
|
+
class UpdateArtifactRequest
|
|
248
|
+
include ::Google::Protobuf::MessageExts
|
|
249
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
250
|
+
end
|
|
251
|
+
|
|
252
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#delete_artifact MetadataService.DeleteArtifact}.
|
|
253
|
+
# @!attribute [rw] name
|
|
254
|
+
# @return [::String]
|
|
255
|
+
# Required. The resource name of the Artifact to delete.
|
|
256
|
+
# Format:
|
|
257
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
|
|
258
|
+
# @!attribute [rw] etag
|
|
259
|
+
# @return [::String]
|
|
260
|
+
# Optional. The etag of the Artifact to delete.
|
|
261
|
+
# If this is provided, it must match the server's etag. Otherwise, the
|
|
262
|
+
# request will fail with a FAILED_PRECONDITION.
|
|
263
|
+
class DeleteArtifactRequest
|
|
264
|
+
include ::Google::Protobuf::MessageExts
|
|
265
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
266
|
+
end
|
|
267
|
+
|
|
268
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_artifacts MetadataService.PurgeArtifacts}.
|
|
269
|
+
# @!attribute [rw] parent
|
|
270
|
+
# @return [::String]
|
|
271
|
+
# Required. The metadata store to purge Artifacts from.
|
|
272
|
+
# Format:
|
|
273
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}`
|
|
274
|
+
# @!attribute [rw] filter
|
|
275
|
+
# @return [::String]
|
|
276
|
+
# Required. A required filter matching the Artifacts to be purged.
|
|
277
|
+
# E.g., `update_time <= 2020-11-19T11:30:00-04:00`.
|
|
278
|
+
# @!attribute [rw] force
|
|
279
|
+
# @return [::Boolean]
|
|
280
|
+
# Optional. Flag to indicate to actually perform the purge.
|
|
281
|
+
# If `force` is set to false, the method will return a sample of
|
|
282
|
+
# Artifact names that would be deleted.
|
|
283
|
+
class PurgeArtifactsRequest
|
|
284
|
+
include ::Google::Protobuf::MessageExts
|
|
285
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
286
|
+
end
|
|
287
|
+
|
|
288
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_artifacts MetadataService.PurgeArtifacts}.
|
|
289
|
+
# @!attribute [rw] purge_count
|
|
290
|
+
# @return [::Integer]
|
|
291
|
+
# The number of Artifacts that this request deleted (or, if `force` is false,
|
|
292
|
+
# the number of Artifacts that will be deleted). This can be an estimate.
|
|
293
|
+
# @!attribute [rw] purge_sample
|
|
294
|
+
# @return [::Array<::String>]
|
|
295
|
+
# A sample of the Artifact names that will be deleted.
|
|
296
|
+
# Only populated if `force` is set to false. The maximum number of samples is
|
|
297
|
+
# 100 (it is possible to return fewer).
|
|
298
|
+
class PurgeArtifactsResponse
|
|
299
|
+
include ::Google::Protobuf::MessageExts
|
|
300
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
301
|
+
end
|
|
302
|
+
|
|
303
|
+
# Details of operations that perform {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_artifacts MetadataService.PurgeArtifacts}.
|
|
304
|
+
# @!attribute [rw] generic_metadata
|
|
305
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
306
|
+
# Operation metadata for purging Artifacts.
|
|
307
|
+
class PurgeArtifactsMetadata
|
|
308
|
+
include ::Google::Protobuf::MessageExts
|
|
309
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
310
|
+
end
|
|
311
|
+
|
|
312
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#create_context MetadataService.CreateContext}.
|
|
313
|
+
# @!attribute [rw] parent
|
|
314
|
+
# @return [::String]
|
|
315
|
+
# Required. The resource name of the MetadataStore where the Context should be
|
|
316
|
+
# created.
|
|
317
|
+
# Format:
|
|
318
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}`
|
|
319
|
+
# @!attribute [rw] context
|
|
320
|
+
# @return [::Google::Cloud::AIPlatform::V1::Context]
|
|
321
|
+
# Required. The Context to create.
|
|
322
|
+
# @!attribute [rw] context_id
|
|
323
|
+
# @return [::String]
|
|
324
|
+
# The \\{context} portion of the resource name with the format:
|
|
325
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}`.
|
|
326
|
+
# If not provided, the Context's ID will be a UUID generated by the service.
|
|
327
|
+
# Must be 4-128 characters in length. Valid characters are `/[a-z][0-9]-/`.
|
|
328
|
+
# Must be unique across all Contexts in the parent MetadataStore. (Otherwise
|
|
329
|
+
# the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED if the
|
|
330
|
+
# caller can't view the preexisting Context.)
|
|
331
|
+
class CreateContextRequest
|
|
332
|
+
include ::Google::Protobuf::MessageExts
|
|
333
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
334
|
+
end
|
|
335
|
+
|
|
336
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#get_context MetadataService.GetContext}.
|
|
337
|
+
# @!attribute [rw] name
|
|
338
|
+
# @return [::String]
|
|
339
|
+
# Required. The resource name of the Context to retrieve.
|
|
340
|
+
# Format:
|
|
341
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}`
|
|
342
|
+
class GetContextRequest
|
|
343
|
+
include ::Google::Protobuf::MessageExts
|
|
344
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
345
|
+
end
|
|
346
|
+
|
|
347
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_contexts MetadataService.ListContexts}
|
|
348
|
+
# @!attribute [rw] parent
|
|
349
|
+
# @return [::String]
|
|
350
|
+
# Required. The MetadataStore whose Contexts should be listed.
|
|
351
|
+
# Format:
|
|
352
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}`
|
|
353
|
+
# @!attribute [rw] page_size
|
|
354
|
+
# @return [::Integer]
|
|
355
|
+
# The maximum number of Contexts to return. The service may return fewer.
|
|
356
|
+
# Must be in range 1-1000, inclusive. Defaults to 100.
|
|
357
|
+
# @!attribute [rw] page_token
|
|
358
|
+
# @return [::String]
|
|
359
|
+
# A page token, received from a previous {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_contexts MetadataService.ListContexts}
|
|
360
|
+
# call. Provide this to retrieve the subsequent page.
|
|
361
|
+
#
|
|
362
|
+
# When paginating, all other provided parameters must match the call that
|
|
363
|
+
# provided the page token. (Otherwise the request will fail with
|
|
364
|
+
# INVALID_ARGUMENT error.)
|
|
365
|
+
# @!attribute [rw] filter
|
|
366
|
+
# @return [::String]
|
|
367
|
+
# Filter specifying the boolean condition for the Contexts to satisfy in
|
|
368
|
+
# order to be part of the result set.
|
|
369
|
+
# The syntax to define filter query is based on https://google.aip.dev/160.
|
|
370
|
+
# Following are the supported set of filters:
|
|
371
|
+
#
|
|
372
|
+
# * **Attribute filtering**:
|
|
373
|
+
# For example: `display_name = "test"`.
|
|
374
|
+
# Supported fields include: `name`, `display_name`, `schema_title`,
|
|
375
|
+
# `create_time`, and `update_time`.
|
|
376
|
+
# Time fields, such as `create_time` and `update_time`, require values
|
|
377
|
+
# specified in RFC-3339 format.
|
|
378
|
+
# For example: `create_time = "2020-11-19T11:30:00-04:00"`.
|
|
379
|
+
# * **Metadata field**:
|
|
380
|
+
# To filter on metadata fields use traversal operation as follows:
|
|
381
|
+
# `metadata.<field_name>.<type_value>`.
|
|
382
|
+
# For example: `metadata.field_1.number_value = 10.0`.
|
|
383
|
+
# * **Parent Child filtering**:
|
|
384
|
+
# To filter Contexts based on parent-child relationship use the HAS
|
|
385
|
+
# operator as follows:
|
|
386
|
+
#
|
|
387
|
+
# ```
|
|
388
|
+
# parent_contexts:
|
|
389
|
+
# "projects/<project_number>/locations/<location>/metadataStores/<metadatastore_name>/contexts/<context_id>"
|
|
390
|
+
# child_contexts:
|
|
391
|
+
# "projects/<project_number>/locations/<location>/metadataStores/<metadatastore_name>/contexts/<context_id>"
|
|
392
|
+
# ```
|
|
393
|
+
#
|
|
394
|
+
# Each of the above supported filters can be combined together using
|
|
395
|
+
# logical operators (`AND` & `OR`).
|
|
396
|
+
#
|
|
397
|
+
# For example: `display_name = "test" AND metadata.field1.bool_value = true`.
|
|
398
|
+
class ListContextsRequest
|
|
399
|
+
include ::Google::Protobuf::MessageExts
|
|
400
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
401
|
+
end
|
|
402
|
+
|
|
403
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_contexts MetadataService.ListContexts}.
|
|
404
|
+
# @!attribute [rw] contexts
|
|
405
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::Context>]
|
|
406
|
+
# The Contexts retrieved from the MetadataStore.
|
|
407
|
+
# @!attribute [rw] next_page_token
|
|
408
|
+
# @return [::String]
|
|
409
|
+
# A token, which can be sent as {::Google::Cloud::AIPlatform::V1::ListContextsRequest#page_token ListContextsRequest.page_token}
|
|
410
|
+
# to retrieve the next page.
|
|
411
|
+
# If this field is not populated, there are no subsequent pages.
|
|
412
|
+
class ListContextsResponse
|
|
413
|
+
include ::Google::Protobuf::MessageExts
|
|
414
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
415
|
+
end
|
|
416
|
+
|
|
417
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#update_context MetadataService.UpdateContext}.
|
|
418
|
+
# @!attribute [rw] context
|
|
419
|
+
# @return [::Google::Cloud::AIPlatform::V1::Context]
|
|
420
|
+
# Required. The Context containing updates.
|
|
421
|
+
# The Context's {::Google::Cloud::AIPlatform::V1::Context#name Context.name} field is used to identify the Context to be
|
|
422
|
+
# updated.
|
|
423
|
+
# Format:
|
|
424
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}`
|
|
425
|
+
# @!attribute [rw] update_mask
|
|
426
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
427
|
+
# Required. A FieldMask indicating which fields should be updated.
|
|
428
|
+
# Functionality of this field is not yet supported.
|
|
429
|
+
# @!attribute [rw] allow_missing
|
|
430
|
+
# @return [::Boolean]
|
|
431
|
+
# If set to true, and the {::Google::Cloud::AIPlatform::V1::Context Context} is not found, a new {::Google::Cloud::AIPlatform::V1::Context Context} is
|
|
432
|
+
# created.
|
|
433
|
+
class UpdateContextRequest
|
|
434
|
+
include ::Google::Protobuf::MessageExts
|
|
435
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
436
|
+
end
|
|
437
|
+
|
|
438
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#delete_context MetadataService.DeleteContext}.
|
|
439
|
+
# @!attribute [rw] name
|
|
440
|
+
# @return [::String]
|
|
441
|
+
# Required. The resource name of the Context to delete.
|
|
442
|
+
# Format:
|
|
443
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}`
|
|
444
|
+
# @!attribute [rw] force
|
|
445
|
+
# @return [::Boolean]
|
|
446
|
+
# The force deletion semantics is still undefined.
|
|
447
|
+
# Users should not use this field.
|
|
448
|
+
# @!attribute [rw] etag
|
|
449
|
+
# @return [::String]
|
|
450
|
+
# Optional. The etag of the Context to delete.
|
|
451
|
+
# If this is provided, it must match the server's etag. Otherwise, the
|
|
452
|
+
# request will fail with a FAILED_PRECONDITION.
|
|
453
|
+
class DeleteContextRequest
|
|
454
|
+
include ::Google::Protobuf::MessageExts
|
|
455
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
456
|
+
end
|
|
457
|
+
|
|
458
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_contexts MetadataService.PurgeContexts}.
|
|
459
|
+
# @!attribute [rw] parent
|
|
460
|
+
# @return [::String]
|
|
461
|
+
# Required. The metadata store to purge Contexts from.
|
|
462
|
+
# Format:
|
|
463
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}`
|
|
464
|
+
# @!attribute [rw] filter
|
|
465
|
+
# @return [::String]
|
|
466
|
+
# Required. A required filter matching the Contexts to be purged.
|
|
467
|
+
# E.g., `update_time <= 2020-11-19T11:30:00-04:00`.
|
|
468
|
+
# @!attribute [rw] force
|
|
469
|
+
# @return [::Boolean]
|
|
470
|
+
# Optional. Flag to indicate to actually perform the purge.
|
|
471
|
+
# If `force` is set to false, the method will return a sample of
|
|
472
|
+
# Context names that would be deleted.
|
|
473
|
+
class PurgeContextsRequest
|
|
474
|
+
include ::Google::Protobuf::MessageExts
|
|
475
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
476
|
+
end
|
|
477
|
+
|
|
478
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_contexts MetadataService.PurgeContexts}.
|
|
479
|
+
# @!attribute [rw] purge_count
|
|
480
|
+
# @return [::Integer]
|
|
481
|
+
# The number of Contexts that this request deleted (or, if `force` is false,
|
|
482
|
+
# the number of Contexts that will be deleted). This can be an estimate.
|
|
483
|
+
# @!attribute [rw] purge_sample
|
|
484
|
+
# @return [::Array<::String>]
|
|
485
|
+
# A sample of the Context names that will be deleted.
|
|
486
|
+
# Only populated if `force` is set to false. The maximum number of samples is
|
|
487
|
+
# 100 (it is possible to return fewer).
|
|
488
|
+
class PurgeContextsResponse
|
|
489
|
+
include ::Google::Protobuf::MessageExts
|
|
490
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
491
|
+
end
|
|
492
|
+
|
|
493
|
+
# Details of operations that perform {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_contexts MetadataService.PurgeContexts}.
|
|
494
|
+
# @!attribute [rw] generic_metadata
|
|
495
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
496
|
+
# Operation metadata for purging Contexts.
|
|
497
|
+
class PurgeContextsMetadata
|
|
498
|
+
include ::Google::Protobuf::MessageExts
|
|
499
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
500
|
+
end
|
|
501
|
+
|
|
502
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#add_context_artifacts_and_executions MetadataService.AddContextArtifactsAndExecutions}.
|
|
503
|
+
# @!attribute [rw] context
|
|
504
|
+
# @return [::String]
|
|
505
|
+
# Required. The resource name of the Context that the Artifacts and Executions
|
|
506
|
+
# belong to.
|
|
507
|
+
# Format:
|
|
508
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}`
|
|
509
|
+
# @!attribute [rw] artifacts
|
|
510
|
+
# @return [::Array<::String>]
|
|
511
|
+
# The resource names of the Artifacts to attribute to the Context.
|
|
512
|
+
#
|
|
513
|
+
# Format:
|
|
514
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
|
|
515
|
+
# @!attribute [rw] executions
|
|
516
|
+
# @return [::Array<::String>]
|
|
517
|
+
# The resource names of the Executions to associate with the
|
|
518
|
+
# Context.
|
|
519
|
+
#
|
|
520
|
+
# Format:
|
|
521
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
|
|
522
|
+
class AddContextArtifactsAndExecutionsRequest
|
|
523
|
+
include ::Google::Protobuf::MessageExts
|
|
524
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
525
|
+
end
|
|
526
|
+
|
|
527
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#add_context_artifacts_and_executions MetadataService.AddContextArtifactsAndExecutions}.
|
|
528
|
+
class AddContextArtifactsAndExecutionsResponse
|
|
529
|
+
include ::Google::Protobuf::MessageExts
|
|
530
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
531
|
+
end
|
|
532
|
+
|
|
533
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#add_context_children MetadataService.AddContextChildren}.
|
|
534
|
+
# @!attribute [rw] context
|
|
535
|
+
# @return [::String]
|
|
536
|
+
# Required. The resource name of the parent Context.
|
|
537
|
+
#
|
|
538
|
+
# Format:
|
|
539
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}`
|
|
540
|
+
# @!attribute [rw] child_contexts
|
|
541
|
+
# @return [::Array<::String>]
|
|
542
|
+
# The resource names of the child Contexts.
|
|
543
|
+
class AddContextChildrenRequest
|
|
544
|
+
include ::Google::Protobuf::MessageExts
|
|
545
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
546
|
+
end
|
|
547
|
+
|
|
548
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#add_context_children MetadataService.AddContextChildren}.
|
|
549
|
+
class AddContextChildrenResponse
|
|
550
|
+
include ::Google::Protobuf::MessageExts
|
|
551
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
552
|
+
end
|
|
553
|
+
|
|
554
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#query_context_lineage_subgraph MetadataService.QueryContextLineageSubgraph}.
|
|
555
|
+
# @!attribute [rw] context
|
|
556
|
+
# @return [::String]
|
|
557
|
+
# Required. The resource name of the Context whose Artifacts and Executions
|
|
558
|
+
# should be retrieved as a LineageSubgraph.
|
|
559
|
+
# Format:
|
|
560
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}`
|
|
561
|
+
#
|
|
562
|
+
# The request may error with FAILED_PRECONDITION if the number of Artifacts,
|
|
563
|
+
# the number of Executions, or the number of Events that would be returned
|
|
564
|
+
# for the Context exceeds 1000.
|
|
565
|
+
class QueryContextLineageSubgraphRequest
|
|
566
|
+
include ::Google::Protobuf::MessageExts
|
|
567
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
568
|
+
end
|
|
569
|
+
|
|
570
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#create_execution MetadataService.CreateExecution}.
|
|
571
|
+
# @!attribute [rw] parent
|
|
572
|
+
# @return [::String]
|
|
573
|
+
# Required. The resource name of the MetadataStore where the Execution should
|
|
574
|
+
# be created.
|
|
575
|
+
# Format:
|
|
576
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}`
|
|
577
|
+
# @!attribute [rw] execution
|
|
578
|
+
# @return [::Google::Cloud::AIPlatform::V1::Execution]
|
|
579
|
+
# Required. The Execution to create.
|
|
580
|
+
# @!attribute [rw] execution_id
|
|
581
|
+
# @return [::String]
|
|
582
|
+
# The \\{execution} portion of the resource name with the format:
|
|
583
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
|
|
584
|
+
# If not provided, the Execution's ID will be a UUID generated by the
|
|
585
|
+
# service.
|
|
586
|
+
# Must be 4-128 characters in length. Valid characters are `/[a-z][0-9]-/`.
|
|
587
|
+
# Must be unique across all Executions in the parent MetadataStore.
|
|
588
|
+
# (Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED
|
|
589
|
+
# if the caller can't view the preexisting Execution.)
|
|
590
|
+
class CreateExecutionRequest
|
|
591
|
+
include ::Google::Protobuf::MessageExts
|
|
592
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
593
|
+
end
|
|
594
|
+
|
|
595
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#get_execution MetadataService.GetExecution}.
|
|
596
|
+
# @!attribute [rw] name
|
|
597
|
+
# @return [::String]
|
|
598
|
+
# Required. The resource name of the Execution to retrieve.
|
|
599
|
+
# Format:
|
|
600
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
|
|
601
|
+
class GetExecutionRequest
|
|
602
|
+
include ::Google::Protobuf::MessageExts
|
|
603
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
604
|
+
end
|
|
605
|
+
|
|
606
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_executions MetadataService.ListExecutions}.
|
|
607
|
+
# @!attribute [rw] parent
|
|
608
|
+
# @return [::String]
|
|
609
|
+
# Required. The MetadataStore whose Executions should be listed.
|
|
610
|
+
# Format:
|
|
611
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}`
|
|
612
|
+
# @!attribute [rw] page_size
|
|
613
|
+
# @return [::Integer]
|
|
614
|
+
# The maximum number of Executions to return. The service may return fewer.
|
|
615
|
+
# Must be in range 1-1000, inclusive. Defaults to 100.
|
|
616
|
+
# @!attribute [rw] page_token
|
|
617
|
+
# @return [::String]
|
|
618
|
+
# A page token, received from a previous {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_executions MetadataService.ListExecutions}
|
|
619
|
+
# call. Provide this to retrieve the subsequent page.
|
|
620
|
+
#
|
|
621
|
+
# When paginating, all other provided parameters must match the call that
|
|
622
|
+
# provided the page token. (Otherwise the request will fail with an
|
|
623
|
+
# INVALID_ARGUMENT error.)
|
|
624
|
+
# @!attribute [rw] filter
|
|
625
|
+
# @return [::String]
|
|
626
|
+
# Filter specifying the boolean condition for the Executions to satisfy in
|
|
627
|
+
# order to be part of the result set.
|
|
628
|
+
# The syntax to define filter query is based on https://google.aip.dev/160.
|
|
629
|
+
# Following are the supported set of filters:
|
|
630
|
+
#
|
|
631
|
+
# * **Attribute filtering**:
|
|
632
|
+
# For example: `display_name = "test"`.
|
|
633
|
+
# Supported fields include: `name`, `display_name`, `state`,
|
|
634
|
+
# `schema_title`, `create_time`, and `update_time`.
|
|
635
|
+
# Time fields, such as `create_time` and `update_time`, require values
|
|
636
|
+
# specified in RFC-3339 format.
|
|
637
|
+
# For example: `create_time = "2020-11-19T11:30:00-04:00"`.
|
|
638
|
+
# * **Metadata field**:
|
|
639
|
+
# To filter on metadata fields use traversal operation as follows:
|
|
640
|
+
# `metadata.<field_name>.<type_value>`
|
|
641
|
+
# For example: `metadata.field_1.number_value = 10.0`
|
|
642
|
+
# * **Context based filtering**:
|
|
643
|
+
# To filter Executions based on the contexts to which they belong use
|
|
644
|
+
# the function operator with the full resource name:
|
|
645
|
+
# `in_context(<context-name>)`.
|
|
646
|
+
# For example:
|
|
647
|
+
# `in_context("projects/<project_number>/locations/<location>/metadataStores/<metadatastore_name>/contexts/<context-id>")`
|
|
648
|
+
#
|
|
649
|
+
# Each of the above supported filters can be combined together using
|
|
650
|
+
# logical operators (`AND` & `OR`).
|
|
651
|
+
# For example: `display_name = "test" AND metadata.field1.bool_value = true`.
|
|
652
|
+
class ListExecutionsRequest
|
|
653
|
+
include ::Google::Protobuf::MessageExts
|
|
654
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
655
|
+
end
|
|
656
|
+
|
|
657
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_executions MetadataService.ListExecutions}.
|
|
658
|
+
# @!attribute [rw] executions
|
|
659
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::Execution>]
|
|
660
|
+
# The Executions retrieved from the MetadataStore.
|
|
661
|
+
# @!attribute [rw] next_page_token
|
|
662
|
+
# @return [::String]
|
|
663
|
+
# A token, which can be sent as {::Google::Cloud::AIPlatform::V1::ListExecutionsRequest#page_token ListExecutionsRequest.page_token}
|
|
664
|
+
# to retrieve the next page.
|
|
665
|
+
# If this field is not populated, there are no subsequent pages.
|
|
666
|
+
class ListExecutionsResponse
|
|
667
|
+
include ::Google::Protobuf::MessageExts
|
|
668
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
669
|
+
end
|
|
670
|
+
|
|
671
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#update_execution MetadataService.UpdateExecution}.
|
|
672
|
+
# @!attribute [rw] execution
|
|
673
|
+
# @return [::Google::Cloud::AIPlatform::V1::Execution]
|
|
674
|
+
# Required. The Execution containing updates.
|
|
675
|
+
# The Execution's {::Google::Cloud::AIPlatform::V1::Execution#name Execution.name} field is used to identify the Execution
|
|
676
|
+
# to be updated.
|
|
677
|
+
# Format:
|
|
678
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
|
|
679
|
+
# @!attribute [rw] update_mask
|
|
680
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
681
|
+
# Required. A FieldMask indicating which fields should be updated.
|
|
682
|
+
# Functionality of this field is not yet supported.
|
|
683
|
+
# @!attribute [rw] allow_missing
|
|
684
|
+
# @return [::Boolean]
|
|
685
|
+
# If set to true, and the {::Google::Cloud::AIPlatform::V1::Execution Execution} is not found, a new {::Google::Cloud::AIPlatform::V1::Execution Execution}
|
|
686
|
+
# is created.
|
|
687
|
+
class UpdateExecutionRequest
|
|
688
|
+
include ::Google::Protobuf::MessageExts
|
|
689
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
690
|
+
end
|
|
691
|
+
|
|
692
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#delete_execution MetadataService.DeleteExecution}.
|
|
693
|
+
# @!attribute [rw] name
|
|
694
|
+
# @return [::String]
|
|
695
|
+
# Required. The resource name of the Execution to delete.
|
|
696
|
+
# Format:
|
|
697
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
|
|
698
|
+
# @!attribute [rw] etag
|
|
699
|
+
# @return [::String]
|
|
700
|
+
# Optional. The etag of the Execution to delete.
|
|
701
|
+
# If this is provided, it must match the server's etag. Otherwise, the
|
|
702
|
+
# request will fail with a FAILED_PRECONDITION.
|
|
703
|
+
class DeleteExecutionRequest
|
|
704
|
+
include ::Google::Protobuf::MessageExts
|
|
705
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
706
|
+
end
|
|
707
|
+
|
|
708
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_executions MetadataService.PurgeExecutions}.
|
|
709
|
+
# @!attribute [rw] parent
|
|
710
|
+
# @return [::String]
|
|
711
|
+
# Required. The metadata store to purge Executions from.
|
|
712
|
+
# Format:
|
|
713
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}`
|
|
714
|
+
# @!attribute [rw] filter
|
|
715
|
+
# @return [::String]
|
|
716
|
+
# Required. A required filter matching the Executions to be purged.
|
|
717
|
+
# E.g., `update_time <= 2020-11-19T11:30:00-04:00`.
|
|
718
|
+
# @!attribute [rw] force
|
|
719
|
+
# @return [::Boolean]
|
|
720
|
+
# Optional. Flag to indicate to actually perform the purge.
|
|
721
|
+
# If `force` is set to false, the method will return a sample of
|
|
722
|
+
# Execution names that would be deleted.
|
|
723
|
+
class PurgeExecutionsRequest
|
|
724
|
+
include ::Google::Protobuf::MessageExts
|
|
725
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
726
|
+
end
|
|
727
|
+
|
|
728
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_executions MetadataService.PurgeExecutions}.
|
|
729
|
+
# @!attribute [rw] purge_count
|
|
730
|
+
# @return [::Integer]
|
|
731
|
+
# The number of Executions that this request deleted (or, if `force` is
|
|
732
|
+
# false, the number of Executions that will be deleted). This can be an
|
|
733
|
+
# estimate.
|
|
734
|
+
# @!attribute [rw] purge_sample
|
|
735
|
+
# @return [::Array<::String>]
|
|
736
|
+
# A sample of the Execution names that will be deleted.
|
|
737
|
+
# Only populated if `force` is set to false. The maximum number of samples is
|
|
738
|
+
# 100 (it is possible to return fewer).
|
|
739
|
+
class PurgeExecutionsResponse
|
|
740
|
+
include ::Google::Protobuf::MessageExts
|
|
741
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
742
|
+
end
|
|
743
|
+
|
|
744
|
+
# Details of operations that perform {::Google::Cloud::AIPlatform::V1::MetadataService::Client#purge_executions MetadataService.PurgeExecutions}.
|
|
745
|
+
# @!attribute [rw] generic_metadata
|
|
746
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
747
|
+
# Operation metadata for purging Executions.
|
|
748
|
+
class PurgeExecutionsMetadata
|
|
749
|
+
include ::Google::Protobuf::MessageExts
|
|
750
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
751
|
+
end
|
|
752
|
+
|
|
753
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#add_execution_events MetadataService.AddExecutionEvents}.
|
|
754
|
+
# @!attribute [rw] execution
|
|
755
|
+
# @return [::String]
|
|
756
|
+
# Required. The resource name of the Execution that the Events connect
|
|
757
|
+
# Artifacts with.
|
|
758
|
+
# Format:
|
|
759
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
|
|
760
|
+
# @!attribute [rw] events
|
|
761
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::Event>]
|
|
762
|
+
# The Events to create and add.
|
|
763
|
+
class AddExecutionEventsRequest
|
|
764
|
+
include ::Google::Protobuf::MessageExts
|
|
765
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
766
|
+
end
|
|
767
|
+
|
|
768
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#add_execution_events MetadataService.AddExecutionEvents}.
|
|
769
|
+
class AddExecutionEventsResponse
|
|
770
|
+
include ::Google::Protobuf::MessageExts
|
|
771
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
772
|
+
end
|
|
773
|
+
|
|
774
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#query_execution_inputs_and_outputs MetadataService.QueryExecutionInputsAndOutputs}.
|
|
775
|
+
# @!attribute [rw] execution
|
|
776
|
+
# @return [::String]
|
|
777
|
+
# Required. The resource name of the Execution whose input and output Artifacts should
|
|
778
|
+
# be retrieved as a LineageSubgraph.
|
|
779
|
+
# Format:
|
|
780
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
|
|
781
|
+
class QueryExecutionInputsAndOutputsRequest
|
|
782
|
+
include ::Google::Protobuf::MessageExts
|
|
783
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
784
|
+
end
|
|
785
|
+
|
|
786
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#create_metadata_schema MetadataService.CreateMetadataSchema}.
|
|
787
|
+
# @!attribute [rw] parent
|
|
788
|
+
# @return [::String]
|
|
789
|
+
# Required. The resource name of the MetadataStore where the MetadataSchema should
|
|
790
|
+
# be created.
|
|
791
|
+
# Format:
|
|
792
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}`
|
|
793
|
+
# @!attribute [rw] metadata_schema
|
|
794
|
+
# @return [::Google::Cloud::AIPlatform::V1::MetadataSchema]
|
|
795
|
+
# Required. The MetadataSchema to create.
|
|
796
|
+
# @!attribute [rw] metadata_schema_id
|
|
797
|
+
# @return [::String]
|
|
798
|
+
# The \\{metadata_schema} portion of the resource name with the format:
|
|
799
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}/metadataSchemas/{metadataschema}`
|
|
800
|
+
# If not provided, the MetadataStore's ID will be a UUID generated by the
|
|
801
|
+
# service.
|
|
802
|
+
# Must be 4-128 characters in length. Valid characters are `/[a-z][0-9]-/`.
|
|
803
|
+
# Must be unique across all MetadataSchemas in the parent Location.
|
|
804
|
+
# (Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED
|
|
805
|
+
# if the caller can't view the preexisting MetadataSchema.)
|
|
806
|
+
class CreateMetadataSchemaRequest
|
|
807
|
+
include ::Google::Protobuf::MessageExts
|
|
808
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
809
|
+
end
|
|
810
|
+
|
|
811
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#get_metadata_schema MetadataService.GetMetadataSchema}.
|
|
812
|
+
# @!attribute [rw] name
|
|
813
|
+
# @return [::String]
|
|
814
|
+
# Required. The resource name of the MetadataSchema to retrieve.
|
|
815
|
+
# Format:
|
|
816
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}/metadataSchemas/{metadataschema}`
|
|
817
|
+
class GetMetadataSchemaRequest
|
|
818
|
+
include ::Google::Protobuf::MessageExts
|
|
819
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
820
|
+
end
|
|
821
|
+
|
|
822
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_metadata_schemas MetadataService.ListMetadataSchemas}.
|
|
823
|
+
# @!attribute [rw] parent
|
|
824
|
+
# @return [::String]
|
|
825
|
+
# Required. The MetadataStore whose MetadataSchemas should be listed.
|
|
826
|
+
# Format:
|
|
827
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}`
|
|
828
|
+
# @!attribute [rw] page_size
|
|
829
|
+
# @return [::Integer]
|
|
830
|
+
# The maximum number of MetadataSchemas to return. The service may return
|
|
831
|
+
# fewer.
|
|
832
|
+
# Must be in range 1-1000, inclusive. Defaults to 100.
|
|
833
|
+
# @!attribute [rw] page_token
|
|
834
|
+
# @return [::String]
|
|
835
|
+
# A page token, received from a previous
|
|
836
|
+
# {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_metadata_schemas MetadataService.ListMetadataSchemas} call. Provide this to retrieve the
|
|
837
|
+
# next page.
|
|
838
|
+
#
|
|
839
|
+
# When paginating, all other provided parameters must match the call that
|
|
840
|
+
# provided the page token. (Otherwise the request will fail with
|
|
841
|
+
# INVALID_ARGUMENT error.)
|
|
842
|
+
# @!attribute [rw] filter
|
|
843
|
+
# @return [::String]
|
|
844
|
+
# A query to filter available MetadataSchemas for matching results.
|
|
845
|
+
class ListMetadataSchemasRequest
|
|
846
|
+
include ::Google::Protobuf::MessageExts
|
|
847
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
848
|
+
end
|
|
849
|
+
|
|
850
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#list_metadata_schemas MetadataService.ListMetadataSchemas}.
|
|
851
|
+
# @!attribute [rw] metadata_schemas
|
|
852
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::MetadataSchema>]
|
|
853
|
+
# The MetadataSchemas found for the MetadataStore.
|
|
854
|
+
# @!attribute [rw] next_page_token
|
|
855
|
+
# @return [::String]
|
|
856
|
+
# A token, which can be sent as
|
|
857
|
+
# {::Google::Cloud::AIPlatform::V1::ListMetadataSchemasRequest#page_token ListMetadataSchemasRequest.page_token} to retrieve the next
|
|
858
|
+
# page. If this field is not populated, there are no subsequent pages.
|
|
859
|
+
class ListMetadataSchemasResponse
|
|
860
|
+
include ::Google::Protobuf::MessageExts
|
|
861
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
862
|
+
end
|
|
863
|
+
|
|
864
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::MetadataService::Client#query_artifact_lineage_subgraph MetadataService.QueryArtifactLineageSubgraph}.
|
|
865
|
+
# @!attribute [rw] artifact
|
|
866
|
+
# @return [::String]
|
|
867
|
+
# Required. The resource name of the Artifact whose Lineage needs to be retrieved as a
|
|
868
|
+
# LineageSubgraph.
|
|
869
|
+
# Format:
|
|
870
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
|
|
871
|
+
#
|
|
872
|
+
# The request may error with FAILED_PRECONDITION if the number of Artifacts,
|
|
873
|
+
# the number of Executions, or the number of Events that would be returned
|
|
874
|
+
# for the Context exceeds 1000.
|
|
875
|
+
# @!attribute [rw] max_hops
|
|
876
|
+
# @return [::Integer]
|
|
877
|
+
# Specifies the size of the lineage graph in terms of number of hops from the
|
|
878
|
+
# specified artifact.
|
|
879
|
+
# Negative Value: INVALID_ARGUMENT error is returned
|
|
880
|
+
# 0: Only input artifact is returned.
|
|
881
|
+
# No value: Transitive closure is performed to return the complete graph.
|
|
882
|
+
# @!attribute [rw] filter
|
|
883
|
+
# @return [::String]
|
|
884
|
+
# Filter specifying the boolean condition for the Artifacts to satisfy in
|
|
885
|
+
# order to be part of the Lineage Subgraph.
|
|
886
|
+
# The syntax to define filter query is based on https://google.aip.dev/160.
|
|
887
|
+
# The supported set of filters include the following:
|
|
888
|
+
#
|
|
889
|
+
# * **Attribute filtering**:
|
|
890
|
+
# For example: `display_name = "test"`
|
|
891
|
+
# Supported fields include: `name`, `display_name`, `uri`, `state`,
|
|
892
|
+
# `schema_title`, `create_time`, and `update_time`.
|
|
893
|
+
# Time fields, such as `create_time` and `update_time`, require values
|
|
894
|
+
# specified in RFC-3339 format.
|
|
895
|
+
# For example: `create_time = "2020-11-19T11:30:00-04:00"`
|
|
896
|
+
# * **Metadata field**:
|
|
897
|
+
# To filter on metadata fields use traversal operation as follows:
|
|
898
|
+
# `metadata.<field_name>.<type_value>`.
|
|
899
|
+
# For example: `metadata.field_1.number_value = 10.0`
|
|
900
|
+
#
|
|
901
|
+
# Each of the above supported filter types can be combined together using
|
|
902
|
+
# logical operators (`AND` & `OR`).
|
|
903
|
+
#
|
|
904
|
+
# For example: `display_name = "test" AND metadata.field1.bool_value = true`.
|
|
905
|
+
class QueryArtifactLineageSubgraphRequest
|
|
906
|
+
include ::Google::Protobuf::MessageExts
|
|
907
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
908
|
+
end
|
|
909
|
+
end
|
|
910
|
+
end
|
|
911
|
+
end
|
|
912
|
+
end
|