Starting April 29, 2025, Gemini 1.5 Pro and Gemini 1.5 Flash models are not available in projects that have no prior usage of these models, including new projects. For details, see Model versions and lifecycle.
BigQuery table for logging.
If only given a project, a new dataset will be created with name
logging_<endpoint-display-name>_<endpoint-id> where
<endpoint-display-name> will be made BigQuery-dataset-name compatible (e.g.
most special characters will become underscores). If no table name is
given, a new table will be created with name request_response_logging
BigQuery table for logging.
If only given a project, a new dataset will be created with name
logging_<endpoint-display-name>_<endpoint-id> where
<endpoint-display-name> will be made BigQuery-dataset-name compatible (e.g.
most special characters will become underscores). If no table name is
given, a new table will be created with name request_response_logging
BigQuery table for logging.
If only given a project, a new dataset will be created with name
logging_<endpoint-display-name>_<endpoint-id> where
<endpoint-display-name> will be made BigQuery-dataset-name compatible (e.g.
most special characters will become underscores). If no table name is
given, a new table will be created with name request_response_logging
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-03 UTC."],[],[],null,["# Interface PredictRequestResponseLoggingConfigOrBuilder (1.32.0)\n\n public interface PredictRequestResponseLoggingConfigOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getBigqueryDestination()\n\n public abstract BigQueryDestination getBigqueryDestination()\n\nBigQuery table for logging.\nIf only given a project, a new dataset will be created with name\n`logging_\u003cendpoint-display-name\u003e_\u003cendpoint-id\u003e` where\n\\\u003cendpoint-display-name\\\u003e will be made BigQuery-dataset-name compatible (e.g.\nmost special characters will become underscores). If no table name is\ngiven, a new table will be created with name `request_response_logging`\n\n`.google.cloud.vertexai.v1.BigQueryDestination bigquery_destination = 3;`\n\n### getBigqueryDestinationOrBuilder()\n\n public abstract BigQueryDestinationOrBuilder getBigqueryDestinationOrBuilder()\n\nBigQuery table for logging.\nIf only given a project, a new dataset will be created with name\n`logging_\u003cendpoint-display-name\u003e_\u003cendpoint-id\u003e` where\n\\\u003cendpoint-display-name\\\u003e will be made BigQuery-dataset-name compatible (e.g.\nmost special characters will become underscores). If no table name is\ngiven, a new table will be created with name `request_response_logging`\n\n`.google.cloud.vertexai.v1.BigQueryDestination bigquery_destination = 3;`\n\n### getEnabled()\n\n public abstract boolean getEnabled()\n\nIf logging is enabled or not.\n\n`bool enabled = 1;`\n\n### getSamplingRate()\n\n public abstract double getSamplingRate()\n\nPercentage of requests to be logged, expressed as a fraction in\nrange(0,1\\].\n\n`double sampling_rate = 2;`\n\n### hasBigqueryDestination()\n\n public abstract boolean hasBigqueryDestination()\n\nBigQuery table for logging.\nIf only given a project, a new dataset will be created with name\n`logging_\u003cendpoint-display-name\u003e_\u003cendpoint-id\u003e` where\n\\\u003cendpoint-display-name\\\u003e will be made BigQuery-dataset-name compatible (e.g.\nmost special characters will become underscores). If no table name is\ngiven, a new table will be created with name `request_response_logging`\n\n`.google.cloud.vertexai.v1.BigQueryDestination bigquery_destination = 3;`"]]