Stay organized with collections Save and categorize content based on your preferences.
Union[ DatasetReference, str, ]
A pointer to a dataset. If dataset_ref
is a string, it must include both the project ID and the dataset ID, separated by .
.
Union[datetime.datetime, None]: Datetime at which the dataset was created (:data:None
until set from the server).
str: Dataset ID.
default_table_expiration_msUnion[int, None]: Default expiration time for tables in the dataset (defaults to :data:None
).
Union[str, None]: Description of the dataset as set by the user (defaults to :data:None
).
Union[str, None]: ETag for the dataset resource (:data:None
until set from the server).
Union[str, None]: Title of the dataset as set by the user (defaults to :data:None
).
Union[str, None]: ID for the dataset resource (:data:None
until set from the server)
In the format project_id:dataset_id
.
Dict[str, str]: Labels for the dataset.
This method always returns a dict. To change a dataset's labels, modify the dict, then call xref_update_dataset. To delete a label, set its value to :data:None
before updating.
Union[str, None]: Location in which the dataset is hosted as set by the user (defaults to :data:None
).
Union[datetime.datetime, None]: Datetime at which the dataset was last modified (:data:None
until set from the server).
str: URL path for the dataset based on project and dataset ID.
projectstr: Project ID of the project bound to the dataset.
referencegoogle.cloud.bigquery.dataset.DatasetReference: A reference to this dataset.
self_linkUnion[str, None]: URL for the dataset resource (:data:None
until set from the server).
Initialize self. See help(type(self)) for accurate signature.
from_api_reprFactory: construct a dataset given its API representation
Returns Type Description google.cloud.bigquery.dataset.Dataset Dataset parsed from ``resource``. from_stringfrom_string(full_dataset_id)
Construct a dataset from fully-qualified dataset ID.
Parameter Name Description full_dataset_idstr
A fully-qualified dataset ID in standard SQL format. Must included both the project ID and the dataset ID, separated by .
.
Constructs a ModelReference.
Parameter Name Description model_idstr
the ID of the model.
Returns Type Description google.cloud.bigquery.model.ModelReference A ModelReference for a model in this dataset. routineConstructs a RoutineReference.
Parameter Name Description routine_idstr
the ID of the routine.
Returns Type Description google.cloud.bigquery.routine.RoutineReference A RoutineReference for a routine in this dataset. tableConstructs a TableReference.
Parameter Name Description table_idstr
The ID of the table.
Returns Type Description google.cloud.bigquery.table.TableReference A table reference for a table in this dataset. to_api_reprConstruct the API resource representation of this dataset
Returns Type Description Dict[str, object] The dataset represented as an API resourceExcept as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-24 UTC.
[[["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-07-24 UTC."],[],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4