Show / Hide Table of Contents

Class RemoteModelInfo

Remote Model Info

Inheritance
object
RemoteModelInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class RemoteModelInfo : IDirectResponseSchema

Properties

Connection

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}"
Declaration
[JsonProperty("connection")]
public virtual string Connection { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Endpoint

Output only. The endpoint for remote model.

Declaration
[JsonProperty("endpoint")]
public virtual string Endpoint { get; set; }
Property Value
Type Description
string

MaxBatchingRows

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.

Declaration
[JsonProperty("maxBatchingRows")]
public virtual long? MaxBatchingRows { get; set; }
Property Value
Type Description
long?

RemoteModelVersion

Output only. The model version for LLM.

Declaration
[JsonProperty("remoteModelVersion")]
public virtual string RemoteModelVersion { get; set; }
Property Value
Type Description
string

RemoteServiceType

Output only. The remote service type for remote model.

Declaration
[JsonProperty("remoteServiceType")]
public virtual string RemoteServiceType { get; set; }
Property Value
Type Description
string

SpeechRecognizer

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

Declaration
[JsonProperty("speechRecognizer")]
public virtual string SpeechRecognizer { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX