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,978 @@
|
|
|
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::FeaturestoreService::Client#create_featurestore FeaturestoreService.CreateFeaturestore}.
|
|
25
|
+
# @!attribute [rw] parent
|
|
26
|
+
# @return [::String]
|
|
27
|
+
# Required. The resource name of the Location to create Featurestores.
|
|
28
|
+
# Format:
|
|
29
|
+
# `projects/{project}/locations/{location}'`
|
|
30
|
+
# @!attribute [rw] featurestore
|
|
31
|
+
# @return [::Google::Cloud::AIPlatform::V1::Featurestore]
|
|
32
|
+
# Required. The Featurestore to create.
|
|
33
|
+
# @!attribute [rw] featurestore_id
|
|
34
|
+
# @return [::String]
|
|
35
|
+
# Required. The ID to use for this Featurestore, which will become the final component
|
|
36
|
+
# of the Featurestore's resource name.
|
|
37
|
+
#
|
|
38
|
+
# This value may be up to 60 characters, and valid characters are
|
|
39
|
+
# `[a-z0-9_]`. The first character cannot be a number.
|
|
40
|
+
#
|
|
41
|
+
# The value must be unique within the project and location.
|
|
42
|
+
class CreateFeaturestoreRequest
|
|
43
|
+
include ::Google::Protobuf::MessageExts
|
|
44
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#get_featurestore FeaturestoreService.GetFeaturestore}.
|
|
48
|
+
# @!attribute [rw] name
|
|
49
|
+
# @return [::String]
|
|
50
|
+
# Required. The name of the Featurestore resource.
|
|
51
|
+
class GetFeaturestoreRequest
|
|
52
|
+
include ::Google::Protobuf::MessageExts
|
|
53
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
54
|
+
end
|
|
55
|
+
|
|
56
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#list_featurestores FeaturestoreService.ListFeaturestores}.
|
|
57
|
+
# @!attribute [rw] parent
|
|
58
|
+
# @return [::String]
|
|
59
|
+
# Required. The resource name of the Location to list Featurestores.
|
|
60
|
+
# Format:
|
|
61
|
+
# `projects/{project}/locations/{location}`
|
|
62
|
+
# @!attribute [rw] filter
|
|
63
|
+
# @return [::String]
|
|
64
|
+
# Lists the featurestores that match the filter expression. The following
|
|
65
|
+
# fields are supported:
|
|
66
|
+
#
|
|
67
|
+
# * `create_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
|
|
68
|
+
# Values must be
|
|
69
|
+
# in RFC 3339 format.
|
|
70
|
+
# * `update_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
|
|
71
|
+
# Values must be
|
|
72
|
+
# in RFC 3339 format.
|
|
73
|
+
# * `online_serving_config.fixed_node_count`: Supports `=`, `!=`, `<`, `>`,
|
|
74
|
+
# `<=`, and `>=` comparisons.
|
|
75
|
+
# * `labels`: Supports key-value equality and key presence.
|
|
76
|
+
#
|
|
77
|
+
# Examples:
|
|
78
|
+
#
|
|
79
|
+
# * `create_time > "2020-01-01" OR update_time > "2020-01-01"`
|
|
80
|
+
# Featurestores created or updated after 2020-01-01.
|
|
81
|
+
# * `labels.env = "prod"`
|
|
82
|
+
# Featurestores with label "env" set to "prod".
|
|
83
|
+
# @!attribute [rw] page_size
|
|
84
|
+
# @return [::Integer]
|
|
85
|
+
# The maximum number of Featurestores to return. The service may return fewer
|
|
86
|
+
# than this value. If unspecified, at most 100 Featurestores will be
|
|
87
|
+
# returned. The maximum value is 100; any value greater than 100 will be
|
|
88
|
+
# coerced to 100.
|
|
89
|
+
# @!attribute [rw] page_token
|
|
90
|
+
# @return [::String]
|
|
91
|
+
# A page token, received from a previous
|
|
92
|
+
# {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#list_featurestores FeaturestoreService.ListFeaturestores} call.
|
|
93
|
+
# Provide this to retrieve the subsequent page.
|
|
94
|
+
#
|
|
95
|
+
# When paginating, all other parameters provided to
|
|
96
|
+
# {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#list_featurestores FeaturestoreService.ListFeaturestores} must
|
|
97
|
+
# match the call that provided the page token.
|
|
98
|
+
# @!attribute [rw] order_by
|
|
99
|
+
# @return [::String]
|
|
100
|
+
# A comma-separated list of fields to order by, sorted in ascending order.
|
|
101
|
+
# Use "desc" after a field name for descending.
|
|
102
|
+
# Supported Fields:
|
|
103
|
+
#
|
|
104
|
+
# * `create_time`
|
|
105
|
+
# * `update_time`
|
|
106
|
+
# * `online_serving_config.fixed_node_count`
|
|
107
|
+
# @!attribute [rw] read_mask
|
|
108
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
109
|
+
# Mask specifying which fields to read.
|
|
110
|
+
class ListFeaturestoresRequest
|
|
111
|
+
include ::Google::Protobuf::MessageExts
|
|
112
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#list_featurestores FeaturestoreService.ListFeaturestores}.
|
|
116
|
+
# @!attribute [rw] featurestores
|
|
117
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::Featurestore>]
|
|
118
|
+
# The Featurestores matching the request.
|
|
119
|
+
# @!attribute [rw] next_page_token
|
|
120
|
+
# @return [::String]
|
|
121
|
+
# A token, which can be sent as {::Google::Cloud::AIPlatform::V1::ListFeaturestoresRequest#page_token ListFeaturestoresRequest.page_token} to
|
|
122
|
+
# retrieve the next page.
|
|
123
|
+
# If this field is omitted, there are no subsequent pages.
|
|
124
|
+
class ListFeaturestoresResponse
|
|
125
|
+
include ::Google::Protobuf::MessageExts
|
|
126
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
127
|
+
end
|
|
128
|
+
|
|
129
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#update_featurestore FeaturestoreService.UpdateFeaturestore}.
|
|
130
|
+
# @!attribute [rw] featurestore
|
|
131
|
+
# @return [::Google::Cloud::AIPlatform::V1::Featurestore]
|
|
132
|
+
# Required. The Featurestore's `name` field is used to identify the Featurestore to be
|
|
133
|
+
# updated.
|
|
134
|
+
# Format:
|
|
135
|
+
# `projects/{project}/locations/{location}/featurestores/{featurestore}`
|
|
136
|
+
# @!attribute [rw] update_mask
|
|
137
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
138
|
+
# Field mask is used to specify the fields to be overwritten in the
|
|
139
|
+
# Featurestore resource by the update.
|
|
140
|
+
# The fields specified in the update_mask are relative to the resource, not
|
|
141
|
+
# the full request. A field will be overwritten if it is in the mask. If the
|
|
142
|
+
# user does not provide a mask then only the non-empty fields present in the
|
|
143
|
+
# request will be overwritten. Set the update_mask to `*` to override all
|
|
144
|
+
# fields.
|
|
145
|
+
#
|
|
146
|
+
# Updatable fields:
|
|
147
|
+
#
|
|
148
|
+
# * `labels`
|
|
149
|
+
# * `online_serving_config.fixed_node_count`
|
|
150
|
+
class UpdateFeaturestoreRequest
|
|
151
|
+
include ::Google::Protobuf::MessageExts
|
|
152
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
153
|
+
end
|
|
154
|
+
|
|
155
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#delete_featurestore FeaturestoreService.DeleteFeaturestore}.
|
|
156
|
+
# @!attribute [rw] name
|
|
157
|
+
# @return [::String]
|
|
158
|
+
# Required. The name of the Featurestore to be deleted.
|
|
159
|
+
# Format:
|
|
160
|
+
# `projects/{project}/locations/{location}/featurestores/{featurestore}`
|
|
161
|
+
# @!attribute [rw] force
|
|
162
|
+
# @return [::Boolean]
|
|
163
|
+
# If set to true, any EntityTypes and Features for this Featurestore will
|
|
164
|
+
# also be deleted. (Otherwise, the request will only work if the Featurestore
|
|
165
|
+
# has no EntityTypes.)
|
|
166
|
+
class DeleteFeaturestoreRequest
|
|
167
|
+
include ::Google::Protobuf::MessageExts
|
|
168
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
169
|
+
end
|
|
170
|
+
|
|
171
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#import_feature_values FeaturestoreService.ImportFeatureValues}.
|
|
172
|
+
# @!attribute [rw] avro_source
|
|
173
|
+
# @return [::Google::Cloud::AIPlatform::V1::AvroSource]
|
|
174
|
+
# @!attribute [rw] bigquery_source
|
|
175
|
+
# @return [::Google::Cloud::AIPlatform::V1::BigQuerySource]
|
|
176
|
+
# @!attribute [rw] csv_source
|
|
177
|
+
# @return [::Google::Cloud::AIPlatform::V1::CsvSource]
|
|
178
|
+
# @!attribute [rw] feature_time_field
|
|
179
|
+
# @return [::String]
|
|
180
|
+
# Source column that holds the Feature timestamp for all Feature
|
|
181
|
+
# values in each entity.
|
|
182
|
+
# @!attribute [rw] feature_time
|
|
183
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
184
|
+
# Single Feature timestamp for all entities being imported. The
|
|
185
|
+
# timestamp must not have higher than millisecond precision.
|
|
186
|
+
# @!attribute [rw] entity_type
|
|
187
|
+
# @return [::String]
|
|
188
|
+
# Required. The resource name of the EntityType grouping the Features for which values
|
|
189
|
+
# are being imported. Format:
|
|
190
|
+
# `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`
|
|
191
|
+
# @!attribute [rw] entity_id_field
|
|
192
|
+
# @return [::String]
|
|
193
|
+
# Source column that holds entity IDs. If not provided, entity IDs are
|
|
194
|
+
# extracted from the column named `entity_id`.
|
|
195
|
+
# @!attribute [rw] feature_specs
|
|
196
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::ImportFeatureValuesRequest::FeatureSpec>]
|
|
197
|
+
# Required. Specifications defining which Feature values to import from the entity. The
|
|
198
|
+
# request fails if no feature_specs are provided, and having multiple
|
|
199
|
+
# feature_specs for one Feature is not allowed.
|
|
200
|
+
# @!attribute [rw] disable_online_serving
|
|
201
|
+
# @return [::Boolean]
|
|
202
|
+
# If set, data will not be imported for online serving. This
|
|
203
|
+
# is typically used for backfilling, where Feature generation timestamps are
|
|
204
|
+
# not in the timestamp range needed for online serving.
|
|
205
|
+
# @!attribute [rw] worker_count
|
|
206
|
+
# @return [::Integer]
|
|
207
|
+
# Specifies the number of workers that are used to write data to the
|
|
208
|
+
# Featurestore. Consider the online serving capacity that you require to
|
|
209
|
+
# achieve the desired import throughput without interfering with online
|
|
210
|
+
# serving. The value must be positive, and less than or equal to 100.
|
|
211
|
+
# If not set, defaults to using 1 worker. The low count ensures minimal
|
|
212
|
+
# impact on online serving performance.
|
|
213
|
+
class ImportFeatureValuesRequest
|
|
214
|
+
include ::Google::Protobuf::MessageExts
|
|
215
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
216
|
+
|
|
217
|
+
# Defines the Feature value(s) to import.
|
|
218
|
+
# @!attribute [rw] id
|
|
219
|
+
# @return [::String]
|
|
220
|
+
# Required. ID of the Feature to import values of. This Feature must exist in the
|
|
221
|
+
# target EntityType, or the request will fail.
|
|
222
|
+
# @!attribute [rw] source_field
|
|
223
|
+
# @return [::String]
|
|
224
|
+
# Source column to get the Feature values from. If not set, uses the column
|
|
225
|
+
# with the same name as the Feature ID.
|
|
226
|
+
class FeatureSpec
|
|
227
|
+
include ::Google::Protobuf::MessageExts
|
|
228
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
229
|
+
end
|
|
230
|
+
end
|
|
231
|
+
|
|
232
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#import_feature_values FeaturestoreService.ImportFeatureValues}.
|
|
233
|
+
# @!attribute [rw] imported_entity_count
|
|
234
|
+
# @return [::Integer]
|
|
235
|
+
# Number of entities that have been imported by the operation.
|
|
236
|
+
# @!attribute [rw] imported_feature_value_count
|
|
237
|
+
# @return [::Integer]
|
|
238
|
+
# Number of Feature values that have been imported by the operation.
|
|
239
|
+
# @!attribute [rw] invalid_row_count
|
|
240
|
+
# @return [::Integer]
|
|
241
|
+
# The number of rows in input source that weren't imported due to either
|
|
242
|
+
# * Not having any featureValues.
|
|
243
|
+
# * Having a null entityId.
|
|
244
|
+
# * Having a null timestamp.
|
|
245
|
+
# * Not being parsable (applicable for CSV sources).
|
|
246
|
+
class ImportFeatureValuesResponse
|
|
247
|
+
include ::Google::Protobuf::MessageExts
|
|
248
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
249
|
+
end
|
|
250
|
+
|
|
251
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#batch_read_feature_values FeaturestoreService.BatchReadFeatureValues}.
|
|
252
|
+
# @!attribute [rw] csv_read_instances
|
|
253
|
+
# @return [::Google::Cloud::AIPlatform::V1::CsvSource]
|
|
254
|
+
# Each read instance consists of exactly one read timestamp and one or more
|
|
255
|
+
# entity IDs identifying entities of the corresponding EntityTypes whose
|
|
256
|
+
# Features are requested.
|
|
257
|
+
#
|
|
258
|
+
# Each output instance contains Feature values of requested entities
|
|
259
|
+
# concatenated together as of the read time.
|
|
260
|
+
#
|
|
261
|
+
# An example read instance may be `foo_entity_id, bar_entity_id,
|
|
262
|
+
# 2020-01-01T10:00:00.123Z`.
|
|
263
|
+
#
|
|
264
|
+
# An example output instance may be `foo_entity_id, bar_entity_id,
|
|
265
|
+
# 2020-01-01T10:00:00.123Z, foo_entity_feature1_value,
|
|
266
|
+
# bar_entity_feature2_value`.
|
|
267
|
+
#
|
|
268
|
+
# Timestamp in each read instance must be millisecond-aligned.
|
|
269
|
+
#
|
|
270
|
+
# `csv_read_instances` are read instances stored in a plain-text CSV file.
|
|
271
|
+
# The header should be:
|
|
272
|
+
# [ENTITY_TYPE_ID1], [ENTITY_TYPE_ID2], ..., timestamp
|
|
273
|
+
#
|
|
274
|
+
# The columns can be in any order.
|
|
275
|
+
#
|
|
276
|
+
# Values in the timestamp column must use the RFC 3339 format, e.g.
|
|
277
|
+
# `2012-07-30T10:43:17.123Z`.
|
|
278
|
+
# @!attribute [rw] bigquery_read_instances
|
|
279
|
+
# @return [::Google::Cloud::AIPlatform::V1::BigQuerySource]
|
|
280
|
+
# Similar to csv_read_instances, but from BigQuery source.
|
|
281
|
+
# @!attribute [rw] featurestore
|
|
282
|
+
# @return [::String]
|
|
283
|
+
# Required. The resource name of the Featurestore from which to query Feature values.
|
|
284
|
+
# Format:
|
|
285
|
+
# `projects/{project}/locations/{location}/featurestores/{featurestore}`
|
|
286
|
+
# @!attribute [rw] destination
|
|
287
|
+
# @return [::Google::Cloud::AIPlatform::V1::FeatureValueDestination]
|
|
288
|
+
# Required. Specifies output location and format.
|
|
289
|
+
# @!attribute [rw] pass_through_fields
|
|
290
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::BatchReadFeatureValuesRequest::PassThroughField>]
|
|
291
|
+
# When not empty, the specified fields in the *_read_instances source will be
|
|
292
|
+
# joined as-is in the output, in addition to those fields from the
|
|
293
|
+
# Featurestore Entity.
|
|
294
|
+
#
|
|
295
|
+
# For BigQuery source, the type of the pass-through values will be
|
|
296
|
+
# automatically inferred. For CSV source, the pass-through values will be
|
|
297
|
+
# passed as opaque bytes.
|
|
298
|
+
# @!attribute [rw] entity_type_specs
|
|
299
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::BatchReadFeatureValuesRequest::EntityTypeSpec>]
|
|
300
|
+
# Required. Specifies EntityType grouping Features to read values of and settings.
|
|
301
|
+
# Each EntityType referenced in
|
|
302
|
+
# [BatchReadFeatureValuesRequest.entity_type_specs] must have a column
|
|
303
|
+
# specifying entity IDs in the EntityType in
|
|
304
|
+
# [BatchReadFeatureValuesRequest.request][] .
|
|
305
|
+
class BatchReadFeatureValuesRequest
|
|
306
|
+
include ::Google::Protobuf::MessageExts
|
|
307
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
308
|
+
|
|
309
|
+
# Describe pass-through fields in read_instance source.
|
|
310
|
+
# @!attribute [rw] field_name
|
|
311
|
+
# @return [::String]
|
|
312
|
+
# Required. The name of the field in the CSV header or the name of the column in
|
|
313
|
+
# BigQuery table. The naming restriction is the same as {::Google::Cloud::AIPlatform::V1::Feature#name Feature.name}.
|
|
314
|
+
class PassThroughField
|
|
315
|
+
include ::Google::Protobuf::MessageExts
|
|
316
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
317
|
+
end
|
|
318
|
+
|
|
319
|
+
# Selects Features of an EntityType to read values of and specifies read
|
|
320
|
+
# settings.
|
|
321
|
+
# @!attribute [rw] entity_type_id
|
|
322
|
+
# @return [::String]
|
|
323
|
+
# Required. ID of the EntityType to select Features. The EntityType id is the
|
|
324
|
+
# {::Google::Cloud::AIPlatform::V1::CreateEntityTypeRequest#entity_type_id entity_type_id} specified
|
|
325
|
+
# during EntityType creation.
|
|
326
|
+
# @!attribute [rw] feature_selector
|
|
327
|
+
# @return [::Google::Cloud::AIPlatform::V1::FeatureSelector]
|
|
328
|
+
# Required. Selectors choosing which Feature values to read from the EntityType.
|
|
329
|
+
# @!attribute [rw] settings
|
|
330
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::DestinationFeatureSetting>]
|
|
331
|
+
# Per-Feature settings for the batch read.
|
|
332
|
+
class EntityTypeSpec
|
|
333
|
+
include ::Google::Protobuf::MessageExts
|
|
334
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
335
|
+
end
|
|
336
|
+
end
|
|
337
|
+
|
|
338
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#export_feature_values FeaturestoreService.ExportFeatureValues}.
|
|
339
|
+
# @!attribute [rw] snapshot_export
|
|
340
|
+
# @return [::Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::SnapshotExport]
|
|
341
|
+
# Exports the latest Feature values of all entities of the EntityType
|
|
342
|
+
# within a time range.
|
|
343
|
+
# @!attribute [rw] full_export
|
|
344
|
+
# @return [::Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::FullExport]
|
|
345
|
+
# Exports all historical values of all entities of the EntityType within a
|
|
346
|
+
# time range
|
|
347
|
+
# @!attribute [rw] entity_type
|
|
348
|
+
# @return [::String]
|
|
349
|
+
# Required. The resource name of the EntityType from which to export Feature values.
|
|
350
|
+
# Format:
|
|
351
|
+
# `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
|
|
352
|
+
# @!attribute [rw] destination
|
|
353
|
+
# @return [::Google::Cloud::AIPlatform::V1::FeatureValueDestination]
|
|
354
|
+
# Required. Specifies destination location and format.
|
|
355
|
+
# @!attribute [rw] feature_selector
|
|
356
|
+
# @return [::Google::Cloud::AIPlatform::V1::FeatureSelector]
|
|
357
|
+
# Required. Selects Features to export values of.
|
|
358
|
+
# @!attribute [rw] settings
|
|
359
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::DestinationFeatureSetting>]
|
|
360
|
+
# Per-Feature export settings.
|
|
361
|
+
class ExportFeatureValuesRequest
|
|
362
|
+
include ::Google::Protobuf::MessageExts
|
|
363
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
364
|
+
|
|
365
|
+
# Describes exporting the latest Feature values of all entities of the
|
|
366
|
+
# EntityType between [start_time, snapshot_time].
|
|
367
|
+
# @!attribute [rw] snapshot_time
|
|
368
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
369
|
+
# Exports Feature values as of this timestamp. If not set,
|
|
370
|
+
# retrieve values as of now. Timestamp, if present, must not have higher
|
|
371
|
+
# than millisecond precision.
|
|
372
|
+
# @!attribute [rw] start_time
|
|
373
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
374
|
+
# Excludes Feature values with feature generation timestamp before this
|
|
375
|
+
# timestamp. If not set, retrieve oldest values kept in Feature Store.
|
|
376
|
+
# Timestamp, if present, must not have higher than millisecond precision.
|
|
377
|
+
class SnapshotExport
|
|
378
|
+
include ::Google::Protobuf::MessageExts
|
|
379
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
380
|
+
end
|
|
381
|
+
|
|
382
|
+
# Describes exporting all historical Feature values of all entities of the
|
|
383
|
+
# EntityType between [start_time, end_time].
|
|
384
|
+
# @!attribute [rw] start_time
|
|
385
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
386
|
+
# Excludes Feature values with feature generation timestamp before this
|
|
387
|
+
# timestamp. If not set, retrieve oldest values kept in Feature Store.
|
|
388
|
+
# Timestamp, if present, must not have higher than millisecond precision.
|
|
389
|
+
# @!attribute [rw] end_time
|
|
390
|
+
# @return [::Google::Protobuf::Timestamp]
|
|
391
|
+
# Exports Feature values as of this timestamp. If not set,
|
|
392
|
+
# retrieve values as of now. Timestamp, if present, must not have higher
|
|
393
|
+
# than millisecond precision.
|
|
394
|
+
class FullExport
|
|
395
|
+
include ::Google::Protobuf::MessageExts
|
|
396
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
397
|
+
end
|
|
398
|
+
end
|
|
399
|
+
|
|
400
|
+
# @!attribute [rw] feature_id
|
|
401
|
+
# @return [::String]
|
|
402
|
+
# Required. The ID of the Feature to apply the setting to.
|
|
403
|
+
# @!attribute [rw] destination_field
|
|
404
|
+
# @return [::String]
|
|
405
|
+
# Specify the field name in the export destination. If not specified,
|
|
406
|
+
# Feature ID is used.
|
|
407
|
+
class DestinationFeatureSetting
|
|
408
|
+
include ::Google::Protobuf::MessageExts
|
|
409
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
410
|
+
end
|
|
411
|
+
|
|
412
|
+
# A destination location for Feature values and format.
|
|
413
|
+
# @!attribute [rw] bigquery_destination
|
|
414
|
+
# @return [::Google::Cloud::AIPlatform::V1::BigQueryDestination]
|
|
415
|
+
# Output in BigQuery format.
|
|
416
|
+
# {::Google::Cloud::AIPlatform::V1::BigQueryDestination#output_uri BigQueryDestination.output_uri} in
|
|
417
|
+
# {::Google::Cloud::AIPlatform::V1::FeatureValueDestination#bigquery_destination FeatureValueDestination.bigquery_destination} must refer to a table.
|
|
418
|
+
# @!attribute [rw] tfrecord_destination
|
|
419
|
+
# @return [::Google::Cloud::AIPlatform::V1::TFRecordDestination]
|
|
420
|
+
# Output in TFRecord format.
|
|
421
|
+
#
|
|
422
|
+
# Below are the mapping from Feature value type
|
|
423
|
+
# in Featurestore to Feature value type in TFRecord:
|
|
424
|
+
#
|
|
425
|
+
# Value type in Featurestore | Value type in TFRecord
|
|
426
|
+
# DOUBLE, DOUBLE_ARRAY | FLOAT_LIST
|
|
427
|
+
# INT64, INT64_ARRAY | INT64_LIST
|
|
428
|
+
# STRING, STRING_ARRAY, BYTES | BYTES_LIST
|
|
429
|
+
# true -> byte_string("true"), false -> byte_string("false")
|
|
430
|
+
# BOOL, BOOL_ARRAY (true, false) | BYTES_LIST
|
|
431
|
+
# @!attribute [rw] csv_destination
|
|
432
|
+
# @return [::Google::Cloud::AIPlatform::V1::CsvDestination]
|
|
433
|
+
# Output in CSV format. Array Feature value types are not allowed in CSV
|
|
434
|
+
# format.
|
|
435
|
+
class FeatureValueDestination
|
|
436
|
+
include ::Google::Protobuf::MessageExts
|
|
437
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
438
|
+
end
|
|
439
|
+
|
|
440
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#export_feature_values FeaturestoreService.ExportFeatureValues}.
|
|
441
|
+
class ExportFeatureValuesResponse
|
|
442
|
+
include ::Google::Protobuf::MessageExts
|
|
443
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
444
|
+
end
|
|
445
|
+
|
|
446
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#batch_read_feature_values FeaturestoreService.BatchReadFeatureValues}.
|
|
447
|
+
class BatchReadFeatureValuesResponse
|
|
448
|
+
include ::Google::Protobuf::MessageExts
|
|
449
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
450
|
+
end
|
|
451
|
+
|
|
452
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#create_entity_type FeaturestoreService.CreateEntityType}.
|
|
453
|
+
# @!attribute [rw] parent
|
|
454
|
+
# @return [::String]
|
|
455
|
+
# Required. The resource name of the Featurestore to create EntityTypes.
|
|
456
|
+
# Format:
|
|
457
|
+
# `projects/{project}/locations/{location}/featurestores/{featurestore}`
|
|
458
|
+
# @!attribute [rw] entity_type
|
|
459
|
+
# @return [::Google::Cloud::AIPlatform::V1::EntityType]
|
|
460
|
+
# The EntityType to create.
|
|
461
|
+
# @!attribute [rw] entity_type_id
|
|
462
|
+
# @return [::String]
|
|
463
|
+
# Required. The ID to use for the EntityType, which will become the final component of
|
|
464
|
+
# the EntityType's resource name.
|
|
465
|
+
#
|
|
466
|
+
# This value may be up to 60 characters, and valid characters are
|
|
467
|
+
# `[a-z0-9_]`. The first character cannot be a number.
|
|
468
|
+
#
|
|
469
|
+
# The value must be unique within a featurestore.
|
|
470
|
+
class CreateEntityTypeRequest
|
|
471
|
+
include ::Google::Protobuf::MessageExts
|
|
472
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
473
|
+
end
|
|
474
|
+
|
|
475
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#get_entity_type FeaturestoreService.GetEntityType}.
|
|
476
|
+
# @!attribute [rw] name
|
|
477
|
+
# @return [::String]
|
|
478
|
+
# Required. The name of the EntityType resource.
|
|
479
|
+
# Format:
|
|
480
|
+
# `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
|
|
481
|
+
class GetEntityTypeRequest
|
|
482
|
+
include ::Google::Protobuf::MessageExts
|
|
483
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
484
|
+
end
|
|
485
|
+
|
|
486
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#list_entity_types FeaturestoreService.ListEntityTypes}.
|
|
487
|
+
# @!attribute [rw] parent
|
|
488
|
+
# @return [::String]
|
|
489
|
+
# Required. The resource name of the Featurestore to list EntityTypes.
|
|
490
|
+
# Format:
|
|
491
|
+
# `projects/{project}/locations/{location}/featurestores/{featurestore}`
|
|
492
|
+
# @!attribute [rw] filter
|
|
493
|
+
# @return [::String]
|
|
494
|
+
# Lists the EntityTypes that match the filter expression. The following
|
|
495
|
+
# filters are supported:
|
|
496
|
+
#
|
|
497
|
+
# * `create_time`: Supports `=`, `!=`, `<`, `>`, `>=`, and `<=` comparisons.
|
|
498
|
+
# Values must be in RFC 3339 format.
|
|
499
|
+
# * `update_time`: Supports `=`, `!=`, `<`, `>`, `>=`, and `<=` comparisons.
|
|
500
|
+
# Values must be in RFC 3339 format.
|
|
501
|
+
# * `labels`: Supports key-value equality as well as key presence.
|
|
502
|
+
#
|
|
503
|
+
# Examples:
|
|
504
|
+
#
|
|
505
|
+
# * `create_time > \"2020-01-31T15:30:00.000000Z\" OR
|
|
506
|
+
# update_time > \"2020-01-31T15:30:00.000000Z\"` --> EntityTypes created
|
|
507
|
+
# or updated after 2020-01-31T15:30:00.000000Z.
|
|
508
|
+
# * `labels.active = yes AND labels.env = prod` --> EntityTypes having both
|
|
509
|
+
# (active: yes) and (env: prod) labels.
|
|
510
|
+
# * `labels.env: *` --> Any EntityType which has a label with 'env' as the
|
|
511
|
+
# key.
|
|
512
|
+
# @!attribute [rw] page_size
|
|
513
|
+
# @return [::Integer]
|
|
514
|
+
# The maximum number of EntityTypes to return. The service may return fewer
|
|
515
|
+
# than this value. If unspecified, at most 1000 EntityTypes will be returned.
|
|
516
|
+
# The maximum value is 1000; any value greater than 1000 will be coerced to
|
|
517
|
+
# 1000.
|
|
518
|
+
# @!attribute [rw] page_token
|
|
519
|
+
# @return [::String]
|
|
520
|
+
# A page token, received from a previous
|
|
521
|
+
# {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#list_entity_types FeaturestoreService.ListEntityTypes} call.
|
|
522
|
+
# Provide this to retrieve the subsequent page.
|
|
523
|
+
#
|
|
524
|
+
# When paginating, all other parameters provided to
|
|
525
|
+
# {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#list_entity_types FeaturestoreService.ListEntityTypes} must
|
|
526
|
+
# match the call that provided the page token.
|
|
527
|
+
# @!attribute [rw] order_by
|
|
528
|
+
# @return [::String]
|
|
529
|
+
# A comma-separated list of fields to order by, sorted in ascending order.
|
|
530
|
+
# Use "desc" after a field name for descending.
|
|
531
|
+
#
|
|
532
|
+
# Supported fields:
|
|
533
|
+
#
|
|
534
|
+
# * `entity_type_id`
|
|
535
|
+
# * `create_time`
|
|
536
|
+
# * `update_time`
|
|
537
|
+
# @!attribute [rw] read_mask
|
|
538
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
539
|
+
# Mask specifying which fields to read.
|
|
540
|
+
class ListEntityTypesRequest
|
|
541
|
+
include ::Google::Protobuf::MessageExts
|
|
542
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
543
|
+
end
|
|
544
|
+
|
|
545
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#list_entity_types FeaturestoreService.ListEntityTypes}.
|
|
546
|
+
# @!attribute [rw] entity_types
|
|
547
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::EntityType>]
|
|
548
|
+
# The EntityTypes matching the request.
|
|
549
|
+
# @!attribute [rw] next_page_token
|
|
550
|
+
# @return [::String]
|
|
551
|
+
# A token, which can be sent as {::Google::Cloud::AIPlatform::V1::ListEntityTypesRequest#page_token ListEntityTypesRequest.page_token} to
|
|
552
|
+
# retrieve the next page.
|
|
553
|
+
# If this field is omitted, there are no subsequent pages.
|
|
554
|
+
class ListEntityTypesResponse
|
|
555
|
+
include ::Google::Protobuf::MessageExts
|
|
556
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
557
|
+
end
|
|
558
|
+
|
|
559
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#update_entity_type FeaturestoreService.UpdateEntityType}.
|
|
560
|
+
# @!attribute [rw] entity_type
|
|
561
|
+
# @return [::Google::Cloud::AIPlatform::V1::EntityType]
|
|
562
|
+
# Required. The EntityType's `name` field is used to identify the EntityType to be
|
|
563
|
+
# updated.
|
|
564
|
+
# Format:
|
|
565
|
+
# `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
|
|
566
|
+
# @!attribute [rw] update_mask
|
|
567
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
568
|
+
# Field mask is used to specify the fields to be overwritten in the
|
|
569
|
+
# EntityType resource by the update.
|
|
570
|
+
# The fields specified in the update_mask are relative to the resource, not
|
|
571
|
+
# the full request. A field will be overwritten if it is in the mask. If the
|
|
572
|
+
# user does not provide a mask then only the non-empty fields present in the
|
|
573
|
+
# request will be overwritten. Set the update_mask to `*` to override all
|
|
574
|
+
# fields.
|
|
575
|
+
#
|
|
576
|
+
# Updatable fields:
|
|
577
|
+
#
|
|
578
|
+
# * `description`
|
|
579
|
+
# * `labels`
|
|
580
|
+
# * `monitoring_config.snapshot_analysis.disabled`
|
|
581
|
+
# * `monitoring_config.snapshot_analysis.monitoring_interval`
|
|
582
|
+
class UpdateEntityTypeRequest
|
|
583
|
+
include ::Google::Protobuf::MessageExts
|
|
584
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
585
|
+
end
|
|
586
|
+
|
|
587
|
+
# Request message for [FeaturestoreService.DeleteEntityTypes][].
|
|
588
|
+
# @!attribute [rw] name
|
|
589
|
+
# @return [::String]
|
|
590
|
+
# Required. The name of the EntityType to be deleted.
|
|
591
|
+
# Format:
|
|
592
|
+
# `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
|
|
593
|
+
# @!attribute [rw] force
|
|
594
|
+
# @return [::Boolean]
|
|
595
|
+
# If set to true, any Features for this EntityType will also be deleted.
|
|
596
|
+
# (Otherwise, the request will only work if the EntityType has no Features.)
|
|
597
|
+
class DeleteEntityTypeRequest
|
|
598
|
+
include ::Google::Protobuf::MessageExts
|
|
599
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
600
|
+
end
|
|
601
|
+
|
|
602
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#create_feature FeaturestoreService.CreateFeature}.
|
|
603
|
+
# @!attribute [rw] parent
|
|
604
|
+
# @return [::String]
|
|
605
|
+
# Required. The resource name of the EntityType to create a Feature.
|
|
606
|
+
# Format:
|
|
607
|
+
# `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
|
|
608
|
+
# @!attribute [rw] feature
|
|
609
|
+
# @return [::Google::Cloud::AIPlatform::V1::Feature]
|
|
610
|
+
# Required. The Feature to create.
|
|
611
|
+
# @!attribute [rw] feature_id
|
|
612
|
+
# @return [::String]
|
|
613
|
+
# Required. The ID to use for the Feature, which will become the final component of
|
|
614
|
+
# the Feature's resource name.
|
|
615
|
+
#
|
|
616
|
+
# This value may be up to 60 characters, and valid characters are
|
|
617
|
+
# `[a-z0-9_]`. The first character cannot be a number.
|
|
618
|
+
#
|
|
619
|
+
# The value must be unique within an EntityType.
|
|
620
|
+
class CreateFeatureRequest
|
|
621
|
+
include ::Google::Protobuf::MessageExts
|
|
622
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
623
|
+
end
|
|
624
|
+
|
|
625
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#batch_create_features FeaturestoreService.BatchCreateFeatures}.
|
|
626
|
+
# @!attribute [rw] parent
|
|
627
|
+
# @return [::String]
|
|
628
|
+
# Required. The resource name of the EntityType to create the batch of Features under.
|
|
629
|
+
# Format:
|
|
630
|
+
# `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
|
|
631
|
+
# @!attribute [rw] requests
|
|
632
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::CreateFeatureRequest>]
|
|
633
|
+
# Required. The request message specifying the Features to create. All Features must be
|
|
634
|
+
# created under the same parent EntityType. The `parent` field in each child
|
|
635
|
+
# request message can be omitted. If `parent` is set in a child request, then
|
|
636
|
+
# the value must match the `parent` value in this request message.
|
|
637
|
+
class BatchCreateFeaturesRequest
|
|
638
|
+
include ::Google::Protobuf::MessageExts
|
|
639
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
640
|
+
end
|
|
641
|
+
|
|
642
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#batch_create_features FeaturestoreService.BatchCreateFeatures}.
|
|
643
|
+
# @!attribute [rw] features
|
|
644
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::Feature>]
|
|
645
|
+
# The Features created.
|
|
646
|
+
class BatchCreateFeaturesResponse
|
|
647
|
+
include ::Google::Protobuf::MessageExts
|
|
648
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
649
|
+
end
|
|
650
|
+
|
|
651
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#get_feature FeaturestoreService.GetFeature}.
|
|
652
|
+
# @!attribute [rw] name
|
|
653
|
+
# @return [::String]
|
|
654
|
+
# Required. The name of the Feature resource.
|
|
655
|
+
# Format:
|
|
656
|
+
# `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
|
|
657
|
+
class GetFeatureRequest
|
|
658
|
+
include ::Google::Protobuf::MessageExts
|
|
659
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
660
|
+
end
|
|
661
|
+
|
|
662
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#list_features FeaturestoreService.ListFeatures}.
|
|
663
|
+
# @!attribute [rw] parent
|
|
664
|
+
# @return [::String]
|
|
665
|
+
# Required. The resource name of the Location to list Features.
|
|
666
|
+
# Format:
|
|
667
|
+
# `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}`
|
|
668
|
+
# @!attribute [rw] filter
|
|
669
|
+
# @return [::String]
|
|
670
|
+
# Lists the Features that match the filter expression. The following
|
|
671
|
+
# filters are supported:
|
|
672
|
+
#
|
|
673
|
+
# * `value_type`: Supports = and != comparisons.
|
|
674
|
+
# * `create_time`: Supports =, !=, <, >, >=, and <= comparisons. Values must
|
|
675
|
+
# be in RFC 3339 format.
|
|
676
|
+
# * `update_time`: Supports =, !=, <, >, >=, and <= comparisons. Values must
|
|
677
|
+
# be in RFC 3339 format.
|
|
678
|
+
# * `labels`: Supports key-value equality as well as key presence.
|
|
679
|
+
#
|
|
680
|
+
# Examples:
|
|
681
|
+
#
|
|
682
|
+
# * `value_type = DOUBLE` --> Features whose type is DOUBLE.
|
|
683
|
+
# * `create_time > \"2020-01-31T15:30:00.000000Z\" OR
|
|
684
|
+
# update_time > \"2020-01-31T15:30:00.000000Z\"` --> EntityTypes created
|
|
685
|
+
# or updated after 2020-01-31T15:30:00.000000Z.
|
|
686
|
+
# * `labels.active = yes AND labels.env = prod` --> Features having both
|
|
687
|
+
# (active: yes) and (env: prod) labels.
|
|
688
|
+
# * `labels.env: *` --> Any Feature which has a label with 'env' as the
|
|
689
|
+
# key.
|
|
690
|
+
# @!attribute [rw] page_size
|
|
691
|
+
# @return [::Integer]
|
|
692
|
+
# The maximum number of Features to return. The service may return fewer
|
|
693
|
+
# than this value. If unspecified, at most 1000 Features will be returned.
|
|
694
|
+
# The maximum value is 1000; any value greater than 1000 will be coerced to
|
|
695
|
+
# 1000.
|
|
696
|
+
# @!attribute [rw] page_token
|
|
697
|
+
# @return [::String]
|
|
698
|
+
# A page token, received from a previous
|
|
699
|
+
# {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#list_features FeaturestoreService.ListFeatures} call.
|
|
700
|
+
# Provide this to retrieve the subsequent page.
|
|
701
|
+
#
|
|
702
|
+
# When paginating, all other parameters provided to
|
|
703
|
+
# {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#list_features FeaturestoreService.ListFeatures} must
|
|
704
|
+
# match the call that provided the page token.
|
|
705
|
+
# @!attribute [rw] order_by
|
|
706
|
+
# @return [::String]
|
|
707
|
+
# A comma-separated list of fields to order by, sorted in ascending order.
|
|
708
|
+
# Use "desc" after a field name for descending.
|
|
709
|
+
# Supported fields:
|
|
710
|
+
#
|
|
711
|
+
# * `feature_id`
|
|
712
|
+
# * `value_type`
|
|
713
|
+
# * `create_time`
|
|
714
|
+
# * `update_time`
|
|
715
|
+
# @!attribute [rw] read_mask
|
|
716
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
717
|
+
# Mask specifying which fields to read.
|
|
718
|
+
# @!attribute [rw] latest_stats_count
|
|
719
|
+
# @return [::Integer]
|
|
720
|
+
# If set, return the most recent {::Google::Cloud::AIPlatform::V1::ListFeaturesRequest#latest_stats_count ListFeaturesRequest.latest_stats_count}
|
|
721
|
+
# of stats for each Feature in response. Valid value is [0, 10]. If number of
|
|
722
|
+
# stats exists < {::Google::Cloud::AIPlatform::V1::ListFeaturesRequest#latest_stats_count ListFeaturesRequest.latest_stats_count}, return all
|
|
723
|
+
# existing stats.
|
|
724
|
+
class ListFeaturesRequest
|
|
725
|
+
include ::Google::Protobuf::MessageExts
|
|
726
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
727
|
+
end
|
|
728
|
+
|
|
729
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#list_features FeaturestoreService.ListFeatures}.
|
|
730
|
+
# @!attribute [rw] features
|
|
731
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::Feature>]
|
|
732
|
+
# The Features matching the request.
|
|
733
|
+
# @!attribute [rw] next_page_token
|
|
734
|
+
# @return [::String]
|
|
735
|
+
# A token, which can be sent as {::Google::Cloud::AIPlatform::V1::ListFeaturesRequest#page_token ListFeaturesRequest.page_token} to
|
|
736
|
+
# retrieve the next page.
|
|
737
|
+
# If this field is omitted, there are no subsequent pages.
|
|
738
|
+
class ListFeaturesResponse
|
|
739
|
+
include ::Google::Protobuf::MessageExts
|
|
740
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
741
|
+
end
|
|
742
|
+
|
|
743
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#search_features FeaturestoreService.SearchFeatures}.
|
|
744
|
+
# @!attribute [rw] location
|
|
745
|
+
# @return [::String]
|
|
746
|
+
# Required. The resource name of the Location to search Features.
|
|
747
|
+
# Format:
|
|
748
|
+
# `projects/{project}/locations/{location}`
|
|
749
|
+
# @!attribute [rw] query
|
|
750
|
+
# @return [::String]
|
|
751
|
+
# Query string that is a conjunction of field-restricted queries and/or
|
|
752
|
+
# field-restricted filters. Field-restricted queries and filters can be
|
|
753
|
+
# combined using `AND` to form a conjunction.
|
|
754
|
+
#
|
|
755
|
+
# A field query is in the form FIELD:QUERY. This implicitly checks if QUERY
|
|
756
|
+
# exists as a substring within Feature's FIELD. The QUERY
|
|
757
|
+
# and the FIELD are converted to a sequence of words (i.e. tokens) for
|
|
758
|
+
# comparison. This is done by:
|
|
759
|
+
#
|
|
760
|
+
# * Removing leading/trailing whitespace and tokenizing the search value.
|
|
761
|
+
# Characters that are not one of alphanumeric `[a-zA-Z0-9]`, underscore
|
|
762
|
+
# `_`, or asterisk `*` are treated as delimiters for tokens. `*` is treated
|
|
763
|
+
# as a wildcard that matches characters within a token.
|
|
764
|
+
# * Ignoring case.
|
|
765
|
+
# * Prepending an asterisk to the first and appending an asterisk to the
|
|
766
|
+
# last token in QUERY.
|
|
767
|
+
#
|
|
768
|
+
# A QUERY must be either a singular token or a phrase. A phrase is one or
|
|
769
|
+
# multiple words enclosed in double quotation marks ("). With phrases, the
|
|
770
|
+
# order of the words is important. Words in the phrase must be matching in
|
|
771
|
+
# order and consecutively.
|
|
772
|
+
#
|
|
773
|
+
# Supported FIELDs for field-restricted queries:
|
|
774
|
+
#
|
|
775
|
+
# * `feature_id`
|
|
776
|
+
# * `description`
|
|
777
|
+
# * `entity_type_id`
|
|
778
|
+
#
|
|
779
|
+
# Examples:
|
|
780
|
+
#
|
|
781
|
+
# * `feature_id: foo` --> Matches a Feature with ID containing the substring
|
|
782
|
+
# `foo` (eg. `foo`, `foofeature`, `barfoo`).
|
|
783
|
+
# * `feature_id: foo*feature` --> Matches a Feature with ID containing the
|
|
784
|
+
# substring `foo*feature` (eg. `foobarfeature`).
|
|
785
|
+
# * `feature_id: foo AND description: bar` --> Matches a Feature with ID
|
|
786
|
+
# containing the substring `foo` and description containing the substring
|
|
787
|
+
# `bar`.
|
|
788
|
+
#
|
|
789
|
+
#
|
|
790
|
+
# Besides field queries, the following exact-match filters are
|
|
791
|
+
# supported. The exact-match filters do not support wildcards. Unlike
|
|
792
|
+
# field-restricted queries, exact-match filters are case-sensitive.
|
|
793
|
+
#
|
|
794
|
+
# * `feature_id`: Supports = comparisons.
|
|
795
|
+
# * `description`: Supports = comparisons. Multi-token filters should be
|
|
796
|
+
# enclosed in quotes.
|
|
797
|
+
# * `entity_type_id`: Supports = comparisons.
|
|
798
|
+
# * `value_type`: Supports = and != comparisons.
|
|
799
|
+
# * `labels`: Supports key-value equality as well as key presence.
|
|
800
|
+
# * `featurestore_id`: Supports = comparisons.
|
|
801
|
+
#
|
|
802
|
+
# Examples:
|
|
803
|
+
# * `description = "foo bar"` --> Any Feature with description exactly equal
|
|
804
|
+
# to `foo bar`
|
|
805
|
+
# * `value_type = DOUBLE` --> Features whose type is DOUBLE.
|
|
806
|
+
# * `labels.active = yes AND labels.env = prod` --> Features having both
|
|
807
|
+
# (active: yes) and (env: prod) labels.
|
|
808
|
+
# * `labels.env: *` --> Any Feature which has a label with `env` as the
|
|
809
|
+
# key.
|
|
810
|
+
# @!attribute [rw] page_size
|
|
811
|
+
# @return [::Integer]
|
|
812
|
+
# The maximum number of Features to return. The service may return fewer
|
|
813
|
+
# than this value. If unspecified, at most 100 Features will be returned.
|
|
814
|
+
# The maximum value is 100; any value greater than 100 will be coerced to
|
|
815
|
+
# 100.
|
|
816
|
+
# @!attribute [rw] page_token
|
|
817
|
+
# @return [::String]
|
|
818
|
+
# A page token, received from a previous
|
|
819
|
+
# {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#search_features FeaturestoreService.SearchFeatures} call.
|
|
820
|
+
# Provide this to retrieve the subsequent page.
|
|
821
|
+
#
|
|
822
|
+
# When paginating, all other parameters provided to
|
|
823
|
+
# {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#search_features FeaturestoreService.SearchFeatures}, except `page_size`, must
|
|
824
|
+
# match the call that provided the page token.
|
|
825
|
+
class SearchFeaturesRequest
|
|
826
|
+
include ::Google::Protobuf::MessageExts
|
|
827
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
828
|
+
end
|
|
829
|
+
|
|
830
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#search_features FeaturestoreService.SearchFeatures}.
|
|
831
|
+
# @!attribute [rw] features
|
|
832
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::Feature>]
|
|
833
|
+
# The Features matching the request.
|
|
834
|
+
#
|
|
835
|
+
# Fields returned:
|
|
836
|
+
#
|
|
837
|
+
# * `name`
|
|
838
|
+
# * `description`
|
|
839
|
+
# * `labels`
|
|
840
|
+
# * `create_time`
|
|
841
|
+
# * `update_time`
|
|
842
|
+
# @!attribute [rw] next_page_token
|
|
843
|
+
# @return [::String]
|
|
844
|
+
# A token, which can be sent as {::Google::Cloud::AIPlatform::V1::SearchFeaturesRequest#page_token SearchFeaturesRequest.page_token} to
|
|
845
|
+
# retrieve the next page.
|
|
846
|
+
# If this field is omitted, there are no subsequent pages.
|
|
847
|
+
class SearchFeaturesResponse
|
|
848
|
+
include ::Google::Protobuf::MessageExts
|
|
849
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
850
|
+
end
|
|
851
|
+
|
|
852
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#update_feature FeaturestoreService.UpdateFeature}.
|
|
853
|
+
# @!attribute [rw] feature
|
|
854
|
+
# @return [::Google::Cloud::AIPlatform::V1::Feature]
|
|
855
|
+
# Required. The Feature's `name` field is used to identify the Feature to be
|
|
856
|
+
# updated.
|
|
857
|
+
# Format:
|
|
858
|
+
# `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}`
|
|
859
|
+
# @!attribute [rw] update_mask
|
|
860
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
861
|
+
# Field mask is used to specify the fields to be overwritten in the
|
|
862
|
+
# Features resource by the update.
|
|
863
|
+
# The fields specified in the update_mask are relative to the resource, not
|
|
864
|
+
# the full request. A field will be overwritten if it is in the mask. If the
|
|
865
|
+
# user does not provide a mask then only the non-empty fields present in the
|
|
866
|
+
# request will be overwritten. Set the update_mask to `*` to override all
|
|
867
|
+
# fields.
|
|
868
|
+
#
|
|
869
|
+
# Updatable fields:
|
|
870
|
+
#
|
|
871
|
+
# * `description`
|
|
872
|
+
# * `labels`
|
|
873
|
+
# * `monitoring_config.snapshot_analysis.disabled`
|
|
874
|
+
# * `monitoring_config.snapshot_analysis.monitoring_interval`
|
|
875
|
+
class UpdateFeatureRequest
|
|
876
|
+
include ::Google::Protobuf::MessageExts
|
|
877
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
878
|
+
end
|
|
879
|
+
|
|
880
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::FeaturestoreService::Client#delete_feature FeaturestoreService.DeleteFeature}.
|
|
881
|
+
# @!attribute [rw] name
|
|
882
|
+
# @return [::String]
|
|
883
|
+
# Required. The name of the Features to be deleted.
|
|
884
|
+
# Format:
|
|
885
|
+
# `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}`
|
|
886
|
+
class DeleteFeatureRequest
|
|
887
|
+
include ::Google::Protobuf::MessageExts
|
|
888
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
889
|
+
end
|
|
890
|
+
|
|
891
|
+
# Details of operations that perform create Featurestore.
|
|
892
|
+
# @!attribute [rw] generic_metadata
|
|
893
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
894
|
+
# Operation metadata for Featurestore.
|
|
895
|
+
class CreateFeaturestoreOperationMetadata
|
|
896
|
+
include ::Google::Protobuf::MessageExts
|
|
897
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
898
|
+
end
|
|
899
|
+
|
|
900
|
+
# Details of operations that perform update Featurestore.
|
|
901
|
+
# @!attribute [rw] generic_metadata
|
|
902
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
903
|
+
# Operation metadata for Featurestore.
|
|
904
|
+
class UpdateFeaturestoreOperationMetadata
|
|
905
|
+
include ::Google::Protobuf::MessageExts
|
|
906
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
907
|
+
end
|
|
908
|
+
|
|
909
|
+
# Details of operations that perform import Feature values.
|
|
910
|
+
# @!attribute [rw] generic_metadata
|
|
911
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
912
|
+
# Operation metadata for Featurestore import Feature values.
|
|
913
|
+
# @!attribute [rw] imported_entity_count
|
|
914
|
+
# @return [::Integer]
|
|
915
|
+
# Number of entities that have been imported by the operation.
|
|
916
|
+
# @!attribute [rw] imported_feature_value_count
|
|
917
|
+
# @return [::Integer]
|
|
918
|
+
# Number of Feature values that have been imported by the operation.
|
|
919
|
+
# @!attribute [rw] invalid_row_count
|
|
920
|
+
# @return [::Integer]
|
|
921
|
+
# The number of rows in input source that weren't imported due to either
|
|
922
|
+
# * Not having any featureValues.
|
|
923
|
+
# * Having a null entityId.
|
|
924
|
+
# * Having a null timestamp.
|
|
925
|
+
# * Not being parsable (applicable for CSV sources).
|
|
926
|
+
class ImportFeatureValuesOperationMetadata
|
|
927
|
+
include ::Google::Protobuf::MessageExts
|
|
928
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
929
|
+
end
|
|
930
|
+
|
|
931
|
+
# Details of operations that exports Features values.
|
|
932
|
+
# @!attribute [rw] generic_metadata
|
|
933
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
934
|
+
# Operation metadata for Featurestore export Feature values.
|
|
935
|
+
class ExportFeatureValuesOperationMetadata
|
|
936
|
+
include ::Google::Protobuf::MessageExts
|
|
937
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
938
|
+
end
|
|
939
|
+
|
|
940
|
+
# Details of operations that batch reads Feature values.
|
|
941
|
+
# @!attribute [rw] generic_metadata
|
|
942
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
943
|
+
# Operation metadata for Featurestore batch read Features values.
|
|
944
|
+
class BatchReadFeatureValuesOperationMetadata
|
|
945
|
+
include ::Google::Protobuf::MessageExts
|
|
946
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
947
|
+
end
|
|
948
|
+
|
|
949
|
+
# Details of operations that perform create EntityType.
|
|
950
|
+
# @!attribute [rw] generic_metadata
|
|
951
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
952
|
+
# Operation metadata for EntityType.
|
|
953
|
+
class CreateEntityTypeOperationMetadata
|
|
954
|
+
include ::Google::Protobuf::MessageExts
|
|
955
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
956
|
+
end
|
|
957
|
+
|
|
958
|
+
# Details of operations that perform create Feature.
|
|
959
|
+
# @!attribute [rw] generic_metadata
|
|
960
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
961
|
+
# Operation metadata for Feature.
|
|
962
|
+
class CreateFeatureOperationMetadata
|
|
963
|
+
include ::Google::Protobuf::MessageExts
|
|
964
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
965
|
+
end
|
|
966
|
+
|
|
967
|
+
# Details of operations that perform batch create Features.
|
|
968
|
+
# @!attribute [rw] generic_metadata
|
|
969
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
970
|
+
# Operation metadata for Feature.
|
|
971
|
+
class BatchCreateFeaturesOperationMetadata
|
|
972
|
+
include ::Google::Protobuf::MessageExts
|
|
973
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
974
|
+
end
|
|
975
|
+
end
|
|
976
|
+
end
|
|
977
|
+
end
|
|
978
|
+
end
|