-
models
(type:list(GoogleApi.BigQuery.V2.Model.Model.t)
, default:nil
) - Models in the requested dataset. Only the following fields are populated: model_reference, model_type, creation_time, last_modified_time and labels. -
nextPageToken
(type:String.t
, default:nil
) - A token to request the next page of results.
Specs
t() :: %GoogleApi.BigQuery.V2.Model.ListModelsResponse{ models: [GoogleApi.BigQuery.V2.Model.Model.t()], nextPageToken: String.t() }