target.apidocs.com.google.api.services.bigquery.model.RemoteModelInfo.html Maven / Gradle / Ivy
RemoteModelInfo (BigQuery API v2-rev20240727-2.0.0)
com.google.api.services.bigquery.model
Class RemoteModelInfo
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.bigquery.model.RemoteModelInfo
-
public final class RemoteModelInfo
extends com.google.api.client.json.GenericJson
Remote Model Info
This is the Java data model class that specifies how to parse/serialize into the JSON that is
transmitted over HTTP when working with the BigQuery API. For a detailed explanation see:
https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
RemoteModelInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
RemoteModelInfo
clone()
String
getConnection()
Output only.
String
getEndpoint()
Output only.
Long
getMaxBatchingRows()
Output only.
String
getRemoteModelVersion()
Output only.
String
getRemoteServiceType()
Output only.
String
getSpeechRecognizer()
Output only.
RemoteModelInfo
set(String fieldName,
Object value)
RemoteModelInfo
setConnection(String connection)
Output only.
RemoteModelInfo
setEndpoint(String endpoint)
Output only.
RemoteModelInfo
setMaxBatchingRows(Long maxBatchingRows)
Output only.
RemoteModelInfo
setRemoteModelVersion(String remoteModelVersion)
Output only.
RemoteModelInfo
setRemoteServiceType(String remoteServiceType)
Output only.
RemoteModelInfo
setSpeechRecognizer(String speechRecognizer)
Output only.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getConnection
public String getConnection()
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}"```
- Returns:
- value or
null
for none
-
setConnection
public RemoteModelInfo setConnection(String 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}"```
- Parameters:
connection
- connection or null
for none
-
getEndpoint
public String getEndpoint()
Output only. The endpoint for remote model.
- Returns:
- value or
null
for none
-
setEndpoint
public RemoteModelInfo setEndpoint(String endpoint)
Output only. The endpoint for remote model.
- Parameters:
endpoint
- endpoint or null
for none
-
getMaxBatchingRows
public Long getMaxBatchingRows()
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.
- Returns:
- value or
null
for none
-
setMaxBatchingRows
public RemoteModelInfo setMaxBatchingRows(Long 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.
- Parameters:
maxBatchingRows
- maxBatchingRows or null
for none
-
getRemoteModelVersion
public String getRemoteModelVersion()
Output only. The model version for LLM.
- Returns:
- value or
null
for none
-
setRemoteModelVersion
public RemoteModelInfo setRemoteModelVersion(String remoteModelVersion)
Output only. The model version for LLM.
- Parameters:
remoteModelVersion
- remoteModelVersion or null
for none
-
getRemoteServiceType
public String getRemoteServiceType()
Output only. The remote service type for remote model.
- Returns:
- value or
null
for none
-
setRemoteServiceType
public RemoteModelInfo setRemoteServiceType(String remoteServiceType)
Output only. The remote service type for remote model.
- Parameters:
remoteServiceType
- remoteServiceType or null
for none
-
getSpeechRecognizer
public String getSpeechRecognizer()
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](https://cloud.google.com/speech-to-
text/v2/docs/reference/rest/v2/projects.locations.recognizers)
- Returns:
- value or
null
for none
-
setSpeechRecognizer
public RemoteModelInfo setSpeechRecognizer(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](https://cloud.google.com/speech-to-
text/v2/docs/reference/rest/v2/projects.locations.recognizers)
- Parameters:
speechRecognizer
- speechRecognizer or null
for none
-
set
public RemoteModelInfo set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public RemoteModelInfo clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.