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

Remote Model Info

Attributes

  • connection (type: String.t, default: nil) - Output only. Fully qualified name of the user-provided connection object of the remote model. Format: "projects/{project_id}/locations/{location_id}/connections/{connection_id}"
  • endpoint (type: String.t, default: nil) - Output only. The endpoint for remote model.
  • maxBatchingRows (type: String.t, default: nil) - Output only. Max number of rows in each batch sent to the remote service. If unset, the number of rows in each batch is set dynamically.
  • remoteModelVersion (type: String.t, default: nil) - Output only. The model version for LLM.
  • remoteServiceType (type: String.t, default: nil) - Output only. The remote service type for remote model.
  • speechRecognizer (type: String.t, default: nil) - Output only. The name of the speech recognizer to use for speech recognition. The expected format is projects/{project}/locations/{location}/recognizers/{recognizer}. Customers can specify this field at model creation. If not specified, a default recognizer projects/{model project}/locations/global/recognizers/_ will be used. See more details at recognizers

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.RemoteModelInfo{
  connection: String.t() | nil,
  endpoint: String.t() | nil,
  maxBatchingRows: String.t() | nil,
  remoteModelVersion: String.t() | nil,
  remoteServiceType: String.t() | nil,
  speechRecognizer: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.