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,706 @@
|
|
|
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::TensorboardService::Client#create_tensorboard TensorboardService.CreateTensorboard}.
|
|
25
|
+
# @!attribute [rw] parent
|
|
26
|
+
# @return [::String]
|
|
27
|
+
# Required. The resource name of the Location to create the Tensorboard in.
|
|
28
|
+
# Format: `projects/{project}/locations/{location}`
|
|
29
|
+
# @!attribute [rw] tensorboard
|
|
30
|
+
# @return [::Google::Cloud::AIPlatform::V1::Tensorboard]
|
|
31
|
+
# Required. The Tensorboard to create.
|
|
32
|
+
class CreateTensorboardRequest
|
|
33
|
+
include ::Google::Protobuf::MessageExts
|
|
34
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#get_tensorboard TensorboardService.GetTensorboard}.
|
|
38
|
+
# @!attribute [rw] name
|
|
39
|
+
# @return [::String]
|
|
40
|
+
# Required. The name of the Tensorboard resource.
|
|
41
|
+
# Format:
|
|
42
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
|
|
43
|
+
class GetTensorboardRequest
|
|
44
|
+
include ::Google::Protobuf::MessageExts
|
|
45
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#list_tensorboards TensorboardService.ListTensorboards}.
|
|
49
|
+
# @!attribute [rw] parent
|
|
50
|
+
# @return [::String]
|
|
51
|
+
# Required. The resource name of the Location to list Tensorboards.
|
|
52
|
+
# Format:
|
|
53
|
+
# `projects/{project}/locations/{location}`
|
|
54
|
+
# @!attribute [rw] filter
|
|
55
|
+
# @return [::String]
|
|
56
|
+
# Lists the Tensorboards that match the filter expression.
|
|
57
|
+
# @!attribute [rw] page_size
|
|
58
|
+
# @return [::Integer]
|
|
59
|
+
# The maximum number of Tensorboards to return. The service may return
|
|
60
|
+
# fewer than this value. If unspecified, at most 100 Tensorboards will be
|
|
61
|
+
# returned. The maximum value is 100; values above 100 will be coerced to
|
|
62
|
+
# 100.
|
|
63
|
+
# @!attribute [rw] page_token
|
|
64
|
+
# @return [::String]
|
|
65
|
+
# A page token, received from a previous
|
|
66
|
+
# {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#list_tensorboards TensorboardService.ListTensorboards} call.
|
|
67
|
+
# Provide this to retrieve the subsequent page.
|
|
68
|
+
#
|
|
69
|
+
# When paginating, all other parameters provided to
|
|
70
|
+
# {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#list_tensorboards TensorboardService.ListTensorboards} must
|
|
71
|
+
# match the call that provided the page token.
|
|
72
|
+
# @!attribute [rw] order_by
|
|
73
|
+
# @return [::String]
|
|
74
|
+
# Field to use to sort the list.
|
|
75
|
+
# @!attribute [rw] read_mask
|
|
76
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
77
|
+
# Mask specifying which fields to read.
|
|
78
|
+
class ListTensorboardsRequest
|
|
79
|
+
include ::Google::Protobuf::MessageExts
|
|
80
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
81
|
+
end
|
|
82
|
+
|
|
83
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#list_tensorboards TensorboardService.ListTensorboards}.
|
|
84
|
+
# @!attribute [rw] tensorboards
|
|
85
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::Tensorboard>]
|
|
86
|
+
# The Tensorboards mathching the request.
|
|
87
|
+
# @!attribute [rw] next_page_token
|
|
88
|
+
# @return [::String]
|
|
89
|
+
# A token, which can be sent as {::Google::Cloud::AIPlatform::V1::ListTensorboardsRequest#page_token ListTensorboardsRequest.page_token}
|
|
90
|
+
# to retrieve the next page. If this field is omitted, there are no
|
|
91
|
+
# subsequent pages.
|
|
92
|
+
class ListTensorboardsResponse
|
|
93
|
+
include ::Google::Protobuf::MessageExts
|
|
94
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
95
|
+
end
|
|
96
|
+
|
|
97
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#update_tensorboard TensorboardService.UpdateTensorboard}.
|
|
98
|
+
# @!attribute [rw] update_mask
|
|
99
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
100
|
+
# Required. Field mask is used to specify the fields to be overwritten in the
|
|
101
|
+
# Tensorboard resource by the update.
|
|
102
|
+
# The fields specified in the update_mask are relative to the resource, not
|
|
103
|
+
# the full request. A field will be overwritten if it is in the mask. If the
|
|
104
|
+
# user does not provide a mask then all fields will be overwritten if new
|
|
105
|
+
# values are specified.
|
|
106
|
+
# @!attribute [rw] tensorboard
|
|
107
|
+
# @return [::Google::Cloud::AIPlatform::V1::Tensorboard]
|
|
108
|
+
# Required. The Tensorboard's `name` field is used to identify the
|
|
109
|
+
# Tensorboard to be updated. Format:
|
|
110
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
|
|
111
|
+
class UpdateTensorboardRequest
|
|
112
|
+
include ::Google::Protobuf::MessageExts
|
|
113
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
114
|
+
end
|
|
115
|
+
|
|
116
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#delete_tensorboard TensorboardService.DeleteTensorboard}.
|
|
117
|
+
# @!attribute [rw] name
|
|
118
|
+
# @return [::String]
|
|
119
|
+
# Required. The name of the Tensorboard to be deleted.
|
|
120
|
+
# Format:
|
|
121
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
|
|
122
|
+
class DeleteTensorboardRequest
|
|
123
|
+
include ::Google::Protobuf::MessageExts
|
|
124
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
125
|
+
end
|
|
126
|
+
|
|
127
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#create_tensorboard_experiment TensorboardService.CreateTensorboardExperiment}.
|
|
128
|
+
# @!attribute [rw] parent
|
|
129
|
+
# @return [::String]
|
|
130
|
+
# Required. The resource name of the Tensorboard to create the TensorboardExperiment
|
|
131
|
+
# in. Format:
|
|
132
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
|
|
133
|
+
# @!attribute [rw] tensorboard_experiment
|
|
134
|
+
# @return [::Google::Cloud::AIPlatform::V1::TensorboardExperiment]
|
|
135
|
+
# The TensorboardExperiment to create.
|
|
136
|
+
# @!attribute [rw] tensorboard_experiment_id
|
|
137
|
+
# @return [::String]
|
|
138
|
+
# Required. The ID to use for the Tensorboard experiment, which will become the final
|
|
139
|
+
# component of the Tensorboard experiment's resource name.
|
|
140
|
+
#
|
|
141
|
+
# This value should be 1-128 characters, and valid characters
|
|
142
|
+
# are /[a-z][0-9]-/.
|
|
143
|
+
class CreateTensorboardExperimentRequest
|
|
144
|
+
include ::Google::Protobuf::MessageExts
|
|
145
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
146
|
+
end
|
|
147
|
+
|
|
148
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#get_tensorboard_experiment TensorboardService.GetTensorboardExperiment}.
|
|
149
|
+
# @!attribute [rw] name
|
|
150
|
+
# @return [::String]
|
|
151
|
+
# Required. The name of the TensorboardExperiment resource.
|
|
152
|
+
# Format:
|
|
153
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
|
|
154
|
+
class GetTensorboardExperimentRequest
|
|
155
|
+
include ::Google::Protobuf::MessageExts
|
|
156
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
157
|
+
end
|
|
158
|
+
|
|
159
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#list_tensorboard_experiments TensorboardService.ListTensorboardExperiments}.
|
|
160
|
+
# @!attribute [rw] parent
|
|
161
|
+
# @return [::String]
|
|
162
|
+
# Required. The resource name of the Tensorboard to list TensorboardExperiments.
|
|
163
|
+
# Format:
|
|
164
|
+
# 'projects/\\{project}/locations/\\{location}/tensorboards/\\{tensorboard}'
|
|
165
|
+
# @!attribute [rw] filter
|
|
166
|
+
# @return [::String]
|
|
167
|
+
# Lists the TensorboardExperiments that match the filter expression.
|
|
168
|
+
# @!attribute [rw] page_size
|
|
169
|
+
# @return [::Integer]
|
|
170
|
+
# The maximum number of TensorboardExperiments to return. The service may
|
|
171
|
+
# return fewer than this value. If unspecified, at most 50
|
|
172
|
+
# TensorboardExperiments will be returned. The maximum value is 1000; values
|
|
173
|
+
# above 1000 will be coerced to 1000.
|
|
174
|
+
# @!attribute [rw] page_token
|
|
175
|
+
# @return [::String]
|
|
176
|
+
# A page token, received from a previous
|
|
177
|
+
# {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#list_tensorboard_experiments TensorboardService.ListTensorboardExperiments} call.
|
|
178
|
+
# Provide this to retrieve the subsequent page.
|
|
179
|
+
#
|
|
180
|
+
# When paginating, all other parameters provided to
|
|
181
|
+
# {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#list_tensorboard_experiments TensorboardService.ListTensorboardExperiments} must
|
|
182
|
+
# match the call that provided the page token.
|
|
183
|
+
# @!attribute [rw] order_by
|
|
184
|
+
# @return [::String]
|
|
185
|
+
# Field to use to sort the list.
|
|
186
|
+
# @!attribute [rw] read_mask
|
|
187
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
188
|
+
# Mask specifying which fields to read.
|
|
189
|
+
class ListTensorboardExperimentsRequest
|
|
190
|
+
include ::Google::Protobuf::MessageExts
|
|
191
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
192
|
+
end
|
|
193
|
+
|
|
194
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#list_tensorboard_experiments TensorboardService.ListTensorboardExperiments}.
|
|
195
|
+
# @!attribute [rw] tensorboard_experiments
|
|
196
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::TensorboardExperiment>]
|
|
197
|
+
# The TensorboardExperiments mathching the request.
|
|
198
|
+
# @!attribute [rw] next_page_token
|
|
199
|
+
# @return [::String]
|
|
200
|
+
# A token, which can be sent as
|
|
201
|
+
# {::Google::Cloud::AIPlatform::V1::ListTensorboardExperimentsRequest#page_token ListTensorboardExperimentsRequest.page_token} to retrieve the next page.
|
|
202
|
+
# If this field is omitted, there are no subsequent pages.
|
|
203
|
+
class ListTensorboardExperimentsResponse
|
|
204
|
+
include ::Google::Protobuf::MessageExts
|
|
205
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
206
|
+
end
|
|
207
|
+
|
|
208
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#update_tensorboard_experiment TensorboardService.UpdateTensorboardExperiment}.
|
|
209
|
+
# @!attribute [rw] update_mask
|
|
210
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
211
|
+
# Required. Field mask is used to specify the fields to be overwritten in the
|
|
212
|
+
# TensorboardExperiment resource by the update.
|
|
213
|
+
# The fields specified in the update_mask are relative to the resource, not
|
|
214
|
+
# the full request. A field will be overwritten if it is in the mask. If the
|
|
215
|
+
# user does not provide a mask then all fields will be overwritten if new
|
|
216
|
+
# values are specified.
|
|
217
|
+
# @!attribute [rw] tensorboard_experiment
|
|
218
|
+
# @return [::Google::Cloud::AIPlatform::V1::TensorboardExperiment]
|
|
219
|
+
# Required. The TensorboardExperiment's `name` field is used to identify the
|
|
220
|
+
# TensorboardExperiment to be updated. Format:
|
|
221
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
|
|
222
|
+
class UpdateTensorboardExperimentRequest
|
|
223
|
+
include ::Google::Protobuf::MessageExts
|
|
224
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
225
|
+
end
|
|
226
|
+
|
|
227
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#delete_tensorboard_experiment TensorboardService.DeleteTensorboardExperiment}.
|
|
228
|
+
# @!attribute [rw] name
|
|
229
|
+
# @return [::String]
|
|
230
|
+
# Required. The name of the TensorboardExperiment to be deleted.
|
|
231
|
+
# Format:
|
|
232
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
|
|
233
|
+
class DeleteTensorboardExperimentRequest
|
|
234
|
+
include ::Google::Protobuf::MessageExts
|
|
235
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
236
|
+
end
|
|
237
|
+
|
|
238
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#batch_create_tensorboard_runs TensorboardService.BatchCreateTensorboardRuns}.
|
|
239
|
+
# @!attribute [rw] parent
|
|
240
|
+
# @return [::String]
|
|
241
|
+
# Required. The resource name of the TensorboardExperiment to create the
|
|
242
|
+
# TensorboardRuns in. Format:
|
|
243
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
|
|
244
|
+
# The parent field in the CreateTensorboardRunRequest messages must match
|
|
245
|
+
# this field.
|
|
246
|
+
# @!attribute [rw] requests
|
|
247
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::CreateTensorboardRunRequest>]
|
|
248
|
+
# Required. The request message specifying the TensorboardRuns to create.
|
|
249
|
+
# A maximum of 1000 TensorboardRuns can be created in a batch.
|
|
250
|
+
class BatchCreateTensorboardRunsRequest
|
|
251
|
+
include ::Google::Protobuf::MessageExts
|
|
252
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
253
|
+
end
|
|
254
|
+
|
|
255
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#batch_create_tensorboard_runs TensorboardService.BatchCreateTensorboardRuns}.
|
|
256
|
+
# @!attribute [rw] tensorboard_runs
|
|
257
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::TensorboardRun>]
|
|
258
|
+
# The created TensorboardRuns.
|
|
259
|
+
class BatchCreateTensorboardRunsResponse
|
|
260
|
+
include ::Google::Protobuf::MessageExts
|
|
261
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
262
|
+
end
|
|
263
|
+
|
|
264
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#create_tensorboard_run TensorboardService.CreateTensorboardRun}.
|
|
265
|
+
# @!attribute [rw] parent
|
|
266
|
+
# @return [::String]
|
|
267
|
+
# Required. The resource name of the TensorboardExperiment to create the TensorboardRun
|
|
268
|
+
# in. Format:
|
|
269
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
|
|
270
|
+
# @!attribute [rw] tensorboard_run
|
|
271
|
+
# @return [::Google::Cloud::AIPlatform::V1::TensorboardRun]
|
|
272
|
+
# Required. The TensorboardRun to create.
|
|
273
|
+
# @!attribute [rw] tensorboard_run_id
|
|
274
|
+
# @return [::String]
|
|
275
|
+
# Required. The ID to use for the Tensorboard run, which will become the final
|
|
276
|
+
# component of the Tensorboard run's resource name.
|
|
277
|
+
#
|
|
278
|
+
# This value should be 1-128 characters, and valid characters
|
|
279
|
+
# are /[a-z][0-9]-/.
|
|
280
|
+
class CreateTensorboardRunRequest
|
|
281
|
+
include ::Google::Protobuf::MessageExts
|
|
282
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
283
|
+
end
|
|
284
|
+
|
|
285
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#get_tensorboard_run TensorboardService.GetTensorboardRun}.
|
|
286
|
+
# @!attribute [rw] name
|
|
287
|
+
# @return [::String]
|
|
288
|
+
# Required. The name of the TensorboardRun resource.
|
|
289
|
+
# Format:
|
|
290
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
|
|
291
|
+
class GetTensorboardRunRequest
|
|
292
|
+
include ::Google::Protobuf::MessageExts
|
|
293
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
294
|
+
end
|
|
295
|
+
|
|
296
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#read_tensorboard_blob_data TensorboardService.ReadTensorboardBlobData}.
|
|
297
|
+
# @!attribute [rw] time_series
|
|
298
|
+
# @return [::String]
|
|
299
|
+
# Required. The resource name of the TensorboardTimeSeries to list Blobs.
|
|
300
|
+
# Format:
|
|
301
|
+
# 'projects/\\{project}/locations/\\{location}/tensorboards/\\{tensorboard}/experiments/\\{experiment}/runs/\\{run}/timeSeries/\\{time_series}'
|
|
302
|
+
# @!attribute [rw] blob_ids
|
|
303
|
+
# @return [::Array<::String>]
|
|
304
|
+
# IDs of the blobs to read.
|
|
305
|
+
class ReadTensorboardBlobDataRequest
|
|
306
|
+
include ::Google::Protobuf::MessageExts
|
|
307
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
308
|
+
end
|
|
309
|
+
|
|
310
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#read_tensorboard_blob_data TensorboardService.ReadTensorboardBlobData}.
|
|
311
|
+
# @!attribute [rw] blobs
|
|
312
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::TensorboardBlob>]
|
|
313
|
+
# Blob messages containing blob bytes.
|
|
314
|
+
class ReadTensorboardBlobDataResponse
|
|
315
|
+
include ::Google::Protobuf::MessageExts
|
|
316
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
317
|
+
end
|
|
318
|
+
|
|
319
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#list_tensorboard_runs TensorboardService.ListTensorboardRuns}.
|
|
320
|
+
# @!attribute [rw] parent
|
|
321
|
+
# @return [::String]
|
|
322
|
+
# Required. The resource name of the TensorboardExperiment to list TensorboardRuns.
|
|
323
|
+
# Format:
|
|
324
|
+
# 'projects/\\{project}/locations/\\{location}/tensorboards/\\{tensorboard}/experiments/\\{experiment}'
|
|
325
|
+
# @!attribute [rw] filter
|
|
326
|
+
# @return [::String]
|
|
327
|
+
# Lists the TensorboardRuns that match the filter expression.
|
|
328
|
+
# @!attribute [rw] page_size
|
|
329
|
+
# @return [::Integer]
|
|
330
|
+
# The maximum number of TensorboardRuns to return. The service may return
|
|
331
|
+
# fewer than this value. If unspecified, at most 50 TensorboardRuns will be
|
|
332
|
+
# returned. The maximum value is 1000; values above 1000 will be coerced to
|
|
333
|
+
# 1000.
|
|
334
|
+
# @!attribute [rw] page_token
|
|
335
|
+
# @return [::String]
|
|
336
|
+
# A page token, received from a previous
|
|
337
|
+
# {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#list_tensorboard_runs TensorboardService.ListTensorboardRuns} call.
|
|
338
|
+
# Provide this to retrieve the subsequent page.
|
|
339
|
+
#
|
|
340
|
+
# When paginating, all other parameters provided to
|
|
341
|
+
# {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#list_tensorboard_runs TensorboardService.ListTensorboardRuns} must
|
|
342
|
+
# match the call that provided the page token.
|
|
343
|
+
# @!attribute [rw] order_by
|
|
344
|
+
# @return [::String]
|
|
345
|
+
# Field to use to sort the list.
|
|
346
|
+
# @!attribute [rw] read_mask
|
|
347
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
348
|
+
# Mask specifying which fields to read.
|
|
349
|
+
class ListTensorboardRunsRequest
|
|
350
|
+
include ::Google::Protobuf::MessageExts
|
|
351
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
352
|
+
end
|
|
353
|
+
|
|
354
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#list_tensorboard_runs TensorboardService.ListTensorboardRuns}.
|
|
355
|
+
# @!attribute [rw] tensorboard_runs
|
|
356
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::TensorboardRun>]
|
|
357
|
+
# The TensorboardRuns mathching the request.
|
|
358
|
+
# @!attribute [rw] next_page_token
|
|
359
|
+
# @return [::String]
|
|
360
|
+
# A token, which can be sent as {::Google::Cloud::AIPlatform::V1::ListTensorboardRunsRequest#page_token ListTensorboardRunsRequest.page_token} to
|
|
361
|
+
# retrieve the next page.
|
|
362
|
+
# If this field is omitted, there are no subsequent pages.
|
|
363
|
+
class ListTensorboardRunsResponse
|
|
364
|
+
include ::Google::Protobuf::MessageExts
|
|
365
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
366
|
+
end
|
|
367
|
+
|
|
368
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#update_tensorboard_run TensorboardService.UpdateTensorboardRun}.
|
|
369
|
+
# @!attribute [rw] update_mask
|
|
370
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
371
|
+
# Required. Field mask is used to specify the fields to be overwritten in the
|
|
372
|
+
# TensorboardRun resource by the update.
|
|
373
|
+
# The fields specified in the update_mask are relative to the resource, not
|
|
374
|
+
# the full request. A field will be overwritten if it is in the mask. If the
|
|
375
|
+
# user does not provide a mask then all fields will be overwritten if new
|
|
376
|
+
# values are specified.
|
|
377
|
+
# @!attribute [rw] tensorboard_run
|
|
378
|
+
# @return [::Google::Cloud::AIPlatform::V1::TensorboardRun]
|
|
379
|
+
# Required. The TensorboardRun's `name` field is used to identify the TensorboardRun to
|
|
380
|
+
# be updated. Format:
|
|
381
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
|
|
382
|
+
class UpdateTensorboardRunRequest
|
|
383
|
+
include ::Google::Protobuf::MessageExts
|
|
384
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
385
|
+
end
|
|
386
|
+
|
|
387
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#delete_tensorboard_run TensorboardService.DeleteTensorboardRun}.
|
|
388
|
+
# @!attribute [rw] name
|
|
389
|
+
# @return [::String]
|
|
390
|
+
# Required. The name of the TensorboardRun to be deleted.
|
|
391
|
+
# Format:
|
|
392
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
|
|
393
|
+
class DeleteTensorboardRunRequest
|
|
394
|
+
include ::Google::Protobuf::MessageExts
|
|
395
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
396
|
+
end
|
|
397
|
+
|
|
398
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#batch_create_tensorboard_time_series TensorboardService.BatchCreateTensorboardTimeSeries}.
|
|
399
|
+
# @!attribute [rw] parent
|
|
400
|
+
# @return [::String]
|
|
401
|
+
# Required. The resource name of the TensorboardExperiment to create the
|
|
402
|
+
# TensorboardTimeSeries in.
|
|
403
|
+
# Format:
|
|
404
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
|
|
405
|
+
# The TensorboardRuns referenced by the parent fields in the
|
|
406
|
+
# CreateTensorboardTimeSeriesRequest messages must be sub resources of this
|
|
407
|
+
# TensorboardExperiment.
|
|
408
|
+
# @!attribute [rw] requests
|
|
409
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::CreateTensorboardTimeSeriesRequest>]
|
|
410
|
+
# Required. The request message specifying the TensorboardTimeSeries to create.
|
|
411
|
+
# A maximum of 1000 TensorboardTimeSeries can be created in a batch.
|
|
412
|
+
class BatchCreateTensorboardTimeSeriesRequest
|
|
413
|
+
include ::Google::Protobuf::MessageExts
|
|
414
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
415
|
+
end
|
|
416
|
+
|
|
417
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#batch_create_tensorboard_time_series TensorboardService.BatchCreateTensorboardTimeSeries}.
|
|
418
|
+
# @!attribute [rw] tensorboard_time_series
|
|
419
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::TensorboardTimeSeries>]
|
|
420
|
+
# The created TensorboardTimeSeries.
|
|
421
|
+
class BatchCreateTensorboardTimeSeriesResponse
|
|
422
|
+
include ::Google::Protobuf::MessageExts
|
|
423
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
424
|
+
end
|
|
425
|
+
|
|
426
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#create_tensorboard_time_series TensorboardService.CreateTensorboardTimeSeries}.
|
|
427
|
+
# @!attribute [rw] parent
|
|
428
|
+
# @return [::String]
|
|
429
|
+
# Required. The resource name of the TensorboardRun to create the
|
|
430
|
+
# TensorboardTimeSeries in.
|
|
431
|
+
# Format:
|
|
432
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
|
|
433
|
+
# @!attribute [rw] tensorboard_time_series_id
|
|
434
|
+
# @return [::String]
|
|
435
|
+
# Optional. The user specified unique ID to use for the TensorboardTimeSeries, which
|
|
436
|
+
# will become the final component of the TensorboardTimeSeries's resource
|
|
437
|
+
# name.
|
|
438
|
+
# This value should match "[a-z0-9][a-z0-9-]\\{0, 127}"
|
|
439
|
+
# @!attribute [rw] tensorboard_time_series
|
|
440
|
+
# @return [::Google::Cloud::AIPlatform::V1::TensorboardTimeSeries]
|
|
441
|
+
# Required. The TensorboardTimeSeries to create.
|
|
442
|
+
class CreateTensorboardTimeSeriesRequest
|
|
443
|
+
include ::Google::Protobuf::MessageExts
|
|
444
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
445
|
+
end
|
|
446
|
+
|
|
447
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#get_tensorboard_time_series TensorboardService.GetTensorboardTimeSeries}.
|
|
448
|
+
# @!attribute [rw] name
|
|
449
|
+
# @return [::String]
|
|
450
|
+
# Required. The name of the TensorboardTimeSeries resource.
|
|
451
|
+
# Format:
|
|
452
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
|
|
453
|
+
class GetTensorboardTimeSeriesRequest
|
|
454
|
+
include ::Google::Protobuf::MessageExts
|
|
455
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
456
|
+
end
|
|
457
|
+
|
|
458
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#list_tensorboard_time_series TensorboardService.ListTensorboardTimeSeries}.
|
|
459
|
+
# @!attribute [rw] parent
|
|
460
|
+
# @return [::String]
|
|
461
|
+
# Required. The resource name of the TensorboardRun to list TensorboardTimeSeries.
|
|
462
|
+
# Format:
|
|
463
|
+
# 'projects/\\{project}/locations/\\{location}/tensorboards/\\{tensorboard}/experiments/\\{experiment}/runs/\\{run}'
|
|
464
|
+
# @!attribute [rw] filter
|
|
465
|
+
# @return [::String]
|
|
466
|
+
# Lists the TensorboardTimeSeries that match the filter expression.
|
|
467
|
+
# @!attribute [rw] page_size
|
|
468
|
+
# @return [::Integer]
|
|
469
|
+
# The maximum number of TensorboardTimeSeries to return. The service may
|
|
470
|
+
# return fewer than this value. If unspecified, at most 50
|
|
471
|
+
# TensorboardTimeSeries will be returned. The maximum value is 1000; values
|
|
472
|
+
# above 1000 will be coerced to 1000.
|
|
473
|
+
# @!attribute [rw] page_token
|
|
474
|
+
# @return [::String]
|
|
475
|
+
# A page token, received from a previous
|
|
476
|
+
# {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#list_tensorboard_time_series TensorboardService.ListTensorboardTimeSeries} call.
|
|
477
|
+
# Provide this to retrieve the subsequent page.
|
|
478
|
+
#
|
|
479
|
+
# When paginating, all other parameters provided to
|
|
480
|
+
# {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#list_tensorboard_time_series TensorboardService.ListTensorboardTimeSeries} must
|
|
481
|
+
# match the call that provided the page token.
|
|
482
|
+
# @!attribute [rw] order_by
|
|
483
|
+
# @return [::String]
|
|
484
|
+
# Field to use to sort the list.
|
|
485
|
+
# @!attribute [rw] read_mask
|
|
486
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
487
|
+
# Mask specifying which fields to read.
|
|
488
|
+
class ListTensorboardTimeSeriesRequest
|
|
489
|
+
include ::Google::Protobuf::MessageExts
|
|
490
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
491
|
+
end
|
|
492
|
+
|
|
493
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#list_tensorboard_time_series TensorboardService.ListTensorboardTimeSeries}.
|
|
494
|
+
# @!attribute [rw] tensorboard_time_series
|
|
495
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::TensorboardTimeSeries>]
|
|
496
|
+
# The TensorboardTimeSeries mathching the request.
|
|
497
|
+
# @!attribute [rw] next_page_token
|
|
498
|
+
# @return [::String]
|
|
499
|
+
# A token, which can be sent as
|
|
500
|
+
# {::Google::Cloud::AIPlatform::V1::ListTensorboardTimeSeriesRequest#page_token ListTensorboardTimeSeriesRequest.page_token} to retrieve the next page.
|
|
501
|
+
# If this field is omitted, there are no subsequent pages.
|
|
502
|
+
class ListTensorboardTimeSeriesResponse
|
|
503
|
+
include ::Google::Protobuf::MessageExts
|
|
504
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
505
|
+
end
|
|
506
|
+
|
|
507
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#update_tensorboard_time_series TensorboardService.UpdateTensorboardTimeSeries}.
|
|
508
|
+
# @!attribute [rw] update_mask
|
|
509
|
+
# @return [::Google::Protobuf::FieldMask]
|
|
510
|
+
# Required. Field mask is used to specify the fields to be overwritten in the
|
|
511
|
+
# TensorboardTimeSeries resource by the update.
|
|
512
|
+
# The fields specified in the update_mask are relative to the resource, not
|
|
513
|
+
# the full request. A field will be overwritten if it is in the mask. If the
|
|
514
|
+
# user does not provide a mask then all fields will be overwritten if new
|
|
515
|
+
# values are specified.
|
|
516
|
+
# @!attribute [rw] tensorboard_time_series
|
|
517
|
+
# @return [::Google::Cloud::AIPlatform::V1::TensorboardTimeSeries]
|
|
518
|
+
# Required. The TensorboardTimeSeries' `name` field is used to identify the
|
|
519
|
+
# TensorboardTimeSeries to be updated.
|
|
520
|
+
# Format:
|
|
521
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
|
|
522
|
+
class UpdateTensorboardTimeSeriesRequest
|
|
523
|
+
include ::Google::Protobuf::MessageExts
|
|
524
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
525
|
+
end
|
|
526
|
+
|
|
527
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#delete_tensorboard_time_series TensorboardService.DeleteTensorboardTimeSeries}.
|
|
528
|
+
# @!attribute [rw] name
|
|
529
|
+
# @return [::String]
|
|
530
|
+
# Required. The name of the TensorboardTimeSeries to be deleted.
|
|
531
|
+
# Format:
|
|
532
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
|
|
533
|
+
class DeleteTensorboardTimeSeriesRequest
|
|
534
|
+
include ::Google::Protobuf::MessageExts
|
|
535
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
536
|
+
end
|
|
537
|
+
|
|
538
|
+
# Request message for
|
|
539
|
+
# {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#batch_read_tensorboard_time_series_data TensorboardService.BatchReadTensorboardTimeSeriesData}.
|
|
540
|
+
# @!attribute [rw] tensorboard
|
|
541
|
+
# @return [::String]
|
|
542
|
+
# Required. The resource name of the Tensorboard containing TensorboardTimeSeries to
|
|
543
|
+
# read data from. Format:
|
|
544
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}`.
|
|
545
|
+
# The TensorboardTimeSeries referenced by {::Google::Cloud::AIPlatform::V1::BatchReadTensorboardTimeSeriesDataRequest#time_series time_series} must be sub
|
|
546
|
+
# resources of this Tensorboard.
|
|
547
|
+
# @!attribute [rw] time_series
|
|
548
|
+
# @return [::Array<::String>]
|
|
549
|
+
# Required. The resource names of the TensorboardTimeSeries to read data from. Format:
|
|
550
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
|
|
551
|
+
class BatchReadTensorboardTimeSeriesDataRequest
|
|
552
|
+
include ::Google::Protobuf::MessageExts
|
|
553
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
554
|
+
end
|
|
555
|
+
|
|
556
|
+
# Response message for
|
|
557
|
+
# {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#batch_read_tensorboard_time_series_data TensorboardService.BatchReadTensorboardTimeSeriesData}.
|
|
558
|
+
# @!attribute [rw] time_series_data
|
|
559
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::TimeSeriesData>]
|
|
560
|
+
# The returned time series data.
|
|
561
|
+
class BatchReadTensorboardTimeSeriesDataResponse
|
|
562
|
+
include ::Google::Protobuf::MessageExts
|
|
563
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
564
|
+
end
|
|
565
|
+
|
|
566
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#read_tensorboard_time_series_data TensorboardService.ReadTensorboardTimeSeriesData}.
|
|
567
|
+
# @!attribute [rw] tensorboard_time_series
|
|
568
|
+
# @return [::String]
|
|
569
|
+
# Required. The resource name of the TensorboardTimeSeries to read data from.
|
|
570
|
+
# Format:
|
|
571
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
|
|
572
|
+
# @!attribute [rw] max_data_points
|
|
573
|
+
# @return [::Integer]
|
|
574
|
+
# The maximum number of TensorboardTimeSeries' data to return.
|
|
575
|
+
#
|
|
576
|
+
# This value should be a positive integer.
|
|
577
|
+
# This value can be set to -1 to return all data.
|
|
578
|
+
# @!attribute [rw] filter
|
|
579
|
+
# @return [::String]
|
|
580
|
+
# Reads the TensorboardTimeSeries' data that match the filter expression.
|
|
581
|
+
class ReadTensorboardTimeSeriesDataRequest
|
|
582
|
+
include ::Google::Protobuf::MessageExts
|
|
583
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
584
|
+
end
|
|
585
|
+
|
|
586
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#read_tensorboard_time_series_data TensorboardService.ReadTensorboardTimeSeriesData}.
|
|
587
|
+
# @!attribute [rw] time_series_data
|
|
588
|
+
# @return [::Google::Cloud::AIPlatform::V1::TimeSeriesData]
|
|
589
|
+
# The returned time series data.
|
|
590
|
+
class ReadTensorboardTimeSeriesDataResponse
|
|
591
|
+
include ::Google::Protobuf::MessageExts
|
|
592
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
593
|
+
end
|
|
594
|
+
|
|
595
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#write_tensorboard_experiment_data TensorboardService.WriteTensorboardExperimentData}.
|
|
596
|
+
# @!attribute [rw] tensorboard_experiment
|
|
597
|
+
# @return [::String]
|
|
598
|
+
# Required. The resource name of the TensorboardExperiment to write data to.
|
|
599
|
+
# Format:
|
|
600
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
|
|
601
|
+
# @!attribute [rw] write_run_data_requests
|
|
602
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::WriteTensorboardRunDataRequest>]
|
|
603
|
+
# Required. Requests containing per-run TensorboardTimeSeries data to write.
|
|
604
|
+
class WriteTensorboardExperimentDataRequest
|
|
605
|
+
include ::Google::Protobuf::MessageExts
|
|
606
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
607
|
+
end
|
|
608
|
+
|
|
609
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#write_tensorboard_experiment_data TensorboardService.WriteTensorboardExperimentData}.
|
|
610
|
+
class WriteTensorboardExperimentDataResponse
|
|
611
|
+
include ::Google::Protobuf::MessageExts
|
|
612
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
613
|
+
end
|
|
614
|
+
|
|
615
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#write_tensorboard_run_data TensorboardService.WriteTensorboardRunData}.
|
|
616
|
+
# @!attribute [rw] tensorboard_run
|
|
617
|
+
# @return [::String]
|
|
618
|
+
# Required. The resource name of the TensorboardRun to write data to.
|
|
619
|
+
# Format:
|
|
620
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
|
|
621
|
+
# @!attribute [rw] time_series_data
|
|
622
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::TimeSeriesData>]
|
|
623
|
+
# Required. The TensorboardTimeSeries data to write.
|
|
624
|
+
# Values with in a time series are indexed by their step value.
|
|
625
|
+
# Repeated writes to the same step will overwrite the existing value for that
|
|
626
|
+
# step.
|
|
627
|
+
# The upper limit of data points per write request is 5000.
|
|
628
|
+
class WriteTensorboardRunDataRequest
|
|
629
|
+
include ::Google::Protobuf::MessageExts
|
|
630
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
631
|
+
end
|
|
632
|
+
|
|
633
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#write_tensorboard_run_data TensorboardService.WriteTensorboardRunData}.
|
|
634
|
+
class WriteTensorboardRunDataResponse
|
|
635
|
+
include ::Google::Protobuf::MessageExts
|
|
636
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
637
|
+
end
|
|
638
|
+
|
|
639
|
+
# Request message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#export_tensorboard_time_series_data TensorboardService.ExportTensorboardTimeSeriesData}.
|
|
640
|
+
# @!attribute [rw] tensorboard_time_series
|
|
641
|
+
# @return [::String]
|
|
642
|
+
# Required. The resource name of the TensorboardTimeSeries to export data from.
|
|
643
|
+
# Format:
|
|
644
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
|
|
645
|
+
# @!attribute [rw] filter
|
|
646
|
+
# @return [::String]
|
|
647
|
+
# Exports the TensorboardTimeSeries' data that match the filter expression.
|
|
648
|
+
# @!attribute [rw] page_size
|
|
649
|
+
# @return [::Integer]
|
|
650
|
+
# The maximum number of data points to return per page.
|
|
651
|
+
# The default page_size will be 1000. Values must be between 1 and 10000.
|
|
652
|
+
# Values above 10000 will be coerced to 10000.
|
|
653
|
+
# @!attribute [rw] page_token
|
|
654
|
+
# @return [::String]
|
|
655
|
+
# A page token, received from a previous
|
|
656
|
+
# [TensorboardService.ExportTensorboardTimeSeries][] call.
|
|
657
|
+
# Provide this to retrieve the subsequent page.
|
|
658
|
+
#
|
|
659
|
+
# When paginating, all other parameters provided to
|
|
660
|
+
# [TensorboardService.ExportTensorboardTimeSeries][] must
|
|
661
|
+
# match the call that provided the page token.
|
|
662
|
+
# @!attribute [rw] order_by
|
|
663
|
+
# @return [::String]
|
|
664
|
+
# Field to use to sort the TensorboardTimeSeries' data.
|
|
665
|
+
# By default, TensorboardTimeSeries' data will be returned in a pseudo random
|
|
666
|
+
# order.
|
|
667
|
+
class ExportTensorboardTimeSeriesDataRequest
|
|
668
|
+
include ::Google::Protobuf::MessageExts
|
|
669
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
670
|
+
end
|
|
671
|
+
|
|
672
|
+
# Response message for {::Google::Cloud::AIPlatform::V1::TensorboardService::Client#export_tensorboard_time_series_data TensorboardService.ExportTensorboardTimeSeriesData}.
|
|
673
|
+
# @!attribute [rw] time_series_data_points
|
|
674
|
+
# @return [::Array<::Google::Cloud::AIPlatform::V1::TimeSeriesDataPoint>]
|
|
675
|
+
# The returned time series data points.
|
|
676
|
+
# @!attribute [rw] next_page_token
|
|
677
|
+
# @return [::String]
|
|
678
|
+
# A token, which can be sent as
|
|
679
|
+
# [ExportTensorboardTimeSeriesRequest.page_token][] to retrieve the next
|
|
680
|
+
# page. If this field is omitted, there are no subsequent pages.
|
|
681
|
+
class ExportTensorboardTimeSeriesDataResponse
|
|
682
|
+
include ::Google::Protobuf::MessageExts
|
|
683
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
684
|
+
end
|
|
685
|
+
|
|
686
|
+
# Details of operations that perform create Tensorboard.
|
|
687
|
+
# @!attribute [rw] generic_metadata
|
|
688
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
689
|
+
# Operation metadata for Tensorboard.
|
|
690
|
+
class CreateTensorboardOperationMetadata
|
|
691
|
+
include ::Google::Protobuf::MessageExts
|
|
692
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
693
|
+
end
|
|
694
|
+
|
|
695
|
+
# Details of operations that perform update Tensorboard.
|
|
696
|
+
# @!attribute [rw] generic_metadata
|
|
697
|
+
# @return [::Google::Cloud::AIPlatform::V1::GenericOperationMetadata]
|
|
698
|
+
# Operation metadata for Tensorboard.
|
|
699
|
+
class UpdateTensorboardOperationMetadata
|
|
700
|
+
include ::Google::Protobuf::MessageExts
|
|
701
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
702
|
+
end
|
|
703
|
+
end
|
|
704
|
+
end
|
|
705
|
+
end
|
|
706
|
+
end
|