Sha256: 875af995b3484c4f22d71ca1f0e5290f9d65321b043557340e54234808b953fe
Contents?: true
Size: 1.96 KB
Versions: 61
Compression:
Stored size: 1.96 KB
Contents
# frozen_string_literal: true # Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # Auto-generated by gapic-generator-ruby. DO NOT EDIT! module Google module Cloud module AIPlatform module V1 module Schema module TrainingJob module Definition # Configuration for exporting test set predictions to a BigQuery table. # @!attribute [rw] destination_bigquery_uri # @return [::String] # URI of desired destination BigQuery table. Expected format: # bq://<project_id>:<dataset_id>:<table> # # If not specified, then results are exported to the following auto-created # BigQuery table: # <project_id>:export_evaluated_examples_<model_name>_<yyyy_MM_dd'T'HH_mm_ss_SSS'Z'>.evaluated_examples # @!attribute [rw] override_existing_table # @return [::Boolean] # If true and an export destination is specified, then the contents of the # destination are overwritten. Otherwise, if the export destination already # exists, then the export operation fails. class ExportEvaluatedDataItemsConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end end end end end end
Version data entries
61 entries across 61 versions & 1 rubygems
Version | Path |
---|---|
google-cloud-ai_platform-v1-0.1.0 | proto_docs/google/cloud/aiplatform/v1/schema/trainingjob/definition/export_evaluated_data_items_config.rb |