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,278 @@
|
|
|
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 job that uses a {::Google::Cloud::AIPlatform::V1::BatchPredictionJob#model Model} to produce predictions
|
|
25
|
+
# on multiple {::Google::Cloud::AIPlatform::V1::BatchPredictionJob#input_config input instances}. If
|
|
26
|
+
# predictions for significant portion of the instances fail, the job may finish
|
|
27
|
+
# without attempting predictions for all remaining instances.
|
|
28
|
+
# @!attribute [r] name
|
|
29
|
+
# @return [::String]
|
|
30
|
+
# Output only. Resource name of the BatchPredictionJob.
|
|
31
|
+
# @!attribute [rw] display_name
|
|
32
|
+
# @return [::String]
|
|
33
|
+
# Required. The user-defined name of this BatchPredictionJob.
|
|
34
|
+
# @!attribute [rw] model
|
|
35
|
+
# @return [::String]
|
|
36
|
+
# The name of the Model resoure that produces the predictions via this job,
|
|
37
|
+
# must share the same ancestor Location.
|
|
38
|
+
# Starting this job has no impact on any existing deployments of the Model
|
|
39
|
+
# and their resources.
|
|
40
|
+
# Exactly one of model and unmanaged_container_model must be set.
|
|
41
|
+
# @!attribute [rw] unmanaged_container_model
|
|
42
|
+
# @return [::Google::Cloud::AIPlatform::V1::UnmanagedContainerModel]
|
|
43
|
+
# Contains model information necessary to perform batch prediction without
|
|
44
|
+
# requiring uploading to model registry.
|
|
45
|
+
# Exactly one of model and unmanaged_container_model must be set.
|
|
46
|
+
# @!attribute [rw] input_config
|
|
47
|
+
# @return [::Google::Cloud::AIPlatform::V1::BatchPredictionJob::InputConfig]
|
|
48
|
+
# Required. Input configuration of the instances on which predictions are performed.
|
|
49
|
+
# The schema of any single instance may be specified via
|
|
50
|
+
# the [Model's][google.cloud.aiplatform.v1.BatchPredictionJob.model]
|
|
51
|
+
# [PredictSchemata's][google.cloud.aiplatform.v1.Model.predict_schemata]
|
|
52
|
+
# {::Google::Cloud::AIPlatform::V1::PredictSchemata#instance_schema_uri instance_schema_uri}.
|
|
53
|
+
# @!attribute [rw] model_parameters
|
|
54
|
+
# @return [::Google::Protobuf::Value]
|
|
55
|
+
# The parameters that govern the predictions. The schema of the parameters
|
|
56
|
+
# may be specified via the [Model's][google.cloud.aiplatform.v1.BatchPredictionJob.model]
|
|
57
|
+
# [PredictSchemata's][google.cloud.aiplatform.v1.Model.predict_schemata]
|
|
58
|
+
# {::Google::Cloud::AIPlatform::V1::PredictSchemata#parameters_schema_uri parameters_schema_uri}.
|
|
59
|
+
# @!attribute [rw] output_config
|
|
60
|
+
# @return [::Google::Cloud::AIPlatform::V1::BatchPredictionJob::OutputConfig]
|
|
61
|
+
# Required. The Configuration specifying where output predictions should
|
|
62
|
+
# be written.
|
|
63
|
+
# The schema of any single prediction may be specified as a concatenation
|
|
64
|
+
# of [Model's][google.cloud.aiplatform.v1.BatchPredictionJob.model]
|
|
65
|
+
# [PredictSchemata's][google.cloud.aiplatform.v1.Model.predict_schemata]
|
|
66
|
+
# {::Google::Cloud::AIPlatform::V1::PredictSchemata#instance_schema_uri instance_schema_uri}
|
|
67
|
+
# and
|
|
68
|
+
# {::Google::Cloud::AIPlatform::V1::PredictSchemata#prediction_schema_uri prediction_schema_uri}.
|
|
69
|
+
# @!attribute [rw] dedicated_resources
|
|
70
|
+
# @return [::Google::Cloud::AIPlatform::V1::BatchDedicatedResources]
|
|
71
|
+
# The config of resources used by the Model during the batch prediction. If
|
|
72
|
+
# the Model {::Google::Cloud::AIPlatform::V1::Model#supported_deployment_resources_types supports}
|
|
73
|
+
# DEDICATED_RESOURCES this config may be provided (and the job will use these
|
|
74
|
+
# resources), if the Model doesn't support AUTOMATIC_RESOURCES, this config
|
|
75
|
+
# must be provided.
|
|
76
|
+
# @!attribute [rw] manual_batch_tuning_parameters
|
|
77
|
+
# @return [::Google::Cloud::AIPlatform::V1::ManualBatchTuningParameters]
|
|
78
|
+
# Immutable. Parameters configuring the batch behavior. Currently only applicable when
|
|
79
|
+
# {::Google::Cloud::AIPlatform::V1::BatchPredictionJob#dedicated_resources dedicated_resources} are used (in other cases Vertex AI does
|
|
80
|
+
# the tuning itself).
|
|
81
|
+
# @!attribute [rw] generate_explanation
|
|
82
|
+
# @return [::Boolean]
|
|
83
|
+
# Generate explanation with the batch prediction results.
|
|
84
|
+
#
|
|
85
|
+
# When set to `true`, the batch prediction output changes based on the
|
|
86
|
+
# `predictions_format` field of the
|
|
87
|
+
# {::Google::Cloud::AIPlatform::V1::BatchPredictionJob#output_config BatchPredictionJob.output_config} object:
|
|
88
|
+
#
|
|
89
|
+
# * `bigquery`: output includes a column named `explanation`. The value
|
|
90
|
+
# is a struct that conforms to the {::Google::Cloud::AIPlatform::V1::Explanation Explanation} object.
|
|
91
|
+
# * `jsonl`: The JSON objects on each line include an additional entry
|
|
92
|
+
# keyed `explanation`. The value of the entry is a JSON object that
|
|
93
|
+
# conforms to the {::Google::Cloud::AIPlatform::V1::Explanation Explanation} object.
|
|
94
|
+
# * `csv`: Generating explanations for CSV format is not supported.
|
|
95
|
+
#
|
|
96
|
+
# If this field is set to true, either the {::Google::Cloud::AIPlatform::V1::Model#explanation_spec Model.explanation_spec} or
|
|
97
|
+
# {::Google::Cloud::AIPlatform::V1::BatchPredictionJob#explanation_spec explanation_spec} must be populated.
|
|
98
|
+
# @!attribute [rw] explanation_spec
|
|
99
|
+
# @return [::Google::Cloud::AIPlatform::V1::ExplanationSpec]
|
|
100
|
+
# Explanation configuration for this BatchPredictionJob. Can be
|
|
101
|
+
# specified only if {::Google::Cloud::AIPlatform::V1::BatchPredictionJob#generate_explanation generate_explanation} is set to `true`.
|
|
102
|
+
#
|
|
103
|
+
# This value overrides the value of {::Google::Cloud::AIPlatform::V1::Model#explanation_spec Model.explanation_spec}. All fields of
|
|
104
|
+
# {::Google::Cloud::AIPlatform::V1::BatchPredictionJob#explanation_spec explanation_spec} are optional in the request. If a field of the
|
|
105
|
+
# {::Google::Cloud::AIPlatform::V1::BatchPredictionJob#explanation_spec explanation_spec} object is not populated, the corresponding field of
|
|
106
|
+
# the {::Google::Cloud::AIPlatform::V1::Model#explanation_spec Model.explanation_spec} object is inherited.
|
|
107
|
+
# @!attribute [r] output_info
|
|
108
|
+
# @return [::Google::Cloud::AIPlatform::V1::BatchPredictionJob::OutputInfo]
|
|
109
|
+
# Output only. Information further describing the output of this job.
|
|
110
|
+
# @!attribute [r] state
|
|
111
|
+
# @return [::Google::Cloud::AIPlatform::V1::JobState]
|
|
112
|
+
# Output only. The detailed state of the job.
|
|
113
|
+
# @!attribute [r] error
|
|
114
|
+
# @return [::Google::Rpc::Status]
|
|
115
|
+
# Output only. Only populated when the job's state is JOB_STATE_FAILED or
|
|
116
|
+
# JOB_STATE_CANCELLED.
|
|
117
|
+
# @!attribute [r] partial_failures
|
|
118
|
+
# @return [::Array<::Google::Rpc::Status>]
|
|
119
|
+
# Output only. Partial failures encountered.
|
|
120
|
+
# For example, single files that can't be read.
|
|
121
|
+
# This field never exceeds 20 entries.
|
|
122
|
+
# Status details fields contain standard GCP error details.
|
|
123
|
+
# @!attribute [r] resources_consumed
|
|
124
|
+
# @return [::Google::Cloud::AIPlatform::V1::ResourcesConsumed]
|
|
125
|
+
# Output only. Information about resources that had been consumed by this job.
|
|
126
|
+
# Provided in real time at best effort basis, as well as a final value
|
|
127
|
+
# once the job completes.
|
|
128
|
+
#
|
|
129
|
+
# Note: This field currently may be not populated for batch predictions that
|
|
130
|
+
# use AutoML Models.
|
|
131
|
+
# @!attribute [r] completion_stats
|
|
132
|
+
# @return [::Google::Cloud::AIPlatform::V1::CompletionStats]
|
|
133
|
+
# Output only. Statistics on completed and failed prediction instances.
|
|
134
|
+
# @!attribute [r] create_time
|
|
135
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
136
|
+
# Output only. Time when the BatchPredictionJob was created.
|
|
137
|
+
# @!attribute [r] start_time
|
|
138
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
139
|
+
# Output only. Time when the BatchPredictionJob for the first time entered the
|
|
140
|
+
# `JOB_STATE_RUNNING` state.
|
|
141
|
+
# @!attribute [r] end_time
|
|
142
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
143
|
+
# Output only. Time when the BatchPredictionJob entered any of the following states:
|
|
144
|
+
# `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED`, `JOB_STATE_CANCELLED`.
|
|
145
|
+
# @!attribute [r] update_time
|
|
146
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
147
|
+
# Output only. Time when the BatchPredictionJob was most recently updated.
|
|
148
|
+
# @!attribute [rw] labels
|
|
149
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
|
150
|
+
# The labels with user-defined metadata to organize BatchPredictionJobs.
|
|
151
|
+
#
|
|
152
|
+
# Label keys and values can be no longer than 64 characters
|
|
153
|
+
# (Unicode codepoints), can only contain lowercase letters, numeric
|
|
154
|
+
# characters, underscores and dashes. International characters are allowed.
|
|
155
|
+
#
|
|
156
|
+
# See https://goo.gl/xmQnxf for more information and examples of labels.
|
|
157
|
+
# @!attribute [rw] encryption_spec
|
|
158
|
+
# @return [::Google::Cloud::AIPlatform::V1::EncryptionSpec]
|
|
159
|
+
# Customer-managed encryption key options for a BatchPredictionJob. If this
|
|
160
|
+
# is set, then all resources created by the BatchPredictionJob will be
|
|
161
|
+
# encrypted with the provided encryption key.
|
|
162
|
+
class BatchPredictionJob
|
|
163
|
+
include ::Google::Protobuf::MessageExts
|
|
164
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
165
|
+
|
|
166
|
+
# Configures the input to {::Google::Cloud::AIPlatform::V1::BatchPredictionJob BatchPredictionJob}.
|
|
167
|
+
# See {::Google::Cloud::AIPlatform::V1::Model#supported_input_storage_formats Model.supported_input_storage_formats} for Model's supported input
|
|
168
|
+
# formats, and how instances should be expressed via any of them.
|
|
169
|
+
# @!attribute [rw] gcs_source
|
|
170
|
+
# @return [::Google::Cloud::AIPlatform::V1::GcsSource]
|
|
171
|
+
# The Cloud Storage location for the input instances.
|
|
172
|
+
# @!attribute [rw] bigquery_source
|
|
173
|
+
# @return [::Google::Cloud::AIPlatform::V1::BigQuerySource]
|
|
174
|
+
# The BigQuery location of the input table.
|
|
175
|
+
# The schema of the table should be in the format described by the given
|
|
176
|
+
# context OpenAPI Schema, if one is provided. The table may contain
|
|
177
|
+
# additional columns that are not described by the schema, and they will
|
|
178
|
+
# be ignored.
|
|
179
|
+
# @!attribute [rw] instances_format
|
|
180
|
+
# @return [::String]
|
|
181
|
+
# Required. The format in which instances are given, must be one of the
|
|
182
|
+
# [Model's][google.cloud.aiplatform.v1.BatchPredictionJob.model]
|
|
183
|
+
# {::Google::Cloud::AIPlatform::V1::Model#supported_input_storage_formats supported_input_storage_formats}.
|
|
184
|
+
class InputConfig
|
|
185
|
+
include ::Google::Protobuf::MessageExts
|
|
186
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
187
|
+
end
|
|
188
|
+
|
|
189
|
+
# Configures the output of {::Google::Cloud::AIPlatform::V1::BatchPredictionJob BatchPredictionJob}.
|
|
190
|
+
# See {::Google::Cloud::AIPlatform::V1::Model#supported_output_storage_formats Model.supported_output_storage_formats} for supported output
|
|
191
|
+
# formats, and how predictions are expressed via any of them.
|
|
192
|
+
# @!attribute [rw] gcs_destination
|
|
193
|
+
# @return [::Google::Cloud::AIPlatform::V1::GcsDestination]
|
|
194
|
+
# The Cloud Storage location of the directory where the output is
|
|
195
|
+
# to be written to. In the given directory a new directory is created.
|
|
196
|
+
# Its name is `prediction-<model-display-name>-<job-create-time>`,
|
|
197
|
+
# where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format.
|
|
198
|
+
# Inside of it files `predictions_0001.<extension>`,
|
|
199
|
+
# `predictions_0002.<extension>`, ..., `predictions_N.<extension>`
|
|
200
|
+
# are created where `<extension>` depends on chosen
|
|
201
|
+
# {::Google::Cloud::AIPlatform::V1::BatchPredictionJob::OutputConfig#predictions_format predictions_format}, and N may equal 0001 and depends on the total
|
|
202
|
+
# number of successfully predicted instances.
|
|
203
|
+
# If the Model has both {::Google::Cloud::AIPlatform::V1::PredictSchemata#instance_schema_uri instance}
|
|
204
|
+
# and {::Google::Cloud::AIPlatform::V1::PredictSchemata#parameters_schema_uri prediction} schemata
|
|
205
|
+
# defined then each such file contains predictions as per the
|
|
206
|
+
# {::Google::Cloud::AIPlatform::V1::BatchPredictionJob::OutputConfig#predictions_format predictions_format}.
|
|
207
|
+
# If prediction for any instance failed (partially or completely), then
|
|
208
|
+
# an additional `errors_0001.<extension>`, `errors_0002.<extension>`,...,
|
|
209
|
+
# `errors_N.<extension>` files are created (N depends on total number
|
|
210
|
+
# of failed predictions). These files contain the failed instances,
|
|
211
|
+
# as per their schema, followed by an additional `error` field which as
|
|
212
|
+
# value has {::Google::Rpc::Status google.rpc.Status}
|
|
213
|
+
# containing only `code` and `message` fields.
|
|
214
|
+
# @!attribute [rw] bigquery_destination
|
|
215
|
+
# @return [::Google::Cloud::AIPlatform::V1::BigQueryDestination]
|
|
216
|
+
# The BigQuery project or dataset location where the output is to be
|
|
217
|
+
# written to. If project is provided, a new dataset is created with name
|
|
218
|
+
# `prediction_<model-display-name>_<job-create-time>`
|
|
219
|
+
# where <model-display-name> is made
|
|
220
|
+
# BigQuery-dataset-name compatible (for example, most special characters
|
|
221
|
+
# become underscores), and timestamp is in
|
|
222
|
+
# YYYY_MM_DDThh_mm_ss_sssZ "based on ISO-8601" format. In the dataset
|
|
223
|
+
# two tables will be created, `predictions`, and `errors`.
|
|
224
|
+
# If the Model has both {::Google::Cloud::AIPlatform::V1::PredictSchemata#instance_schema_uri instance}
|
|
225
|
+
# and {::Google::Cloud::AIPlatform::V1::PredictSchemata#parameters_schema_uri prediction} schemata
|
|
226
|
+
# defined then the tables have columns as follows: The `predictions`
|
|
227
|
+
# table contains instances for which the prediction succeeded, it
|
|
228
|
+
# has columns as per a concatenation of the Model's instance and
|
|
229
|
+
# prediction schemata. The `errors` table contains rows for which the
|
|
230
|
+
# prediction has failed, it has instance columns, as per the
|
|
231
|
+
# instance schema, followed by a single "errors" column, which as values
|
|
232
|
+
# has {::Google::Rpc::Status google.rpc.Status}
|
|
233
|
+
# represented as a STRUCT, and containing only `code` and `message`.
|
|
234
|
+
# @!attribute [rw] predictions_format
|
|
235
|
+
# @return [::String]
|
|
236
|
+
# Required. The format in which Vertex AI gives the predictions, must be one of the
|
|
237
|
+
# [Model's][google.cloud.aiplatform.v1.BatchPredictionJob.model]
|
|
238
|
+
# {::Google::Cloud::AIPlatform::V1::Model#supported_output_storage_formats supported_output_storage_formats}.
|
|
239
|
+
class OutputConfig
|
|
240
|
+
include ::Google::Protobuf::MessageExts
|
|
241
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
242
|
+
end
|
|
243
|
+
|
|
244
|
+
# Further describes this job's output.
|
|
245
|
+
# Supplements {::Google::Cloud::AIPlatform::V1::BatchPredictionJob#output_config output_config}.
|
|
246
|
+
# @!attribute [r] gcs_output_directory
|
|
247
|
+
# @return [::String]
|
|
248
|
+
# Output only. The full path of the Cloud Storage directory created, into which
|
|
249
|
+
# the prediction output is written.
|
|
250
|
+
# @!attribute [r] bigquery_output_dataset
|
|
251
|
+
# @return [::String]
|
|
252
|
+
# Output only. The path of the BigQuery dataset created, in
|
|
253
|
+
# `bq://projectId.bqDatasetId`
|
|
254
|
+
# format, into which the prediction output is written.
|
|
255
|
+
# @!attribute [r] bigquery_output_table
|
|
256
|
+
# @return [::String]
|
|
257
|
+
# Output only. The name of the BigQuery table created, in
|
|
258
|
+
# `predictions_<timestamp>`
|
|
259
|
+
# format, into which the prediction output is written.
|
|
260
|
+
# Can be used by UI to generate the BigQuery output path, for example.
|
|
261
|
+
class OutputInfo
|
|
262
|
+
include ::Google::Protobuf::MessageExts
|
|
263
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
264
|
+
end
|
|
265
|
+
|
|
266
|
+
# @!attribute [rw] key
|
|
267
|
+
# @return [::String]
|
|
268
|
+
# @!attribute [rw] value
|
|
269
|
+
# @return [::String]
|
|
270
|
+
class LabelsEntry
|
|
271
|
+
include ::Google::Protobuf::MessageExts
|
|
272
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
273
|
+
end
|
|
274
|
+
end
|
|
275
|
+
end
|
|
276
|
+
end
|
|
277
|
+
end
|
|
278
|
+
end
|
|
@@ -0,0 +1,46 @@
|
|
|
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
|
+
# Success and error statistics of processing multiple entities
|
|
25
|
+
# (for example, DataItems or structured data rows) in batch.
|
|
26
|
+
# @!attribute [r] successful_count
|
|
27
|
+
# @return [::Integer]
|
|
28
|
+
# Output only. The number of entities that had been processed successfully.
|
|
29
|
+
# @!attribute [r] failed_count
|
|
30
|
+
# @return [::Integer]
|
|
31
|
+
# Output only. The number of entities for which any error was encountered.
|
|
32
|
+
# @!attribute [r] incomplete_count
|
|
33
|
+
# @return [::Integer]
|
|
34
|
+
# Output only. In cases when enough errors are encountered a job, pipeline, or operation
|
|
35
|
+
# may be failed as a whole. Below is the number of entities for which the
|
|
36
|
+
# processing had not been finished (either in successful or failed state).
|
|
37
|
+
# Set to -1 if the number is unknown (for example, the operation failed
|
|
38
|
+
# before the total entity number could be collected).
|
|
39
|
+
class CompletionStats
|
|
40
|
+
include ::Google::Protobuf::MessageExts
|
|
41
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
42
|
+
end
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
end
|
|
@@ -0,0 +1,92 @@
|
|
|
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
|
+
# Instance of a general context.
|
|
25
|
+
# @!attribute [r] name
|
|
26
|
+
# @return [::String]
|
|
27
|
+
# Output only. The resource name of the Context.
|
|
28
|
+
# @!attribute [rw] display_name
|
|
29
|
+
# @return [::String]
|
|
30
|
+
# User provided display name of the Context.
|
|
31
|
+
# May be up to 128 Unicode characters.
|
|
32
|
+
# @!attribute [rw] etag
|
|
33
|
+
# @return [::String]
|
|
34
|
+
# An eTag used to perform consistent read-modify-write updates. If not set, a
|
|
35
|
+
# blind "overwrite" update happens.
|
|
36
|
+
# @!attribute [rw] labels
|
|
37
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
|
38
|
+
# The labels with user-defined metadata to organize your Contexts.
|
|
39
|
+
#
|
|
40
|
+
# Label keys and values can be no longer than 64 characters
|
|
41
|
+
# (Unicode codepoints), can only contain lowercase letters, numeric
|
|
42
|
+
# characters, underscores and dashes. International characters are allowed.
|
|
43
|
+
# No more than 64 user labels can be associated with one Context (System
|
|
44
|
+
# labels are excluded).
|
|
45
|
+
# @!attribute [r] create_time
|
|
46
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
47
|
+
# Output only. Timestamp when this Context was created.
|
|
48
|
+
# @!attribute [r] update_time
|
|
49
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
50
|
+
# Output only. Timestamp when this Context was last updated.
|
|
51
|
+
# @!attribute [r] parent_contexts
|
|
52
|
+
# @return [::Array<::String>]
|
|
53
|
+
# Output only. A list of resource names of Contexts that are parents of this Context.
|
|
54
|
+
# A Context may have at most 10 parent_contexts.
|
|
55
|
+
# @!attribute [rw] schema_title
|
|
56
|
+
# @return [::String]
|
|
57
|
+
# The title of the schema describing the metadata.
|
|
58
|
+
#
|
|
59
|
+
# Schema title and version is expected to be registered in earlier Create
|
|
60
|
+
# Schema calls. And both are used together as unique identifiers to identify
|
|
61
|
+
# schemas within the local metadata store.
|
|
62
|
+
# @!attribute [rw] schema_version
|
|
63
|
+
# @return [::String]
|
|
64
|
+
# The version of the schema in schema_name to use.
|
|
65
|
+
#
|
|
66
|
+
# Schema title and version is expected to be registered in earlier Create
|
|
67
|
+
# Schema calls. And both are used together as unique identifiers to identify
|
|
68
|
+
# schemas within the local metadata store.
|
|
69
|
+
# @!attribute [rw] metadata
|
|
70
|
+
# @return [::Google::Protobuf::Struct]
|
|
71
|
+
# Properties of the Context.
|
|
72
|
+
# The size of this field should not exceed 200KB.
|
|
73
|
+
# @!attribute [rw] description
|
|
74
|
+
# @return [::String]
|
|
75
|
+
# Description of the Context
|
|
76
|
+
class Context
|
|
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
|
+
end
|
|
90
|
+
end
|
|
91
|
+
end
|
|
92
|
+
end
|