public final class BigQuerySource extends GeneratedMessageV3 implements BigQuerySourceOrBuilder
The BigQuery location for input data. If used in an EvaluationJob, this
is where the service saves the prediction input and output sampled from the
model version.
Protobuf type google.cloud.datalabeling.v1beta1.BigQuerySource
Static Fields
public static final int INPUT_URI_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static BigQuerySource getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static BigQuerySource.Builder newBuilder()
Returns
newBuilder(BigQuerySource prototype)
public static BigQuerySource.Builder newBuilder(BigQuerySource prototype)
Parameter
Returns
public static BigQuerySource parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static BigQuerySource parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static BigQuerySource parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BigQuerySource parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static BigQuerySource parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BigQuerySource parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BigQuerySource parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static BigQuerySource parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BigQuerySource parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static BigQuerySource parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static BigQuerySource parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BigQuerySource parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<BigQuerySource> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public BigQuerySource getDefaultInstanceForType()
Returns
public String getInputUri()
Required. BigQuery URI to a table, up to 2,000 characters long. If you
specify the URI of a table that does not exist, Data Labeling Service
creates a table at the URI with the correct schema when you create your
EvaluationJob. If you specify the URI of a table that already exists,
it must have the
correct
schema.
Provide the table URI in the following format:
"bq://<var>{your_project_id}</var>/<var>{your_dataset_name}</var>/<var>{your_table_name}</var>"
Learn
more.
string input_uri = 1;
Returns
Type | Description |
String | The inputUri.
|
public ByteString getInputUriBytes()
Required. BigQuery URI to a table, up to 2,000 characters long. If you
specify the URI of a table that does not exist, Data Labeling Service
creates a table at the URI with the correct schema when you create your
EvaluationJob. If you specify the URI of a table that already exists,
it must have the
correct
schema.
Provide the table URI in the following format:
"bq://<var>{your_project_id}</var>/<var>{your_dataset_name}</var>/<var>{your_table_name}</var>"
Learn
more.
string input_uri = 1;
Returns
getParserForType()
public Parser<BigQuerySource> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public BigQuerySource.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BigQuerySource.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public BigQuerySource.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions