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,154 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# Copyright 2022 Google LLC
|
|
4
|
+
#
|
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
# you may not use this file except in compliance with the License.
|
|
7
|
+
# You may obtain a copy of the License at
|
|
8
|
+
#
|
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
#
|
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
# See the License for the specific language governing permissions and
|
|
15
|
+
# limitations under the License.
|
|
16
|
+
|
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
module Google
|
|
21
|
+
module Cloud
|
|
22
|
+
module AIPlatform
|
|
23
|
+
module V1
|
|
24
|
+
# A collection of DataItems and Annotations on them.
|
|
25
|
+
# @!attribute [r] name
|
|
26
|
+
# @return [::String]
|
|
27
|
+
# Output only. The resource name of the Dataset.
|
|
28
|
+
# @!attribute [rw] display_name
|
|
29
|
+
# @return [::String]
|
|
30
|
+
# Required. The user-defined name of the Dataset.
|
|
31
|
+
# The name can be up to 128 characters long and can be consist of any UTF-8
|
|
32
|
+
# characters.
|
|
33
|
+
# @!attribute [rw] description
|
|
34
|
+
# @return [::String]
|
|
35
|
+
# Optional. The description of the Dataset.
|
|
36
|
+
# @!attribute [rw] metadata_schema_uri
|
|
37
|
+
# @return [::String]
|
|
38
|
+
# Required. Points to a YAML file stored on Google Cloud Storage describing additional
|
|
39
|
+
# information about the Dataset.
|
|
40
|
+
# The schema is defined as an OpenAPI 3.0.2 Schema Object.
|
|
41
|
+
# The schema files that can be used here are found in
|
|
42
|
+
# gs://google-cloud-aiplatform/schema/dataset/metadata/.
|
|
43
|
+
# @!attribute [rw] metadata
|
|
44
|
+
# @return [::Google::Protobuf::Value]
|
|
45
|
+
# Required. Additional information about the Dataset.
|
|
46
|
+
# @!attribute [r] create_time
|
|
47
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
48
|
+
# Output only. Timestamp when this Dataset was created.
|
|
49
|
+
# @!attribute [r] update_time
|
|
50
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
51
|
+
# Output only. Timestamp when this Dataset was last updated.
|
|
52
|
+
# @!attribute [rw] etag
|
|
53
|
+
# @return [::String]
|
|
54
|
+
# Used to perform consistent read-modify-write updates. If not set, a blind
|
|
55
|
+
# "overwrite" update happens.
|
|
56
|
+
# @!attribute [rw] labels
|
|
57
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
|
58
|
+
# The labels with user-defined metadata to organize your Datasets.
|
|
59
|
+
#
|
|
60
|
+
# Label keys and values can be no longer than 64 characters
|
|
61
|
+
# (Unicode codepoints), can only contain lowercase letters, numeric
|
|
62
|
+
# characters, underscores and dashes. International characters are allowed.
|
|
63
|
+
# No more than 64 user labels can be associated with one Dataset (System
|
|
64
|
+
# labels are excluded).
|
|
65
|
+
#
|
|
66
|
+
# See https://goo.gl/xmQnxf for more information and examples of labels.
|
|
67
|
+
# System reserved label keys are prefixed with "aiplatform.googleapis.com/"
|
|
68
|
+
# and are immutable. Following system labels exist for each Dataset:
|
|
69
|
+
#
|
|
70
|
+
# * "aiplatform.googleapis.com/dataset_metadata_schema": output only, its
|
|
71
|
+
# value is the [metadata_schema's][google.cloud.aiplatform.v1.Dataset.metadata_schema_uri] title.
|
|
72
|
+
# @!attribute [rw] encryption_spec
|
|
73
|
+
# @return [::Google::Cloud::AIPlatform::V1::EncryptionSpec]
|
|
74
|
+
# Customer-managed encryption key spec for a Dataset. If set, this Dataset
|
|
75
|
+
# and all sub-resources of this Dataset will be secured by this key.
|
|
76
|
+
class Dataset
|
|
77
|
+
include ::Google::Protobuf::MessageExts
|
|
78
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
79
|
+
|
|
80
|
+
# @!attribute [rw] key
|
|
81
|
+
# @return [::String]
|
|
82
|
+
# @!attribute [rw] value
|
|
83
|
+
# @return [::String]
|
|
84
|
+
class LabelsEntry
|
|
85
|
+
include ::Google::Protobuf::MessageExts
|
|
86
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
87
|
+
end
|
|
88
|
+
end
|
|
89
|
+
|
|
90
|
+
# Describes the location from where we import data into a Dataset, together
|
|
91
|
+
# with the labels that will be applied to the DataItems and the Annotations.
|
|
92
|
+
# @!attribute [rw] gcs_source
|
|
93
|
+
# @return [::Google::Cloud::AIPlatform::V1::GcsSource]
|
|
94
|
+
# The Google Cloud Storage location for the input content.
|
|
95
|
+
# @!attribute [rw] data_item_labels
|
|
96
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
|
97
|
+
# Labels that will be applied to newly imported DataItems. If an identical
|
|
98
|
+
# DataItem as one being imported already exists in the Dataset, then these
|
|
99
|
+
# labels will be appended to these of the already existing one, and if labels
|
|
100
|
+
# with identical key is imported before, the old label value will be
|
|
101
|
+
# overwritten. If two DataItems are identical in the same import data
|
|
102
|
+
# operation, the labels will be combined and if key collision happens in this
|
|
103
|
+
# case, one of the values will be picked randomly. Two DataItems are
|
|
104
|
+
# considered identical if their content bytes are identical (e.g. image bytes
|
|
105
|
+
# or pdf bytes).
|
|
106
|
+
# These labels will be overridden by Annotation labels specified inside index
|
|
107
|
+
# file referenced by {::Google::Cloud::AIPlatform::V1::ImportDataConfig#import_schema_uri import_schema_uri}, e.g. jsonl file.
|
|
108
|
+
# @!attribute [rw] import_schema_uri
|
|
109
|
+
# @return [::String]
|
|
110
|
+
# Required. Points to a YAML file stored on Google Cloud Storage describing the import
|
|
111
|
+
# format. Validation will be done against the schema. The schema is defined
|
|
112
|
+
# as an [OpenAPI 3.0.2 Schema
|
|
113
|
+
# Object](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#schemaObject).
|
|
114
|
+
class ImportDataConfig
|
|
115
|
+
include ::Google::Protobuf::MessageExts
|
|
116
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
117
|
+
|
|
118
|
+
# @!attribute [rw] key
|
|
119
|
+
# @return [::String]
|
|
120
|
+
# @!attribute [rw] value
|
|
121
|
+
# @return [::String]
|
|
122
|
+
class DataItemLabelsEntry
|
|
123
|
+
include ::Google::Protobuf::MessageExts
|
|
124
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
125
|
+
end
|
|
126
|
+
end
|
|
127
|
+
|
|
128
|
+
# Describes what part of the Dataset is to be exported, the destination of
|
|
129
|
+
# the export and how to export.
|
|
130
|
+
# @!attribute [rw] gcs_destination
|
|
131
|
+
# @return [::Google::Cloud::AIPlatform::V1::GcsDestination]
|
|
132
|
+
# The Google Cloud Storage location where the output is to be written to.
|
|
133
|
+
# In the given directory a new directory will be created with name:
|
|
134
|
+
# `export-data-<dataset-display-name>-<timestamp-of-export-call>` where
|
|
135
|
+
# timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export
|
|
136
|
+
# output will be written into that directory. Inside that directory,
|
|
137
|
+
# annotations with the same schema will be grouped into sub directories
|
|
138
|
+
# which are named with the corresponding annotations' schema title. Inside
|
|
139
|
+
# these sub directories, a schema.yaml will be created to describe the
|
|
140
|
+
# output format.
|
|
141
|
+
# @!attribute [rw] annotations_filter
|
|
142
|
+
# @return [::String]
|
|
143
|
+
# A filter on Annotations of the Dataset. Only Annotations on to-be-exported
|
|
144
|
+
# DataItems(specified by [data_items_filter][]) that match this filter will
|
|
145
|
+
# be exported. The filter syntax is the same as in
|
|
146
|
+
# {::Google::Cloud::AIPlatform::V1::DatasetService::Client#list_annotations ListAnnotations}.
|
|
147
|
+
class ExportDataConfig
|
|
148
|
+
include ::Google::Protobuf::MessageExts
|
|
149
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
150
|
+
end
|
|
151
|
+
end
|
|
152
|
+
end
|
|
153
|
+
end
|
|
154
|
+
end
|
|
@@ -0,0 +1,301 @@
|
|
|
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::DatasetService::Client#create_dataset DatasetService.CreateDataset}.
|
|
25
|
+
# @!attribute [rw] parent
|
|
26
|
+
# @return [::String]
|
|
27
|
+
# Required. The resource name of the Location to create the Dataset in.
|
|
28
|
+
# Format: `projects/{project}/locations/{location}`
|
|
29
|
+
# @!attribute [rw] dataset
|
|
30
|
+
# @return [::Google::Cloud::AIPlatform::V1::Dataset]
|
|
31
|
+
# Required. The Dataset to create.
|
|
32
|
+
class CreateDatasetRequest
|
|
33
|
+
include ::Google::Protobuf::MessageExts
|
|
34
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
# Runtime operation information for {::Google::Cloud::AIPlatform::V1::DatasetService::Client#create_dataset DatasetService.CreateDataset}.
|
|
38
|
+
# @!attribute [rw] generic_metadata
|
|
39
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
40
|
+
# The operation generic information.
|
|
41
|
+
class CreateDatasetOperationMetadata
|
|
42
|
+
include ::Google::Protobuf::MessageExts
|
|
43
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::DatasetService::Client#get_dataset DatasetService.GetDataset}.
|
|
47
|
+
# @!attribute [rw] name
|
|
48
|
+
# @return [::String]
|
|
49
|
+
# Required. The name of the Dataset resource.
|
|
50
|
+
# @!attribute [rw] read_mask
|
|
51
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
52
|
+
# Mask specifying which fields to read.
|
|
53
|
+
class GetDatasetRequest
|
|
54
|
+
include ::Google::Protobuf::MessageExts
|
|
55
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::DatasetService::Client#update_dataset DatasetService.UpdateDataset}.
|
|
59
|
+
# @!attribute [rw] dataset
|
|
60
|
+
# @return [::Google::Cloud::AIPlatform::V1::Dataset]
|
|
61
|
+
# Required. The Dataset which replaces the resource on the server.
|
|
62
|
+
# @!attribute [rw] update_mask
|
|
63
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
64
|
+
# Required. The update mask applies to the resource.
|
|
65
|
+
# For the `FieldMask` definition, see {::Google::Protobuf::FieldMask google.protobuf.FieldMask}.
|
|
66
|
+
# Updatable fields:
|
|
67
|
+
#
|
|
68
|
+
# * `display_name`
|
|
69
|
+
# * `description`
|
|
70
|
+
# * `labels`
|
|
71
|
+
class UpdateDatasetRequest
|
|
72
|
+
include ::Google::Protobuf::MessageExts
|
|
73
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::DatasetService::Client#list_datasets DatasetService.ListDatasets}.
|
|
77
|
+
# @!attribute [rw] parent
|
|
78
|
+
# @return [::String]
|
|
79
|
+
# Required. The name of the Dataset's parent resource.
|
|
80
|
+
# Format: `projects/{project}/locations/{location}`
|
|
81
|
+
# @!attribute [rw] filter
|
|
82
|
+
# @return [::String]
|
|
83
|
+
# An expression for filtering the results of the request. For field names
|
|
84
|
+
# both snake_case and camelCase are supported.
|
|
85
|
+
#
|
|
86
|
+
# * `display_name`: supports = and !=
|
|
87
|
+
# * `metadata_schema_uri`: supports = and !=
|
|
88
|
+
# * `labels` supports general map functions that is:
|
|
89
|
+
# * `labels.key=value` - key:value equality
|
|
90
|
+
# * `labels.key:* or labels:key - key existence
|
|
91
|
+
# * A key including a space must be quoted. `labels."a key"`.
|
|
92
|
+
#
|
|
93
|
+
# Some examples:
|
|
94
|
+
# * `displayName="myDisplayName"`
|
|
95
|
+
# * `labels.myKey="myValue"`
|
|
96
|
+
# @!attribute [rw] page_size
|
|
97
|
+
# @return [::Integer]
|
|
98
|
+
# The standard list page size.
|
|
99
|
+
# @!attribute [rw] page_token
|
|
100
|
+
# @return [::String]
|
|
101
|
+
# The standard list page token.
|
|
102
|
+
# @!attribute [rw] read_mask
|
|
103
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
104
|
+
# Mask specifying which fields to read.
|
|
105
|
+
# @!attribute [rw] order_by
|
|
106
|
+
# @return [::String]
|
|
107
|
+
# A comma-separated list of fields to order by, sorted in ascending order.
|
|
108
|
+
# Use "desc" after a field name for descending.
|
|
109
|
+
# Supported fields:
|
|
110
|
+
# * `display_name`
|
|
111
|
+
# * `create_time`
|
|
112
|
+
# * `update_time`
|
|
113
|
+
class ListDatasetsRequest
|
|
114
|
+
include ::Google::Protobuf::MessageExts
|
|
115
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
116
|
+
end
|
|
117
|
+
|
|
118
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::DatasetService::Client#list_datasets DatasetService.ListDatasets}.
|
|
119
|
+
# @!attribute [rw] datasets
|
|
120
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::Dataset>]
|
|
121
|
+
# A list of Datasets that matches the specified filter in the request.
|
|
122
|
+
# @!attribute [rw] next_page_token
|
|
123
|
+
# @return [::String]
|
|
124
|
+
# The standard List next-page token.
|
|
125
|
+
class ListDatasetsResponse
|
|
126
|
+
include ::Google::Protobuf::MessageExts
|
|
127
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
128
|
+
end
|
|
129
|
+
|
|
130
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::DatasetService::Client#delete_dataset DatasetService.DeleteDataset}.
|
|
131
|
+
# @!attribute [rw] name
|
|
132
|
+
# @return [::String]
|
|
133
|
+
# Required. The resource name of the Dataset to delete.
|
|
134
|
+
# Format:
|
|
135
|
+
# `projects/{project}/locations/{location}/datasets/{dataset}`
|
|
136
|
+
class DeleteDatasetRequest
|
|
137
|
+
include ::Google::Protobuf::MessageExts
|
|
138
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
139
|
+
end
|
|
140
|
+
|
|
141
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::DatasetService::Client#import_data DatasetService.ImportData}.
|
|
142
|
+
# @!attribute [rw] name
|
|
143
|
+
# @return [::String]
|
|
144
|
+
# Required. The name of the Dataset resource.
|
|
145
|
+
# Format:
|
|
146
|
+
# `projects/{project}/locations/{location}/datasets/{dataset}`
|
|
147
|
+
# @!attribute [rw] import_configs
|
|
148
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::ImportDataConfig>]
|
|
149
|
+
# Required. The desired input locations. The contents of all input locations will be
|
|
150
|
+
# imported in one batch.
|
|
151
|
+
class ImportDataRequest
|
|
152
|
+
include ::Google::Protobuf::MessageExts
|
|
153
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
154
|
+
end
|
|
155
|
+
|
|
156
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::DatasetService::Client#import_data DatasetService.ImportData}.
|
|
157
|
+
class ImportDataResponse
|
|
158
|
+
include ::Google::Protobuf::MessageExts
|
|
159
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
160
|
+
end
|
|
161
|
+
|
|
162
|
+
# Runtime operation information for {::Google::Cloud::AIPlatform::V1::DatasetService::Client#import_data DatasetService.ImportData}.
|
|
163
|
+
# @!attribute [rw] generic_metadata
|
|
164
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
165
|
+
# The common part of the operation metadata.
|
|
166
|
+
class ImportDataOperationMetadata
|
|
167
|
+
include ::Google::Protobuf::MessageExts
|
|
168
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
169
|
+
end
|
|
170
|
+
|
|
171
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::DatasetService::Client#export_data DatasetService.ExportData}.
|
|
172
|
+
# @!attribute [rw] name
|
|
173
|
+
# @return [::String]
|
|
174
|
+
# Required. The name of the Dataset resource.
|
|
175
|
+
# Format:
|
|
176
|
+
# `projects/{project}/locations/{location}/datasets/{dataset}`
|
|
177
|
+
# @!attribute [rw] export_config
|
|
178
|
+
# @return [::Google::Cloud::AIPlatform::V1::ExportDataConfig]
|
|
179
|
+
# Required. The desired output location.
|
|
180
|
+
class ExportDataRequest
|
|
181
|
+
include ::Google::Protobuf::MessageExts
|
|
182
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
183
|
+
end
|
|
184
|
+
|
|
185
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::DatasetService::Client#export_data DatasetService.ExportData}.
|
|
186
|
+
# @!attribute [rw] exported_files
|
|
187
|
+
# @return [::Array<::String>]
|
|
188
|
+
# All of the files that are exported in this export operation.
|
|
189
|
+
class ExportDataResponse
|
|
190
|
+
include ::Google::Protobuf::MessageExts
|
|
191
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
192
|
+
end
|
|
193
|
+
|
|
194
|
+
# Runtime operation information for {::Google::Cloud::AIPlatform::V1::DatasetService::Client#export_data DatasetService.ExportData}.
|
|
195
|
+
# @!attribute [rw] generic_metadata
|
|
196
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
197
|
+
# The common part of the operation metadata.
|
|
198
|
+
# @!attribute [rw] gcs_output_directory
|
|
199
|
+
# @return [::String]
|
|
200
|
+
# A Google Cloud Storage directory which path ends with '/'. The exported
|
|
201
|
+
# data is stored in the directory.
|
|
202
|
+
class ExportDataOperationMetadata
|
|
203
|
+
include ::Google::Protobuf::MessageExts
|
|
204
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
205
|
+
end
|
|
206
|
+
|
|
207
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::DatasetService::Client#list_data_items DatasetService.ListDataItems}.
|
|
208
|
+
# @!attribute [rw] parent
|
|
209
|
+
# @return [::String]
|
|
210
|
+
# Required. The resource name of the Dataset to list DataItems from.
|
|
211
|
+
# Format:
|
|
212
|
+
# `projects/{project}/locations/{location}/datasets/{dataset}`
|
|
213
|
+
# @!attribute [rw] filter
|
|
214
|
+
# @return [::String]
|
|
215
|
+
# The standard list filter.
|
|
216
|
+
# @!attribute [rw] page_size
|
|
217
|
+
# @return [::Integer]
|
|
218
|
+
# The standard list page size.
|
|
219
|
+
# @!attribute [rw] page_token
|
|
220
|
+
# @return [::String]
|
|
221
|
+
# The standard list page token.
|
|
222
|
+
# @!attribute [rw] read_mask
|
|
223
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
224
|
+
# Mask specifying which fields to read.
|
|
225
|
+
# @!attribute [rw] order_by
|
|
226
|
+
# @return [::String]
|
|
227
|
+
# A comma-separated list of fields to order by, sorted in ascending order.
|
|
228
|
+
# Use "desc" after a field name for descending.
|
|
229
|
+
class ListDataItemsRequest
|
|
230
|
+
include ::Google::Protobuf::MessageExts
|
|
231
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
232
|
+
end
|
|
233
|
+
|
|
234
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::DatasetService::Client#list_data_items DatasetService.ListDataItems}.
|
|
235
|
+
# @!attribute [rw] data_items
|
|
236
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::DataItem>]
|
|
237
|
+
# A list of DataItems that matches the specified filter in the request.
|
|
238
|
+
# @!attribute [rw] next_page_token
|
|
239
|
+
# @return [::String]
|
|
240
|
+
# The standard List next-page token.
|
|
241
|
+
class ListDataItemsResponse
|
|
242
|
+
include ::Google::Protobuf::MessageExts
|
|
243
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
244
|
+
end
|
|
245
|
+
|
|
246
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::DatasetService::Client#get_annotation_spec DatasetService.GetAnnotationSpec}.
|
|
247
|
+
# @!attribute [rw] name
|
|
248
|
+
# @return [::String]
|
|
249
|
+
# Required. The name of the AnnotationSpec resource.
|
|
250
|
+
# Format:
|
|
251
|
+
# `projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}`
|
|
252
|
+
# @!attribute [rw] read_mask
|
|
253
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
254
|
+
# Mask specifying which fields to read.
|
|
255
|
+
class GetAnnotationSpecRequest
|
|
256
|
+
include ::Google::Protobuf::MessageExts
|
|
257
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
258
|
+
end
|
|
259
|
+
|
|
260
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::DatasetService::Client#list_annotations DatasetService.ListAnnotations}.
|
|
261
|
+
# @!attribute [rw] parent
|
|
262
|
+
# @return [::String]
|
|
263
|
+
# Required. The resource name of the DataItem to list Annotations from.
|
|
264
|
+
# Format:
|
|
265
|
+
# `projects/{project}/locations/{location}/datasets/{dataset}/dataItems/{data_item}`
|
|
266
|
+
# @!attribute [rw] filter
|
|
267
|
+
# @return [::String]
|
|
268
|
+
# The standard list filter.
|
|
269
|
+
# @!attribute [rw] page_size
|
|
270
|
+
# @return [::Integer]
|
|
271
|
+
# The standard list page size.
|
|
272
|
+
# @!attribute [rw] page_token
|
|
273
|
+
# @return [::String]
|
|
274
|
+
# The standard list page token.
|
|
275
|
+
# @!attribute [rw] read_mask
|
|
276
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
277
|
+
# Mask specifying which fields to read.
|
|
278
|
+
# @!attribute [rw] order_by
|
|
279
|
+
# @return [::String]
|
|
280
|
+
# A comma-separated list of fields to order by, sorted in ascending order.
|
|
281
|
+
# Use "desc" after a field name for descending.
|
|
282
|
+
class ListAnnotationsRequest
|
|
283
|
+
include ::Google::Protobuf::MessageExts
|
|
284
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
285
|
+
end
|
|
286
|
+
|
|
287
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::DatasetService::Client#list_annotations DatasetService.ListAnnotations}.
|
|
288
|
+
# @!attribute [rw] annotations
|
|
289
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::Annotation>]
|
|
290
|
+
# A list of Annotations that matches the specified filter in the request.
|
|
291
|
+
# @!attribute [rw] next_page_token
|
|
292
|
+
# @return [::String]
|
|
293
|
+
# The standard List next-page token.
|
|
294
|
+
class ListAnnotationsResponse
|
|
295
|
+
include ::Google::Protobuf::MessageExts
|
|
296
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
297
|
+
end
|
|
298
|
+
end
|
|
299
|
+
end
|
|
300
|
+
end
|
|
301
|
+
end
|
|
@@ -0,0 +1,38 @@
|
|
|
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
|
+
# Points to a DeployedIndex.
|
|
25
|
+
# @!attribute [rw] index_endpoint
|
|
26
|
+
# @return [::String]
|
|
27
|
+
# Immutable. A resource name of the IndexEndpoint.
|
|
28
|
+
# @!attribute [rw] deployed_index_id
|
|
29
|
+
# @return [::String]
|
|
30
|
+
# Immutable. The ID of the DeployedIndex in the above IndexEndpoint.
|
|
31
|
+
class DeployedIndexRef
|
|
32
|
+
include ::Google::Protobuf::MessageExts
|
|
33
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
end
|
|
37
|
+
end
|
|
38
|
+
end
|
|
@@ -0,0 +1,38 @@
|
|
|
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
|
+
# Points to a DeployedModel.
|
|
25
|
+
# @!attribute [rw] endpoint
|
|
26
|
+
# @return [::String]
|
|
27
|
+
# Immutable. A resource name of an Endpoint.
|
|
28
|
+
# @!attribute [rw] deployed_model_id
|
|
29
|
+
# @return [::String]
|
|
30
|
+
# Immutable. An ID of a DeployedModel in the above Endpoint.
|
|
31
|
+
class DeployedModelRef
|
|
32
|
+
include ::Google::Protobuf::MessageExts
|
|
33
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
end
|
|
37
|
+
end
|
|
38
|
+
end
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# Copyright 2022 Google LLC
|
|
4
|
+
#
|
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
# you may not use this file except in compliance with the License.
|
|
7
|
+
# You may obtain a copy of the License at
|
|
8
|
+
#
|
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
#
|
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
# See the License for the specific language governing permissions and
|
|
15
|
+
# limitations under the License.
|
|
16
|
+
|
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
module Google
|
|
21
|
+
module Cloud
|
|
22
|
+
module AIPlatform
|
|
23
|
+
module V1
|
|
24
|
+
# Represents a customer-managed encryption key spec that can be applied to
|
|
25
|
+
# a top-level resource.
|
|
26
|
+
# @!attribute [rw] kms_key_name
|
|
27
|
+
# @return [::String]
|
|
28
|
+
# Required. The Cloud KMS resource identifier of the customer managed encryption key
|
|
29
|
+
# used to protect a resource. Has the form:
|
|
30
|
+
# `projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key`.
|
|
31
|
+
# The key needs to be in the same region as where the compute resource is
|
|
32
|
+
# created.
|
|
33
|
+
class EncryptionSpec
|
|
34
|
+
include ::Google::Protobuf::MessageExts
|
|
35
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
36
|
+
end
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
end
|