Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1 Client class SchemaQuery.
A query for resolving the schema relevant to the posed question.
Generated from protobuf message google.cloud.geminidataanalytics.v1.SchemaQuery
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ question |
string
Optional. The question to send to the system for schema resolution. |
getQuestion
Optional. The question to send to the system for schema resolution.
| Returns | |
|---|---|
| Type | Description |
string |
|
setQuestion
Optional. The question to send to the system for schema resolution.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|