public static final class ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.Builder extends GeneratedMessage.Builder<ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.Builder> implements ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySourceOrBuilderDataset spec for data sotred in BigQuery.
Protobuf type
google.cloud.aiplatform.v1beta1.ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource build()| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource |
|
buildPartial()
public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource buildPartial()| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource |
|
clear()
public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.Builder clear()| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.Builder |
|
clearConnection()
public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.Builder clearConnection()| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.Builder |
|
clearQuery()
public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.Builder clearQuery() Standard SQL to be used instead of the table_uri.
string query = 2;
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.Builder |
This builder for chaining. |
clearTableUri()
public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.Builder clearTableUri()BigQuery URI to a table, up to 2000 characters long. All the columns in the table will be selected. Accepted forms:
- BigQuery path. For example:
bq://projectId.bqDatasetId.bqTableId.
string table_uri = 1;
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.Builder |
This builder for chaining. |
getConnectionCase()
public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.ConnectionCase getConnectionCase()| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.ConnectionCase |
|
getDefaultInstanceForType()
public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getQuery()
public String getQuery() Standard SQL to be used instead of the table_uri.
string query = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The query. |
getQueryBytes()
public ByteString getQueryBytes() Standard SQL to be used instead of the table_uri.
string query = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for query. |
getTableUri()
public String getTableUri()BigQuery URI to a table, up to 2000 characters long. All the columns in the table will be selected. Accepted forms:
- BigQuery path. For example:
bq://projectId.bqDatasetId.bqTableId.
string table_uri = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The tableUri. |
getTableUriBytes()
public ByteString getTableUriBytes()BigQuery URI to a table, up to 2000 characters long. All the columns in the table will be selected. Accepted forms:
- BigQuery path. For example:
bq://projectId.bqDatasetId.bqTableId.
string table_uri = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tableUri. |
hasQuery()
public boolean hasQuery() Standard SQL to be used instead of the table_uri.
string query = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the query field is set. |
hasTableUri()
public boolean hasTableUri()BigQuery URI to a table, up to 2000 characters long. All the columns in the table will be selected. Accepted forms:
- BigQuery path. For example:
bq://projectId.bqDatasetId.bqTableId.
string table_uri = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the tableUri field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource other)
public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.Builder mergeFrom(ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource other)| Parameter | |
|---|---|
| Name | Description |
other |
ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.Builder |
|
setQuery(String value)
public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.Builder setQuery(String value) Standard SQL to be used instead of the table_uri.
string query = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe query to set. |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.Builder |
This builder for chaining. |
setQueryBytes(ByteString value)
public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.Builder setQueryBytes(ByteString value) Standard SQL to be used instead of the table_uri.
string query = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for query to set. |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.Builder |
This builder for chaining. |
setTableUri(String value)
public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.Builder setTableUri(String value)BigQuery URI to a table, up to 2000 characters long. All the columns in the table will be selected. Accepted forms:
- BigQuery path. For example:
bq://projectId.bqDatasetId.bqTableId.
string table_uri = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe tableUri to set. |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.Builder |
This builder for chaining. |
setTableUriBytes(ByteString value)
public ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.Builder setTableUriBytes(ByteString value)BigQuery URI to a table, up to 2000 characters long. All the columns in the table will be selected. Accepted forms:
- BigQuery path. For example:
bq://projectId.bqDatasetId.bqTableId.
string table_uri = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for tableUri to set. |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringBigQuerySource.Builder |
This builder for chaining. |