NAME
Google::Cloud::Bigquery::V2::GenAiStats::GenAiFunctionErrorStats - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Bigquery::V2::GenAiStats;
my $msg = Google::Cloud::Bigquery::V2::GenAiStats::GenAiFunctionErrorStats->new(
errors => $value,
);
FIELDS
errors
Type: String
num_failed_rows
Type: Int64
NAME
Google::Cloud::Bigquery::V2::GenAiStats::GenAiFunctionCostOptimizationStats - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Bigquery::V2::GenAiStats;
my $msg = Google::Cloud::Bigquery::V2::GenAiStats::GenAiFunctionCostOptimizationStats->new(
num_cost_optimized_rows => $value,
);
FIELDS
num_cost_optimized_rows
Type: Int64
message
Type: String
NAME
Google::Cloud::Bigquery::V2::GenAiStats::GenAiFunctionCacheStats - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Bigquery::V2::GenAiStats;
my $msg = Google::Cloud::Bigquery::V2::GenAiStats::GenAiFunctionCacheStats->new(
num_cache_hit_rows => $value,
);
FIELDS
num_cache_hit_rows
Type: Int64
NAME
Google::Cloud::Bigquery::V2::GenAiStats::GenAiFunctionStats - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Bigquery::V2::GenAiStats;
my $msg = Google::Cloud::Bigquery::V2::GenAiStats::GenAiFunctionStats->new(
function_name => $value,
);
FIELDS
function_name
Type: String
prompt
Type: String
num_processed_rows
Type: Int64
error_stats
Type: Message (.google.cloud.bigquery.v2.GenAiFunctionErrorStats)
cost_optimization_stats
Type: Message (.google.cloud.bigquery.v2.GenAiFunctionCostOptimizationStats)
cache_stats
Type: Message (.google.cloud.bigquery.v2.GenAiFunctionCacheStats)
NAME
Google::Cloud::Bigquery::V2::GenAiStats::GenAiErrorStats - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Bigquery::V2::GenAiStats;
my $msg = Google::Cloud::Bigquery::V2::GenAiStats::GenAiErrorStats->new(
errors => $value,
);
FIELDS
errors
Type: String
NAME
Google::Cloud::Bigquery::V2::GenAiStats::GenAiStats - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Bigquery::V2::GenAiStats;
my $msg = Google::Cloud::Bigquery::V2::GenAiStats::GenAiStats->new(
error_stats => $value,
);
FIELDS
error_stats
Type: Message (.google.cloud.bigquery.v2.GenAiErrorStats)
function_stats
Type: Message (.google.cloud.bigquery.v2.GenAiFunctionStats)
NAME
Google::Cloud::Bigquery::V2::GenAiStats - Protocol Buffers schema definition
DESCRIPTION
Auto-generated Protocol Buffers schema definition class.
LICENSE AND COPYRIGHT
Copyright (C) 2026 Google LLC
This program is released under the Apache 2.0 license.