google_api_big_query v0.12.0 GoogleApi.BigQuery.V2.Model.Model View Source

Attributes

  • creationTime (String.t): Output only. The time when this model was created, in millisecs since the epoch. Defaults to nil.
  • description (String.t): [Optional] A user-friendly description of this model. Defaults to nil.
  • etag (String.t): Output only. A hash of this resource. Defaults to nil.
  • expirationTime (String.t): [Optional] The time when this model expires, in milliseconds since the epoch. If not present, the model will persist indefinitely. Expired models will be deleted and their storage reclaimed. The defaultTableExpirationMs property of the encapsulating dataset can be used to set a default expirationTime on newly created models. Defaults to nil.
  • featureColumns (list(GoogleApi.BigQuery.V2.Model.StandardSqlField.t)): Output only. Input feature columns that were used to train this model. Defaults to nil.
  • friendlyName (String.t): [Optional] A descriptive name for this model. Defaults to nil.
  • labelColumns (list(GoogleApi.BigQuery.V2.Model.StandardSqlField.t)): Output only. Label columns that were used to train this model. The output of the model will have a "predicted_" prefix to these columns. Defaults to nil.
  • labels (map()): [Optional] The labels associated with this model. You can use these to organize and group your models. Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter and each label in the list must have a different key. Defaults to nil.
  • lastModifiedTime (String.t): Output only. The time when this model was last modified, in millisecs since the epoch. Defaults to nil.
  • location (String.t): Output only. The geographic location where the model resides. This value is inherited from the dataset. Defaults to nil.
  • modelReference (GoogleApi.BigQuery.V2.Model.ModelReference.t): Required. Unique identifier for this model. Defaults to nil.
  • modelType (String.t): Output only. Type of the model resource. Defaults to nil.
  • trainingRuns (list(GoogleApi.BigQuery.V2.Model.TrainingRun.t)): Output only. Information for all training runs in increasing order of start_time. Defaults to nil.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.BigQuery.V2.Model.Model{
  creationTime: String.t(),
  description: String.t(),
  etag: String.t(),
  expirationTime: String.t(),
  featureColumns: [GoogleApi.BigQuery.V2.Model.StandardSqlField.t()],
  friendlyName: String.t(),
  labelColumns: [GoogleApi.BigQuery.V2.Model.StandardSqlField.t()],
  labels: map(),
  lastModifiedTime: String.t(),
  location: String.t(),
  modelReference: GoogleApi.BigQuery.V2.Model.ModelReference.t(),
  modelType: String.t(),
  trainingRuns: [GoogleApi.BigQuery.V2.Model.TrainingRun.t()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.