View Source GoogleApi.BigQuery.V2.Model.ListModelsResponse (google_api_big_query v0.79.0)

Response format for a single page when listing BigQuery ML models.

Attributes

  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.ListModelsResponse{
  models: [GoogleApi.BigQuery.V2.Model.Model.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.