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 |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static BigQuerySource getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static BigQuerySource.Builder newBuilder()
newBuilder(BigQuerySource prototype)
public static BigQuerySource.Builder newBuilder(BigQuerySource prototype)
public static BigQuerySource parseDelimitedFrom(InputStream input)
public static BigQuerySource parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static BigQuerySource parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BigQuerySource parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static BigQuerySource parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BigQuerySource parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BigQuerySource parseFrom(CodedInputStream input)
public static BigQuerySource parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BigQuerySource parseFrom(InputStream input)
public static BigQuerySource parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static BigQuerySource parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BigQuerySource parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<BigQuerySource> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public BigQuerySource getDefaultInstanceForType()
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 |
---|
Type | Description |
ByteString | The bytes for inputUri.
|
getParserForType()
public Parser<BigQuerySource> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public BigQuerySource.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BigQuerySource.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public BigQuerySource.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides