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,315 @@
|
|
|
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
|
+
module Schema
|
|
25
|
+
module TrainingJob
|
|
26
|
+
module Definition
|
|
27
|
+
# A TrainingJob that trains and uploads an AutoML Tables Model.
|
|
28
|
+
# @!attribute [rw] inputs
|
|
29
|
+
# @return [::Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlTablesInputs]
|
|
30
|
+
# The input parameters of this TrainingJob.
|
|
31
|
+
# @!attribute [rw] metadata
|
|
32
|
+
# @return [::Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlTablesMetadata]
|
|
33
|
+
# The metadata information.
|
|
34
|
+
class AutoMlTables
|
|
35
|
+
include ::Google::Protobuf::MessageExts
|
|
36
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
37
|
+
end
|
|
38
|
+
|
|
39
|
+
# @!attribute [rw] optimization_objective_recall_value
|
|
40
|
+
# @return [::Float]
|
|
41
|
+
# Required when optimization_objective is "maximize-precision-at-recall".
|
|
42
|
+
# Must be between 0 and 1, inclusive.
|
|
43
|
+
# @!attribute [rw] optimization_objective_precision_value
|
|
44
|
+
# @return [::Float]
|
|
45
|
+
# Required when optimization_objective is "maximize-recall-at-precision".
|
|
46
|
+
# Must be between 0 and 1, inclusive.
|
|
47
|
+
# @!attribute [rw] prediction_type
|
|
48
|
+
# @return [::String]
|
|
49
|
+
# The type of prediction the Model is to produce.
|
|
50
|
+
# "classification" - Predict one out of multiple target values is
|
|
51
|
+
# picked for each row.
|
|
52
|
+
# "regression" - Predict a value based on its relation to other values.
|
|
53
|
+
# This type is available only to columns that contain
|
|
54
|
+
# semantically numeric values, i.e. integers or floating
|
|
55
|
+
# point number, even if stored as e.g. strings.
|
|
56
|
+
# @!attribute [rw] target_column
|
|
57
|
+
# @return [::String]
|
|
58
|
+
# The column name of the target column that the model is to predict.
|
|
59
|
+
# @!attribute [rw] transformations
|
|
60
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlTablesInputs::Transformation>]
|
|
61
|
+
# Each transformation will apply transform function to given input column.
|
|
62
|
+
# And the result will be used for training.
|
|
63
|
+
# When creating transformation for BigQuery Struct column, the column should
|
|
64
|
+
# be flattened using "." as the delimiter.
|
|
65
|
+
# @!attribute [rw] optimization_objective
|
|
66
|
+
# @return [::String]
|
|
67
|
+
# Objective function the model is optimizing towards. The training process
|
|
68
|
+
# creates a model that maximizes/minimizes the value of the objective
|
|
69
|
+
# function over the validation set.
|
|
70
|
+
#
|
|
71
|
+
# The supported optimization objectives depend on the prediction type.
|
|
72
|
+
# If the field is not set, a default objective function is used.
|
|
73
|
+
#
|
|
74
|
+
# classification (binary):
|
|
75
|
+
# "maximize-au-roc" (default) - Maximize the area under the receiver
|
|
76
|
+
# operating characteristic (ROC) curve.
|
|
77
|
+
# "minimize-log-loss" - Minimize log loss.
|
|
78
|
+
# "maximize-au-prc" - Maximize the area under the precision-recall curve.
|
|
79
|
+
# "maximize-precision-at-recall" - Maximize precision for a specified
|
|
80
|
+
# recall value.
|
|
81
|
+
# "maximize-recall-at-precision" - Maximize recall for a specified
|
|
82
|
+
# precision value.
|
|
83
|
+
#
|
|
84
|
+
# classification (multi-class):
|
|
85
|
+
# "minimize-log-loss" (default) - Minimize log loss.
|
|
86
|
+
#
|
|
87
|
+
# regression:
|
|
88
|
+
# "minimize-rmse" (default) - Minimize root-mean-squared error (RMSE).
|
|
89
|
+
# "minimize-mae" - Minimize mean-absolute error (MAE).
|
|
90
|
+
# "minimize-rmsle" - Minimize root-mean-squared log error (RMSLE).
|
|
91
|
+
# @!attribute [rw] train_budget_milli_node_hours
|
|
92
|
+
# @return [::Integer]
|
|
93
|
+
# Required. The train budget of creating this model, expressed in milli node
|
|
94
|
+
# hours i.e. 1,000 value in this field means 1 node hour.
|
|
95
|
+
#
|
|
96
|
+
# The training cost of the model will not exceed this budget. The final cost
|
|
97
|
+
# will be attempted to be close to the budget, though may end up being (even)
|
|
98
|
+
# noticeably smaller - at the backend's discretion. This especially may
|
|
99
|
+
# happen when further model training ceases to provide any improvements.
|
|
100
|
+
#
|
|
101
|
+
# If the budget is set to a value known to be insufficient to train a
|
|
102
|
+
# model for the given dataset, the training won't be attempted and
|
|
103
|
+
# will error.
|
|
104
|
+
#
|
|
105
|
+
# The train budget must be between 1,000 and 72,000 milli node hours,
|
|
106
|
+
# inclusive.
|
|
107
|
+
# @!attribute [rw] disable_early_stopping
|
|
108
|
+
# @return [::Boolean]
|
|
109
|
+
# Use the entire training budget. This disables the early stopping feature.
|
|
110
|
+
# By default, the early stopping feature is enabled, which means that AutoML
|
|
111
|
+
# Tables might stop training before the entire training budget has been used.
|
|
112
|
+
# @!attribute [rw] weight_column_name
|
|
113
|
+
# @return [::String]
|
|
114
|
+
# Column name that should be used as the weight column.
|
|
115
|
+
# Higher values in this column give more importance to the row
|
|
116
|
+
# during model training. The column must have numeric values between 0 and
|
|
117
|
+
# 10000 inclusively; 0 means the row is ignored for training. If weight
|
|
118
|
+
# column field is not set, then all rows are assumed to have equal weight
|
|
119
|
+
# of 1.
|
|
120
|
+
# @!attribute [rw] export_evaluated_data_items_config
|
|
121
|
+
# @return [::Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::ExportEvaluatedDataItemsConfig]
|
|
122
|
+
# Configuration for exporting test set predictions to a BigQuery table. If
|
|
123
|
+
# this configuration is absent, then the export is not performed.
|
|
124
|
+
# @!attribute [rw] additional_experiments
|
|
125
|
+
# @return [::Array<::String>]
|
|
126
|
+
# Additional experiment flags for the Tables training pipeline.
|
|
127
|
+
class AutoMlTablesInputs
|
|
128
|
+
include ::Google::Protobuf::MessageExts
|
|
129
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
130
|
+
|
|
131
|
+
# @!attribute [rw] auto
|
|
132
|
+
# @return [::Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlTablesInputs::Transformation::AutoTransformation]
|
|
133
|
+
# @!attribute [rw] numeric
|
|
134
|
+
# @return [::Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlTablesInputs::Transformation::NumericTransformation]
|
|
135
|
+
# @!attribute [rw] categorical
|
|
136
|
+
# @return [::Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlTablesInputs::Transformation::CategoricalTransformation]
|
|
137
|
+
# @!attribute [rw] timestamp
|
|
138
|
+
# @return [::Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlTablesInputs::Transformation::TimestampTransformation]
|
|
139
|
+
# @!attribute [rw] text
|
|
140
|
+
# @return [::Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlTablesInputs::Transformation::TextTransformation]
|
|
141
|
+
# @!attribute [rw] repeated_numeric
|
|
142
|
+
# @return [::Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlTablesInputs::Transformation::NumericArrayTransformation]
|
|
143
|
+
# @!attribute [rw] repeated_categorical
|
|
144
|
+
# @return [::Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlTablesInputs::Transformation::CategoricalArrayTransformation]
|
|
145
|
+
# @!attribute [rw] repeated_text
|
|
146
|
+
# @return [::Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlTablesInputs::Transformation::TextArrayTransformation]
|
|
147
|
+
class Transformation
|
|
148
|
+
include ::Google::Protobuf::MessageExts
|
|
149
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
150
|
+
|
|
151
|
+
# Training pipeline will infer the proper transformation based on the
|
|
152
|
+
# statistic of dataset.
|
|
153
|
+
# @!attribute [rw] column_name
|
|
154
|
+
# @return [::String]
|
|
155
|
+
class AutoTransformation
|
|
156
|
+
include ::Google::Protobuf::MessageExts
|
|
157
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
158
|
+
end
|
|
159
|
+
|
|
160
|
+
# Training pipeline will perform following transformation functions.
|
|
161
|
+
# * The value converted to float32.
|
|
162
|
+
# * The z_score of the value.
|
|
163
|
+
# * log(value+1) when the value is greater than or equal to 0. Otherwise,
|
|
164
|
+
# this transformation is not applied and the value is considered a
|
|
165
|
+
# missing value.
|
|
166
|
+
# * z_score of log(value+1) when the value is greater than or equal to 0.
|
|
167
|
+
# Otherwise, this transformation is not applied and the value is
|
|
168
|
+
# considered a missing value.
|
|
169
|
+
# * A boolean value that indicates whether the value is valid.
|
|
170
|
+
# @!attribute [rw] column_name
|
|
171
|
+
# @return [::String]
|
|
172
|
+
# @!attribute [rw] invalid_values_allowed
|
|
173
|
+
# @return [::Boolean]
|
|
174
|
+
# If invalid values is allowed, the training pipeline will create a
|
|
175
|
+
# boolean feature that indicated whether the value is valid.
|
|
176
|
+
# Otherwise, the training pipeline will discard the input row from
|
|
177
|
+
# trainining data.
|
|
178
|
+
class NumericTransformation
|
|
179
|
+
include ::Google::Protobuf::MessageExts
|
|
180
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
181
|
+
end
|
|
182
|
+
|
|
183
|
+
# Training pipeline will perform following transformation functions.
|
|
184
|
+
# * The categorical string as is--no change to case, punctuation,
|
|
185
|
+
# spelling,
|
|
186
|
+
# tense, and so on.
|
|
187
|
+
# * Convert the category name to a dictionary lookup index and generate an
|
|
188
|
+
# embedding for each index.
|
|
189
|
+
# * Categories that appear less than 5 times in the training dataset are
|
|
190
|
+
# treated as the "unknown" category. The "unknown" category gets its own
|
|
191
|
+
# special lookup index and resulting embedding.
|
|
192
|
+
# @!attribute [rw] column_name
|
|
193
|
+
# @return [::String]
|
|
194
|
+
class CategoricalTransformation
|
|
195
|
+
include ::Google::Protobuf::MessageExts
|
|
196
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
197
|
+
end
|
|
198
|
+
|
|
199
|
+
# Training pipeline will perform following transformation functions.
|
|
200
|
+
# * Apply the transformation functions for Numerical columns.
|
|
201
|
+
# * Determine the year, month, day,and weekday. Treat each value from the
|
|
202
|
+
# * timestamp as a Categorical column.
|
|
203
|
+
# * Invalid numerical values (for example, values that fall outside of a
|
|
204
|
+
# typical timestamp range, or are extreme values) receive no special
|
|
205
|
+
# treatment and are not removed.
|
|
206
|
+
# @!attribute [rw] column_name
|
|
207
|
+
# @return [::String]
|
|
208
|
+
# @!attribute [rw] time_format
|
|
209
|
+
# @return [::String]
|
|
210
|
+
# The format in which that time field is expressed. The time_format must
|
|
211
|
+
# either be one of:
|
|
212
|
+
# * `unix-seconds`
|
|
213
|
+
# * `unix-milliseconds`
|
|
214
|
+
# * `unix-microseconds`
|
|
215
|
+
# * `unix-nanoseconds`
|
|
216
|
+
# (for respectively number of seconds, milliseconds, microseconds and
|
|
217
|
+
# nanoseconds since start of the Unix epoch);
|
|
218
|
+
# or be written in `strftime` syntax. If time_format is not set, then the
|
|
219
|
+
# default format is RFC 3339 `date-time` format, where
|
|
220
|
+
# `time-offset` = `"Z"` (e.g. 1985-04-12T23:20:50.52Z)
|
|
221
|
+
# @!attribute [rw] invalid_values_allowed
|
|
222
|
+
# @return [::Boolean]
|
|
223
|
+
# If invalid values is allowed, the training pipeline will create a
|
|
224
|
+
# boolean feature that indicated whether the value is valid.
|
|
225
|
+
# Otherwise, the training pipeline will discard the input row from
|
|
226
|
+
# trainining data.
|
|
227
|
+
class TimestampTransformation
|
|
228
|
+
include ::Google::Protobuf::MessageExts
|
|
229
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
230
|
+
end
|
|
231
|
+
|
|
232
|
+
# Training pipeline will perform following transformation functions.
|
|
233
|
+
# * The text as is--no change to case, punctuation, spelling, tense, and
|
|
234
|
+
# so
|
|
235
|
+
# on.
|
|
236
|
+
# * Tokenize text to words. Convert each words to a dictionary lookup
|
|
237
|
+
# index
|
|
238
|
+
# and generate an embedding for each index. Combine the embedding of all
|
|
239
|
+
# elements into a single embedding using the mean.
|
|
240
|
+
# * Tokenization is based on unicode script boundaries.
|
|
241
|
+
# * Missing values get their own lookup index and resulting embedding.
|
|
242
|
+
# * Stop-words receive no special treatment and are not removed.
|
|
243
|
+
# @!attribute [rw] column_name
|
|
244
|
+
# @return [::String]
|
|
245
|
+
class TextTransformation
|
|
246
|
+
include ::Google::Protobuf::MessageExts
|
|
247
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
248
|
+
end
|
|
249
|
+
|
|
250
|
+
# Treats the column as numerical array and performs following
|
|
251
|
+
# transformation functions.
|
|
252
|
+
# * All transformations for Numerical types applied to the average of the
|
|
253
|
+
# all elements.
|
|
254
|
+
# * The average of empty arrays is treated as zero.
|
|
255
|
+
# @!attribute [rw] column_name
|
|
256
|
+
# @return [::String]
|
|
257
|
+
# @!attribute [rw] invalid_values_allowed
|
|
258
|
+
# @return [::Boolean]
|
|
259
|
+
# If invalid values is allowed, the training pipeline will create a
|
|
260
|
+
# boolean feature that indicated whether the value is valid.
|
|
261
|
+
# Otherwise, the training pipeline will discard the input row from
|
|
262
|
+
# trainining data.
|
|
263
|
+
class NumericArrayTransformation
|
|
264
|
+
include ::Google::Protobuf::MessageExts
|
|
265
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
266
|
+
end
|
|
267
|
+
|
|
268
|
+
# Treats the column as categorical array and performs following
|
|
269
|
+
# transformation functions.
|
|
270
|
+
# * For each element in the array, convert the category name to a
|
|
271
|
+
# dictionary
|
|
272
|
+
# lookup index and generate an embedding for each index.
|
|
273
|
+
# Combine the embedding of all elements into a single embedding using
|
|
274
|
+
# the mean.
|
|
275
|
+
# * Empty arrays treated as an embedding of zeroes.
|
|
276
|
+
# @!attribute [rw] column_name
|
|
277
|
+
# @return [::String]
|
|
278
|
+
class CategoricalArrayTransformation
|
|
279
|
+
include ::Google::Protobuf::MessageExts
|
|
280
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
281
|
+
end
|
|
282
|
+
|
|
283
|
+
# Treats the column as text array and performs following transformation
|
|
284
|
+
# functions.
|
|
285
|
+
# * Concatenate all text values in the array into a single text value
|
|
286
|
+
# using
|
|
287
|
+
# a space (" ") as a delimiter, and then treat the result as a single
|
|
288
|
+
# text value. Apply the transformations for Text columns.
|
|
289
|
+
# * Empty arrays treated as an empty text.
|
|
290
|
+
# @!attribute [rw] column_name
|
|
291
|
+
# @return [::String]
|
|
292
|
+
class TextArrayTransformation
|
|
293
|
+
include ::Google::Protobuf::MessageExts
|
|
294
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
295
|
+
end
|
|
296
|
+
end
|
|
297
|
+
end
|
|
298
|
+
|
|
299
|
+
# Model metadata specific to AutoML Tables.
|
|
300
|
+
# @!attribute [rw] train_cost_milli_node_hours
|
|
301
|
+
# @return [::Integer]
|
|
302
|
+
# Output only. The actual training cost of the model, expressed in milli
|
|
303
|
+
# node hours, i.e. 1,000 value in this field means 1 node hour. Guaranteed
|
|
304
|
+
# to not exceed the train budget.
|
|
305
|
+
class AutoMlTablesMetadata
|
|
306
|
+
include ::Google::Protobuf::MessageExts
|
|
307
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
308
|
+
end
|
|
309
|
+
end
|
|
310
|
+
end
|
|
311
|
+
end
|
|
312
|
+
end
|
|
313
|
+
end
|
|
314
|
+
end
|
|
315
|
+
end
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
module Schema
|
|
25
|
+
module TrainingJob
|
|
26
|
+
module Definition
|
|
27
|
+
# A TrainingJob that trains and uploads an AutoML Text Classification Model.
|
|
28
|
+
# @!attribute [rw] inputs
|
|
29
|
+
# @return [::Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlTextClassificationInputs]
|
|
30
|
+
# The input parameters of this TrainingJob.
|
|
31
|
+
class AutoMlTextClassification
|
|
32
|
+
include ::Google::Protobuf::MessageExts
|
|
33
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
# @!attribute [rw] multi_label
|
|
37
|
+
# @return [::Boolean]
|
|
38
|
+
class AutoMlTextClassificationInputs
|
|
39
|
+
include ::Google::Protobuf::MessageExts
|
|
40
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
41
|
+
end
|
|
42
|
+
end
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
end
|
|
48
|
+
end
|
data/proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_text_extraction.rb
ADDED
|
@@ -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
|
+
module Schema
|
|
25
|
+
module TrainingJob
|
|
26
|
+
module Definition
|
|
27
|
+
# A TrainingJob that trains and uploads an AutoML Text Extraction Model.
|
|
28
|
+
# @!attribute [rw] inputs
|
|
29
|
+
# @return [::Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlTextExtractionInputs]
|
|
30
|
+
# The input parameters of this TrainingJob.
|
|
31
|
+
class AutoMlTextExtraction
|
|
32
|
+
include ::Google::Protobuf::MessageExts
|
|
33
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
class AutoMlTextExtractionInputs
|
|
37
|
+
include ::Google::Protobuf::MessageExts
|
|
38
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
end
|
|
42
|
+
end
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
end
|
data/proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/automl_text_sentiment.rb
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
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
|
+
module Schema
|
|
25
|
+
module TrainingJob
|
|
26
|
+
module Definition
|
|
27
|
+
# A TrainingJob that trains and uploads an AutoML Text Sentiment Model.
|
|
28
|
+
# @!attribute [rw] inputs
|
|
29
|
+
# @return [::Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlTextSentimentInputs]
|
|
30
|
+
# The input parameters of this TrainingJob.
|
|
31
|
+
class AutoMlTextSentiment
|
|
32
|
+
include ::Google::Protobuf::MessageExts
|
|
33
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
# @!attribute [rw] sentiment_max
|
|
37
|
+
# @return [::Integer]
|
|
38
|
+
# A sentiment is expressed as an integer ordinal, where higher value
|
|
39
|
+
# means a more positive sentiment. The range of sentiments that will be used
|
|
40
|
+
# is between 0 and sentimentMax (inclusive on both ends), and all the values
|
|
41
|
+
# in the range must be represented in the dataset before a model can be
|
|
42
|
+
# created.
|
|
43
|
+
# Only the Annotations with this sentimentMax will be used for training.
|
|
44
|
+
# sentimentMax value must be between 1 and 10 (inclusive).
|
|
45
|
+
class AutoMlTextSentimentInputs
|
|
46
|
+
include ::Google::Protobuf::MessageExts
|
|
47
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
48
|
+
end
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
end
|
|
54
|
+
end
|
|
55
|
+
end
|
|
@@ -0,0 +1,73 @@
|
|
|
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
|
+
module Schema
|
|
25
|
+
module TrainingJob
|
|
26
|
+
module Definition
|
|
27
|
+
# A TrainingJob that trains and uploads an AutoML Video Action Recognition
|
|
28
|
+
# Model.
|
|
29
|
+
# @!attribute [rw] inputs
|
|
30
|
+
# @return [::Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlVideoActionRecognitionInputs]
|
|
31
|
+
# The input parameters of this TrainingJob.
|
|
32
|
+
class AutoMlVideoActionRecognition
|
|
33
|
+
include ::Google::Protobuf::MessageExts
|
|
34
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
# @!attribute [rw] model_type
|
|
38
|
+
# @return [::Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlVideoActionRecognitionInputs::ModelType]
|
|
39
|
+
class AutoMlVideoActionRecognitionInputs
|
|
40
|
+
include ::Google::Protobuf::MessageExts
|
|
41
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
42
|
+
|
|
43
|
+
module ModelType
|
|
44
|
+
# Should not be set.
|
|
45
|
+
MODEL_TYPE_UNSPECIFIED = 0
|
|
46
|
+
|
|
47
|
+
# A model best tailored to be used within Google Cloud, and which c annot
|
|
48
|
+
# be exported. Default.
|
|
49
|
+
CLOUD = 1
|
|
50
|
+
|
|
51
|
+
# A model that, in addition to being available within Google Cloud, can
|
|
52
|
+
# also be exported (see ModelService.ExportModel) as a TensorFlow or
|
|
53
|
+
# TensorFlow Lite model and used on a mobile or edge device afterwards.
|
|
54
|
+
MOBILE_VERSATILE_1 = 2
|
|
55
|
+
|
|
56
|
+
# A model that, in addition to being available within Google Cloud, can
|
|
57
|
+
# also be exported (see ModelService.ExportModel) to a Jetson device
|
|
58
|
+
# afterwards.
|
|
59
|
+
MOBILE_JETSON_VERSATILE_1 = 3
|
|
60
|
+
|
|
61
|
+
# A model that, in addition to being available within Google Cloud, can
|
|
62
|
+
# also be exported (see ModelService.ExportModel) as a TensorFlow or
|
|
63
|
+
# TensorFlow Lite model and used on a Coral device afterwards.
|
|
64
|
+
MOBILE_CORAL_VERSATILE_1 = 4
|
|
65
|
+
end
|
|
66
|
+
end
|
|
67
|
+
end
|
|
68
|
+
end
|
|
69
|
+
end
|
|
70
|
+
end
|
|
71
|
+
end
|
|
72
|
+
end
|
|
73
|
+
end
|
|
@@ -0,0 +1,67 @@
|
|
|
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
|
+
module Schema
|
|
25
|
+
module TrainingJob
|
|
26
|
+
module Definition
|
|
27
|
+
# A TrainingJob that trains and uploads an AutoML Video Classification Model.
|
|
28
|
+
# @!attribute [rw] inputs
|
|
29
|
+
# @return [::Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlVideoClassificationInputs]
|
|
30
|
+
# The input parameters of this TrainingJob.
|
|
31
|
+
class AutoMlVideoClassification
|
|
32
|
+
include ::Google::Protobuf::MessageExts
|
|
33
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
# @!attribute [rw] model_type
|
|
37
|
+
# @return [::Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::AutoMlVideoClassificationInputs::ModelType]
|
|
38
|
+
class AutoMlVideoClassificationInputs
|
|
39
|
+
include ::Google::Protobuf::MessageExts
|
|
40
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
41
|
+
|
|
42
|
+
module ModelType
|
|
43
|
+
# Should not be set.
|
|
44
|
+
MODEL_TYPE_UNSPECIFIED = 0
|
|
45
|
+
|
|
46
|
+
# A model best tailored to be used within Google Cloud, and which cannot
|
|
47
|
+
# be exported. Default.
|
|
48
|
+
CLOUD = 1
|
|
49
|
+
|
|
50
|
+
# A model that, in addition to being available within Google Cloud, can
|
|
51
|
+
# also be exported (see ModelService.ExportModel) as a TensorFlow or
|
|
52
|
+
# TensorFlow Lite model and used on a mobile or edge device afterwards.
|
|
53
|
+
MOBILE_VERSATILE_1 = 2
|
|
54
|
+
|
|
55
|
+
# A model that, in addition to being available within Google Cloud, can
|
|
56
|
+
# also be exported (see ModelService.ExportModel) to a Jetson device
|
|
57
|
+
# afterwards.
|
|
58
|
+
MOBILE_JETSON_VERSATILE_1 = 3
|
|
59
|
+
end
|
|
60
|
+
end
|
|
61
|
+
end
|
|
62
|
+
end
|
|
63
|
+
end
|
|
64
|
+
end
|
|
65
|
+
end
|
|
66
|
+
end
|
|
67
|
+
end
|