All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.bigquery.model.RemoteModelInfo.html Maven / Gradle / Ivy

There is a newer version: v2-rev20241027-2.0.0
Show newest version






RemoteModelInfo (BigQuery API v2-rev20240727-2.0.0)












com.google.api.services.bigquery.model

Class RemoteModelInfo

    • Constructor Detail

      • RemoteModelInfo

        public RemoteModelInfo()
    • 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
      • clone

        public RemoteModelInfo clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy