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,347 @@
|
|
|
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
|
+
# An instance of a machine learning PipelineJob.
|
|
25
|
+
# @!attribute [r] name
|
|
26
|
+
# @return [::String]
|
|
27
|
+
# Output only. The resource name of the PipelineJob.
|
|
28
|
+
# @!attribute [rw] display_name
|
|
29
|
+
# @return [::String]
|
|
30
|
+
# The display name of the Pipeline.
|
|
31
|
+
# The name can be up to 128 characters long and can be consist of any UTF-8
|
|
32
|
+
# characters.
|
|
33
|
+
# @!attribute [r] create_time
|
|
34
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
35
|
+
# Output only. Pipeline creation time.
|
|
36
|
+
# @!attribute [r] start_time
|
|
37
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
38
|
+
# Output only. Pipeline start time.
|
|
39
|
+
# @!attribute [r] end_time
|
|
40
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
41
|
+
# Output only. Pipeline end time.
|
|
42
|
+
# @!attribute [r] update_time
|
|
43
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
44
|
+
# Output only. Timestamp when this PipelineJob was most recently updated.
|
|
45
|
+
# @!attribute [rw] pipeline_spec
|
|
46
|
+
# @return [::Google::Protobuf::Struct]
|
|
47
|
+
# Required. The spec of the pipeline.
|
|
48
|
+
# @!attribute [r] state
|
|
49
|
+
# @return [::Google::Cloud::AIPlatform::V1::PipelineState]
|
|
50
|
+
# Output only. The detailed state of the job.
|
|
51
|
+
# @!attribute [r] job_detail
|
|
52
|
+
# @return [::Google::Cloud::AIPlatform::V1::PipelineJobDetail]
|
|
53
|
+
# Output only. The details of pipeline run. Not available in the list view.
|
|
54
|
+
# @!attribute [r] error
|
|
55
|
+
# @return [::Google::Rpc::Status]
|
|
56
|
+
# Output only. The error that occurred during pipeline execution.
|
|
57
|
+
# Only populated when the pipeline's state is FAILED or CANCELLED.
|
|
58
|
+
# @!attribute [rw] labels
|
|
59
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
|
60
|
+
# The labels with user-defined metadata to organize PipelineJob.
|
|
61
|
+
#
|
|
62
|
+
# Label keys and values can be no longer than 64 characters
|
|
63
|
+
# (Unicode codepoints), can only contain lowercase letters, numeric
|
|
64
|
+
# characters, underscores and dashes. International characters are allowed.
|
|
65
|
+
#
|
|
66
|
+
# See https://goo.gl/xmQnxf for more information and examples of labels.
|
|
67
|
+
# @!attribute [rw] runtime_config
|
|
68
|
+
# @return [::Google::Cloud::AIPlatform::V1::PipelineJob::RuntimeConfig]
|
|
69
|
+
# Runtime config of the pipeline.
|
|
70
|
+
# @!attribute [rw] encryption_spec
|
|
71
|
+
# @return [::Google::Cloud::AIPlatform::V1::EncryptionSpec]
|
|
72
|
+
# Customer-managed encryption key spec for a pipelineJob. If set, this
|
|
73
|
+
# PipelineJob and all of its sub-resources will be secured by this key.
|
|
74
|
+
# @!attribute [rw] service_account
|
|
75
|
+
# @return [::String]
|
|
76
|
+
# The service account that the pipeline workload runs as.
|
|
77
|
+
# If not specified, the Compute Engine default service account in the project
|
|
78
|
+
# will be used.
|
|
79
|
+
# See
|
|
80
|
+
# https://cloud.google.com/compute/docs/access/service-accounts#default_service_account
|
|
81
|
+
#
|
|
82
|
+
# Users starting the pipeline must have the `iam.serviceAccounts.actAs`
|
|
83
|
+
# permission on this service account.
|
|
84
|
+
# @!attribute [rw] network
|
|
85
|
+
# @return [::String]
|
|
86
|
+
# The full name of the Compute Engine
|
|
87
|
+
# [network](/compute/docs/networks-and-firewalls#networks) to which the
|
|
88
|
+
# Pipeline Job's workload should be peered. For example,
|
|
89
|
+
# `projects/12345/global/networks/myVPC`.
|
|
90
|
+
# [Format](/compute/docs/reference/rest/v1/networks/insert)
|
|
91
|
+
# is of the form `projects/{project}/global/networks/{network}`.
|
|
92
|
+
# Where \\{project} is a project number, as in `12345`, and \\{network} is a
|
|
93
|
+
# network name.
|
|
94
|
+
#
|
|
95
|
+
# Private services access must already be configured for the network.
|
|
96
|
+
# Pipeline job will apply the network configuration to the GCP resources
|
|
97
|
+
# being launched, if applied, such as Vertex AI
|
|
98
|
+
# Training or Dataflow job. If left unspecified, the workload is not peered
|
|
99
|
+
# with any network.
|
|
100
|
+
class PipelineJob
|
|
101
|
+
include ::Google::Protobuf::MessageExts
|
|
102
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
103
|
+
|
|
104
|
+
# The runtime config of a PipelineJob.
|
|
105
|
+
# @!attribute [rw] parameters
|
|
106
|
+
# @return [::Google::Protobuf::Map{::String => ::Google::Cloud::AIPlatform::V1::Value}]
|
|
107
|
+
# Deprecated. Use {::Google::Cloud::AIPlatform::V1::PipelineJob::RuntimeConfig#parameter_values RuntimeConfig.parameter_values} instead. The runtime
|
|
108
|
+
# parameters of the PipelineJob. The parameters will be passed into
|
|
109
|
+
# {::Google::Cloud::AIPlatform::V1::PipelineJob#pipeline_spec PipelineJob.pipeline_spec} to replace the placeholders at runtime.
|
|
110
|
+
# This field is used by pipelines built using
|
|
111
|
+
# `PipelineJob.pipeline_spec.schema_version` 2.0.0 or lower, such as
|
|
112
|
+
# pipelines built using Kubeflow Pipelines SDK 1.8 or lower.
|
|
113
|
+
# @!attribute [rw] gcs_output_directory
|
|
114
|
+
# @return [::String]
|
|
115
|
+
# Required. A path in a Cloud Storage bucket, which will be treated as the root
|
|
116
|
+
# output directory of the pipeline. It is used by the system to
|
|
117
|
+
# generate the paths of output artifacts. The artifact paths are generated
|
|
118
|
+
# with a sub-path pattern `{job_id}/{task_id}/{output_key}` under the
|
|
119
|
+
# specified output directory. The service account specified in this
|
|
120
|
+
# pipeline must have the `storage.objects.get` and `storage.objects.create`
|
|
121
|
+
# permissions for this bucket.
|
|
122
|
+
# @!attribute [rw] parameter_values
|
|
123
|
+
# @return [::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}]
|
|
124
|
+
# The runtime parameters of the PipelineJob. The parameters will be
|
|
125
|
+
# passed into {::Google::Cloud::AIPlatform::V1::PipelineJob#pipeline_spec PipelineJob.pipeline_spec} to replace the placeholders
|
|
126
|
+
# at runtime. This field is used by pipelines built using
|
|
127
|
+
# `PipelineJob.pipeline_spec.schema_version` 2.1.0, such as pipelines built
|
|
128
|
+
# using Kubeflow Pipelines SDK 1.9 or higher and the v2 DSL.
|
|
129
|
+
class RuntimeConfig
|
|
130
|
+
include ::Google::Protobuf::MessageExts
|
|
131
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
132
|
+
|
|
133
|
+
# @!attribute [rw] key
|
|
134
|
+
# @return [::String]
|
|
135
|
+
# @!attribute [rw] value
|
|
136
|
+
# @return [::Google::Cloud::AIPlatform::V1::Value]
|
|
137
|
+
class ParametersEntry
|
|
138
|
+
include ::Google::Protobuf::MessageExts
|
|
139
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
140
|
+
end
|
|
141
|
+
|
|
142
|
+
# @!attribute [rw] key
|
|
143
|
+
# @return [::String]
|
|
144
|
+
# @!attribute [rw] value
|
|
145
|
+
# @return [::Google::Protobuf::Value]
|
|
146
|
+
class ParameterValuesEntry
|
|
147
|
+
include ::Google::Protobuf::MessageExts
|
|
148
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
149
|
+
end
|
|
150
|
+
end
|
|
151
|
+
|
|
152
|
+
# @!attribute [rw] key
|
|
153
|
+
# @return [::String]
|
|
154
|
+
# @!attribute [rw] value
|
|
155
|
+
# @return [::String]
|
|
156
|
+
class LabelsEntry
|
|
157
|
+
include ::Google::Protobuf::MessageExts
|
|
158
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
159
|
+
end
|
|
160
|
+
end
|
|
161
|
+
|
|
162
|
+
# The runtime detail of PipelineJob.
|
|
163
|
+
# @!attribute [r] pipeline_context
|
|
164
|
+
# @return [::Google::Cloud::AIPlatform::V1::Context]
|
|
165
|
+
# Output only. The context of the pipeline.
|
|
166
|
+
# @!attribute [r] pipeline_run_context
|
|
167
|
+
# @return [::Google::Cloud::AIPlatform::V1::Context]
|
|
168
|
+
# Output only. The context of the current pipeline run.
|
|
169
|
+
# @!attribute [r] task_details
|
|
170
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::PipelineTaskDetail>]
|
|
171
|
+
# Output only. The runtime details of the tasks under the pipeline.
|
|
172
|
+
class PipelineJobDetail
|
|
173
|
+
include ::Google::Protobuf::MessageExts
|
|
174
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
175
|
+
end
|
|
176
|
+
|
|
177
|
+
# The runtime detail of a task execution.
|
|
178
|
+
# @!attribute [r] task_id
|
|
179
|
+
# @return [::Integer]
|
|
180
|
+
# Output only. The system generated ID of the task.
|
|
181
|
+
# @!attribute [r] parent_task_id
|
|
182
|
+
# @return [::Integer]
|
|
183
|
+
# Output only. The id of the parent task if the task is within a component scope.
|
|
184
|
+
# Empty if the task is at the root level.
|
|
185
|
+
# @!attribute [r] task_name
|
|
186
|
+
# @return [::String]
|
|
187
|
+
# Output only. The user specified name of the task that is defined in
|
|
188
|
+
# [PipelineJob.spec][].
|
|
189
|
+
# @!attribute [r] create_time
|
|
190
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
191
|
+
# Output only. Task create time.
|
|
192
|
+
# @!attribute [r] start_time
|
|
193
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
194
|
+
# Output only. Task start time.
|
|
195
|
+
# @!attribute [r] end_time
|
|
196
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
197
|
+
# Output only. Task end time.
|
|
198
|
+
# @!attribute [r] executor_detail
|
|
199
|
+
# @return [::Google::Cloud::AIPlatform::V1::PipelineTaskExecutorDetail]
|
|
200
|
+
# Output only. The detailed execution info.
|
|
201
|
+
# @!attribute [r] state
|
|
202
|
+
# @return [::Google::Cloud::AIPlatform::V1::PipelineTaskDetail::State]
|
|
203
|
+
# Output only. State of the task.
|
|
204
|
+
# @!attribute [r] execution
|
|
205
|
+
# @return [::Google::Cloud::AIPlatform::V1::Execution]
|
|
206
|
+
# Output only. The execution metadata of the task.
|
|
207
|
+
# @!attribute [r] error
|
|
208
|
+
# @return [::Google::Rpc::Status]
|
|
209
|
+
# Output only. The error that occurred during task execution.
|
|
210
|
+
# Only populated when the task's state is FAILED or CANCELLED.
|
|
211
|
+
# @!attribute [r] pipeline_task_status
|
|
212
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::PipelineTaskDetail::PipelineTaskStatus>]
|
|
213
|
+
# Output only. A list of task status. This field keeps a record of task status evolving
|
|
214
|
+
# over time.
|
|
215
|
+
# @!attribute [r] inputs
|
|
216
|
+
# @return [::Google::Protobuf::Map{::String => ::Google::Cloud::AIPlatform::V1::PipelineTaskDetail::ArtifactList}]
|
|
217
|
+
# Output only. The runtime input artifacts of the task.
|
|
218
|
+
# @!attribute [r] outputs
|
|
219
|
+
# @return [::Google::Protobuf::Map{::String => ::Google::Cloud::AIPlatform::V1::PipelineTaskDetail::ArtifactList}]
|
|
220
|
+
# Output only. The runtime output artifacts of the task.
|
|
221
|
+
class PipelineTaskDetail
|
|
222
|
+
include ::Google::Protobuf::MessageExts
|
|
223
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
224
|
+
|
|
225
|
+
# A single record of the task status.
|
|
226
|
+
# @!attribute [r] update_time
|
|
227
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
228
|
+
# Output only. Update time of this status.
|
|
229
|
+
# @!attribute [r] state
|
|
230
|
+
# @return [::Google::Cloud::AIPlatform::V1::PipelineTaskDetail::State]
|
|
231
|
+
# Output only. The state of the task.
|
|
232
|
+
# @!attribute [r] error
|
|
233
|
+
# @return [::Google::Rpc::Status]
|
|
234
|
+
# Output only. The error that occurred during the state. May be set when the state is
|
|
235
|
+
# any of the non-final state (PENDING/RUNNING/CANCELLING) or FAILED state.
|
|
236
|
+
# If the state is FAILED, the error here is final and not going to be
|
|
237
|
+
# retried.
|
|
238
|
+
# If the state is a non-final state, the error indicates a system-error
|
|
239
|
+
# being retried.
|
|
240
|
+
class PipelineTaskStatus
|
|
241
|
+
include ::Google::Protobuf::MessageExts
|
|
242
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
243
|
+
end
|
|
244
|
+
|
|
245
|
+
# A list of artifact metadata.
|
|
246
|
+
# @!attribute [r] artifacts
|
|
247
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::Artifact>]
|
|
248
|
+
# Output only. A list of artifact metadata.
|
|
249
|
+
class ArtifactList
|
|
250
|
+
include ::Google::Protobuf::MessageExts
|
|
251
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
252
|
+
end
|
|
253
|
+
|
|
254
|
+
# @!attribute [rw] key
|
|
255
|
+
# @return [::String]
|
|
256
|
+
# @!attribute [rw] value
|
|
257
|
+
# @return [::Google::Cloud::AIPlatform::V1::PipelineTaskDetail::ArtifactList]
|
|
258
|
+
class InputsEntry
|
|
259
|
+
include ::Google::Protobuf::MessageExts
|
|
260
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
261
|
+
end
|
|
262
|
+
|
|
263
|
+
# @!attribute [rw] key
|
|
264
|
+
# @return [::String]
|
|
265
|
+
# @!attribute [rw] value
|
|
266
|
+
# @return [::Google::Cloud::AIPlatform::V1::PipelineTaskDetail::ArtifactList]
|
|
267
|
+
class OutputsEntry
|
|
268
|
+
include ::Google::Protobuf::MessageExts
|
|
269
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
270
|
+
end
|
|
271
|
+
|
|
272
|
+
# Specifies state of TaskExecution
|
|
273
|
+
module State
|
|
274
|
+
# Unspecified.
|
|
275
|
+
STATE_UNSPECIFIED = 0
|
|
276
|
+
|
|
277
|
+
# Specifies pending state for the task.
|
|
278
|
+
PENDING = 1
|
|
279
|
+
|
|
280
|
+
# Specifies task is being executed.
|
|
281
|
+
RUNNING = 2
|
|
282
|
+
|
|
283
|
+
# Specifies task completed successfully.
|
|
284
|
+
SUCCEEDED = 3
|
|
285
|
+
|
|
286
|
+
# Specifies Task cancel is in pending state.
|
|
287
|
+
CANCEL_PENDING = 4
|
|
288
|
+
|
|
289
|
+
# Specifies task is being cancelled.
|
|
290
|
+
CANCELLING = 5
|
|
291
|
+
|
|
292
|
+
# Specifies task was cancelled.
|
|
293
|
+
CANCELLED = 6
|
|
294
|
+
|
|
295
|
+
# Specifies task failed.
|
|
296
|
+
FAILED = 7
|
|
297
|
+
|
|
298
|
+
# Specifies task was skipped due to cache hit.
|
|
299
|
+
SKIPPED = 8
|
|
300
|
+
|
|
301
|
+
# Specifies that the task was not triggered because the task's trigger
|
|
302
|
+
# policy is not satisfied. The trigger policy is specified in the
|
|
303
|
+
# `condition` field of {::Google::Cloud::AIPlatform::V1::PipelineJob#pipeline_spec PipelineJob.pipeline_spec}.
|
|
304
|
+
NOT_TRIGGERED = 9
|
|
305
|
+
end
|
|
306
|
+
end
|
|
307
|
+
|
|
308
|
+
# The runtime detail of a pipeline executor.
|
|
309
|
+
# @!attribute [r] container_detail
|
|
310
|
+
# @return [::Google::Cloud::AIPlatform::V1::PipelineTaskExecutorDetail::ContainerDetail]
|
|
311
|
+
# Output only. The detailed info for a container executor.
|
|
312
|
+
# @!attribute [r] custom_job_detail
|
|
313
|
+
# @return [::Google::Cloud::AIPlatform::V1::PipelineTaskExecutorDetail::CustomJobDetail]
|
|
314
|
+
# Output only. The detailed info for a custom job executor.
|
|
315
|
+
class PipelineTaskExecutorDetail
|
|
316
|
+
include ::Google::Protobuf::MessageExts
|
|
317
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
318
|
+
|
|
319
|
+
# The detail of a container execution. It contains the job names of the
|
|
320
|
+
# lifecycle of a container execution.
|
|
321
|
+
# @!attribute [r] main_job
|
|
322
|
+
# @return [::String]
|
|
323
|
+
# Output only. The name of the {::Google::Cloud::AIPlatform::V1::CustomJob CustomJob} for the main container execution.
|
|
324
|
+
# @!attribute [r] pre_caching_check_job
|
|
325
|
+
# @return [::String]
|
|
326
|
+
# Output only. The name of the {::Google::Cloud::AIPlatform::V1::CustomJob CustomJob} for the pre-caching-check container
|
|
327
|
+
# execution. This job will be available if the
|
|
328
|
+
# {::Google::Cloud::AIPlatform::V1::PipelineJob#pipeline_spec PipelineJob.pipeline_spec} specifies the `pre_caching_check` hook in
|
|
329
|
+
# the lifecycle events.
|
|
330
|
+
class ContainerDetail
|
|
331
|
+
include ::Google::Protobuf::MessageExts
|
|
332
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
333
|
+
end
|
|
334
|
+
|
|
335
|
+
# The detailed info for a custom job executor.
|
|
336
|
+
# @!attribute [r] job
|
|
337
|
+
# @return [::String]
|
|
338
|
+
# Output only. The name of the {::Google::Cloud::AIPlatform::V1::CustomJob CustomJob}.
|
|
339
|
+
class CustomJobDetail
|
|
340
|
+
include ::Google::Protobuf::MessageExts
|
|
341
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
342
|
+
end
|
|
343
|
+
end
|
|
344
|
+
end
|
|
345
|
+
end
|
|
346
|
+
end
|
|
347
|
+
end
|
|
@@ -0,0 +1,258 @@
|
|
|
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::PipelineService::Client#create_training_pipeline PipelineService.CreateTrainingPipeline}.
|
|
25
|
+
# @!attribute [rw] parent
|
|
26
|
+
# @return [::String]
|
|
27
|
+
# Required. The resource name of the Location to create the TrainingPipeline in.
|
|
28
|
+
# Format: `projects/{project}/locations/{location}`
|
|
29
|
+
# @!attribute [rw] training_pipeline
|
|
30
|
+
# @return [::Google::Cloud::AIPlatform::V1::TrainingPipeline]
|
|
31
|
+
# Required. The TrainingPipeline to create.
|
|
32
|
+
class CreateTrainingPipelineRequest
|
|
33
|
+
include ::Google::Protobuf::MessageExts
|
|
34
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::PipelineService::Client#get_training_pipeline PipelineService.GetTrainingPipeline}.
|
|
38
|
+
# @!attribute [rw] name
|
|
39
|
+
# @return [::String]
|
|
40
|
+
# Required. The name of the TrainingPipeline resource.
|
|
41
|
+
# Format:
|
|
42
|
+
# `projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}`
|
|
43
|
+
class GetTrainingPipelineRequest
|
|
44
|
+
include ::Google::Protobuf::MessageExts
|
|
45
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::PipelineService::Client#list_training_pipelines PipelineService.ListTrainingPipelines}.
|
|
49
|
+
# @!attribute [rw] parent
|
|
50
|
+
# @return [::String]
|
|
51
|
+
# Required. The resource name of the Location to list the TrainingPipelines from.
|
|
52
|
+
# Format: `projects/{project}/locations/{location}`
|
|
53
|
+
# @!attribute [rw] filter
|
|
54
|
+
# @return [::String]
|
|
55
|
+
# The standard list filter.
|
|
56
|
+
# Supported fields:
|
|
57
|
+
#
|
|
58
|
+
# * `display_name` supports = and !=.
|
|
59
|
+
#
|
|
60
|
+
# * `state` supports = and !=.
|
|
61
|
+
#
|
|
62
|
+
# Some examples of using the filter are:
|
|
63
|
+
#
|
|
64
|
+
# * `state="PIPELINE_STATE_SUCCEEDED" AND display_name="my_pipeline"`
|
|
65
|
+
#
|
|
66
|
+
# * `state="PIPELINE_STATE_RUNNING" OR display_name="my_pipeline"`
|
|
67
|
+
#
|
|
68
|
+
# * `NOT display_name="my_pipeline"`
|
|
69
|
+
#
|
|
70
|
+
# * `state="PIPELINE_STATE_FAILED"`
|
|
71
|
+
# @!attribute [rw] page_size
|
|
72
|
+
# @return [::Integer]
|
|
73
|
+
# The standard list page size.
|
|
74
|
+
# @!attribute [rw] page_token
|
|
75
|
+
# @return [::String]
|
|
76
|
+
# The standard list page token.
|
|
77
|
+
# Typically obtained via
|
|
78
|
+
# {::Google::Cloud::AIPlatform::V1::ListTrainingPipelinesResponse#next_page_token ListTrainingPipelinesResponse.next_page_token} of the previous
|
|
79
|
+
# {::Google::Cloud::AIPlatform::V1::PipelineService::Client#list_training_pipelines PipelineService.ListTrainingPipelines} call.
|
|
80
|
+
# @!attribute [rw] read_mask
|
|
81
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
82
|
+
# Mask specifying which fields to read.
|
|
83
|
+
class ListTrainingPipelinesRequest
|
|
84
|
+
include ::Google::Protobuf::MessageExts
|
|
85
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::PipelineService::Client#list_training_pipelines PipelineService.ListTrainingPipelines}
|
|
89
|
+
# @!attribute [rw] training_pipelines
|
|
90
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::TrainingPipeline>]
|
|
91
|
+
# List of TrainingPipelines in the requested page.
|
|
92
|
+
# @!attribute [rw] next_page_token
|
|
93
|
+
# @return [::String]
|
|
94
|
+
# A token to retrieve the next page of results.
|
|
95
|
+
# Pass to {::Google::Cloud::AIPlatform::V1::ListTrainingPipelinesRequest#page_token ListTrainingPipelinesRequest.page_token} to obtain that page.
|
|
96
|
+
class ListTrainingPipelinesResponse
|
|
97
|
+
include ::Google::Protobuf::MessageExts
|
|
98
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
99
|
+
end
|
|
100
|
+
|
|
101
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::PipelineService::Client#delete_training_pipeline PipelineService.DeleteTrainingPipeline}.
|
|
102
|
+
# @!attribute [rw] name
|
|
103
|
+
# @return [::String]
|
|
104
|
+
# Required. The name of the TrainingPipeline resource to be deleted.
|
|
105
|
+
# Format:
|
|
106
|
+
# `projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}`
|
|
107
|
+
class DeleteTrainingPipelineRequest
|
|
108
|
+
include ::Google::Protobuf::MessageExts
|
|
109
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
110
|
+
end
|
|
111
|
+
|
|
112
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::PipelineService::Client#cancel_training_pipeline PipelineService.CancelTrainingPipeline}.
|
|
113
|
+
# @!attribute [rw] name
|
|
114
|
+
# @return [::String]
|
|
115
|
+
# Required. The name of the TrainingPipeline to cancel.
|
|
116
|
+
# Format:
|
|
117
|
+
# `projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}`
|
|
118
|
+
class CancelTrainingPipelineRequest
|
|
119
|
+
include ::Google::Protobuf::MessageExts
|
|
120
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
121
|
+
end
|
|
122
|
+
|
|
123
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::PipelineService::Client#create_pipeline_job PipelineService.CreatePipelineJob}.
|
|
124
|
+
# @!attribute [rw] parent
|
|
125
|
+
# @return [::String]
|
|
126
|
+
# Required. The resource name of the Location to create the PipelineJob in.
|
|
127
|
+
# Format: `projects/{project}/locations/{location}`
|
|
128
|
+
# @!attribute [rw] pipeline_job
|
|
129
|
+
# @return [::Google::Cloud::AIPlatform::V1::PipelineJob]
|
|
130
|
+
# Required. The PipelineJob to create.
|
|
131
|
+
# @!attribute [rw] pipeline_job_id
|
|
132
|
+
# @return [::String]
|
|
133
|
+
# The ID to use for the PipelineJob, which will become the final component of
|
|
134
|
+
# the PipelineJob name. If not provided, an ID will be automatically
|
|
135
|
+
# generated.
|
|
136
|
+
#
|
|
137
|
+
# This value should be less than 128 characters, and valid characters
|
|
138
|
+
# are /[a-z][0-9]-/.
|
|
139
|
+
class CreatePipelineJobRequest
|
|
140
|
+
include ::Google::Protobuf::MessageExts
|
|
141
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
142
|
+
end
|
|
143
|
+
|
|
144
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::PipelineService::Client#get_pipeline_job PipelineService.GetPipelineJob}.
|
|
145
|
+
# @!attribute [rw] name
|
|
146
|
+
# @return [::String]
|
|
147
|
+
# Required. The name of the PipelineJob resource.
|
|
148
|
+
# Format:
|
|
149
|
+
# `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}`
|
|
150
|
+
class GetPipelineJobRequest
|
|
151
|
+
include ::Google::Protobuf::MessageExts
|
|
152
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
153
|
+
end
|
|
154
|
+
|
|
155
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::PipelineService::Client#list_pipeline_jobs PipelineService.ListPipelineJobs}.
|
|
156
|
+
# @!attribute [rw] parent
|
|
157
|
+
# @return [::String]
|
|
158
|
+
# Required. The resource name of the Location to list the PipelineJobs from.
|
|
159
|
+
# Format: `projects/{project}/locations/{location}`
|
|
160
|
+
# @!attribute [rw] filter
|
|
161
|
+
# @return [::String]
|
|
162
|
+
# Lists the PipelineJobs that match the filter expression. The following
|
|
163
|
+
# fields are supported:
|
|
164
|
+
#
|
|
165
|
+
# * `pipeline_name`: Supports `=` and `!=` comparisons.
|
|
166
|
+
# * `display_name`: Supports `=`, `!=` comparisons, and `:` wildcard.
|
|
167
|
+
# * `pipeline_job_user_id`: Supports `=`, `!=` comparisons, and `:` wildcard.
|
|
168
|
+
# for example, can check if pipeline's display_name contains *step* by doing
|
|
169
|
+
# display_name:\"*step*\"
|
|
170
|
+
# * `state`: Supports `=` and `!=` comparisons.
|
|
171
|
+
# * `create_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
|
|
172
|
+
# Values must be in RFC 3339 format.
|
|
173
|
+
# * `update_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
|
|
174
|
+
# Values must be in RFC 3339 format.
|
|
175
|
+
# * `end_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
|
|
176
|
+
# Values must be in RFC 3339 format.
|
|
177
|
+
# * `labels`: Supports key-value equality and key presence.
|
|
178
|
+
#
|
|
179
|
+
# Filter expressions can be combined together using logical operators
|
|
180
|
+
# (`AND` & `OR`).
|
|
181
|
+
# For example: `pipeline_name="test" AND create_time>"2020-05-18T13:30:00Z"`.
|
|
182
|
+
#
|
|
183
|
+
# The syntax to define filter expression is based on
|
|
184
|
+
# https://google.aip.dev/160.
|
|
185
|
+
#
|
|
186
|
+
# Examples:
|
|
187
|
+
#
|
|
188
|
+
# * `create_time>"2021-05-18T00:00:00Z" OR
|
|
189
|
+
# update_time>"2020-05-18T00:00:00Z"` PipelineJobs created or updated
|
|
190
|
+
# after 2020-05-18 00:00:00 UTC.
|
|
191
|
+
# * `labels.env = "prod"`
|
|
192
|
+
# PipelineJobs with label "env" set to "prod".
|
|
193
|
+
# @!attribute [rw] page_size
|
|
194
|
+
# @return [::Integer]
|
|
195
|
+
# The standard list page size.
|
|
196
|
+
# @!attribute [rw] page_token
|
|
197
|
+
# @return [::String]
|
|
198
|
+
# The standard list page token.
|
|
199
|
+
# Typically obtained via
|
|
200
|
+
# {::Google::Cloud::AIPlatform::V1::ListPipelineJobsResponse#next_page_token ListPipelineJobsResponse.next_page_token} of the previous
|
|
201
|
+
# {::Google::Cloud::AIPlatform::V1::PipelineService::Client#list_pipeline_jobs PipelineService.ListPipelineJobs} call.
|
|
202
|
+
# @!attribute [rw] order_by
|
|
203
|
+
# @return [::String]
|
|
204
|
+
# A comma-separated list of fields to order by. The default sort order is in
|
|
205
|
+
# ascending order. Use "desc" after a field name for descending. You can have
|
|
206
|
+
# multiple order_by fields provided e.g. "create_time desc, end_time",
|
|
207
|
+
# "end_time, start_time, update_time" For example, using "create_time desc,
|
|
208
|
+
# end_time" will order results by create time in descending order, and if
|
|
209
|
+
# there are multiple jobs having the same create time, order them by the end
|
|
210
|
+
# time in ascending order. if order_by is not specified, it will order by
|
|
211
|
+
# default order is create time in descending order. Supported fields:
|
|
212
|
+
# * `create_time`
|
|
213
|
+
# * `update_time`
|
|
214
|
+
# * `end_time`
|
|
215
|
+
# * `start_time`
|
|
216
|
+
class ListPipelineJobsRequest
|
|
217
|
+
include ::Google::Protobuf::MessageExts
|
|
218
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
219
|
+
end
|
|
220
|
+
|
|
221
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::PipelineService::Client#list_pipeline_jobs PipelineService.ListPipelineJobs}
|
|
222
|
+
# @!attribute [rw] pipeline_jobs
|
|
223
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::PipelineJob>]
|
|
224
|
+
# List of PipelineJobs in the requested page.
|
|
225
|
+
# @!attribute [rw] next_page_token
|
|
226
|
+
# @return [::String]
|
|
227
|
+
# A token to retrieve the next page of results.
|
|
228
|
+
# Pass to {::Google::Cloud::AIPlatform::V1::ListPipelineJobsRequest#page_token ListPipelineJobsRequest.page_token} to obtain that page.
|
|
229
|
+
class ListPipelineJobsResponse
|
|
230
|
+
include ::Google::Protobuf::MessageExts
|
|
231
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
232
|
+
end
|
|
233
|
+
|
|
234
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::PipelineService::Client#delete_pipeline_job PipelineService.DeletePipelineJob}.
|
|
235
|
+
# @!attribute [rw] name
|
|
236
|
+
# @return [::String]
|
|
237
|
+
# Required. The name of the PipelineJob resource to be deleted.
|
|
238
|
+
# Format:
|
|
239
|
+
# `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}`
|
|
240
|
+
class DeletePipelineJobRequest
|
|
241
|
+
include ::Google::Protobuf::MessageExts
|
|
242
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
243
|
+
end
|
|
244
|
+
|
|
245
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::PipelineService::Client#cancel_pipeline_job PipelineService.CancelPipelineJob}.
|
|
246
|
+
# @!attribute [rw] name
|
|
247
|
+
# @return [::String]
|
|
248
|
+
# Required. The name of the PipelineJob to cancel.
|
|
249
|
+
# Format:
|
|
250
|
+
# `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}`
|
|
251
|
+
class CancelPipelineJobRequest
|
|
252
|
+
include ::Google::Protobuf::MessageExts
|
|
253
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
254
|
+
end
|
|
255
|
+
end
|
|
256
|
+
end
|
|
257
|
+
end
|
|
258
|
+
end
|
|
@@ -0,0 +1,59 @@
|
|
|
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
|
+
# Describes the state of a pipeline.
|
|
25
|
+
module PipelineState
|
|
26
|
+
# The pipeline state is unspecified.
|
|
27
|
+
PIPELINE_STATE_UNSPECIFIED = 0
|
|
28
|
+
|
|
29
|
+
# The pipeline has been created or resumed, and processing has not yet
|
|
30
|
+
# begun.
|
|
31
|
+
PIPELINE_STATE_QUEUED = 1
|
|
32
|
+
|
|
33
|
+
# The service is preparing to run the pipeline.
|
|
34
|
+
PIPELINE_STATE_PENDING = 2
|
|
35
|
+
|
|
36
|
+
# The pipeline is in progress.
|
|
37
|
+
PIPELINE_STATE_RUNNING = 3
|
|
38
|
+
|
|
39
|
+
# The pipeline completed successfully.
|
|
40
|
+
PIPELINE_STATE_SUCCEEDED = 4
|
|
41
|
+
|
|
42
|
+
# The pipeline failed.
|
|
43
|
+
PIPELINE_STATE_FAILED = 5
|
|
44
|
+
|
|
45
|
+
# The pipeline is being cancelled. From this state, the pipeline may only go
|
|
46
|
+
# to either PIPELINE_STATE_SUCCEEDED, PIPELINE_STATE_FAILED or
|
|
47
|
+
# PIPELINE_STATE_CANCELLED.
|
|
48
|
+
PIPELINE_STATE_CANCELLING = 6
|
|
49
|
+
|
|
50
|
+
# The pipeline has been cancelled.
|
|
51
|
+
PIPELINE_STATE_CANCELLED = 7
|
|
52
|
+
|
|
53
|
+
# The pipeline has been stopped, and can be resumed.
|
|
54
|
+
PIPELINE_STATE_PAUSED = 8
|
|
55
|
+
end
|
|
56
|
+
end
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
end
|