public static final class ExportEvaluatedDataItemsConfig.Builder extends GeneratedMessageV3.Builder<ExportEvaluatedDataItemsConfig.Builder> implements ExportEvaluatedDataItemsConfigOrBuilder
Configuration for exporting test set predictions to a BigQuery table.
Protobuf type
google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.ExportEvaluatedDataItemsConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
public ExportEvaluatedDataItemsConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public ExportEvaluatedDataItemsConfig build()
Returns
public ExportEvaluatedDataItemsConfig buildPartial()
Returns
public ExportEvaluatedDataItemsConfig.Builder clear()
Returns
Overrides
public ExportEvaluatedDataItemsConfig.Builder clearDestinationBigqueryUri()
URI of desired destination BigQuery table. Expected format:
bq://<project_id>:<dataset_id>:<table>
If not specified, then results are exported to the following auto-created
BigQuery table:
<project_id>:export_evaluated_examples_<model_name>_<yyyy_MM_dd'T'HH_mm_ss_SSS'Z'>.evaluated_examples
string destination_bigquery_uri = 1;
Returns
public ExportEvaluatedDataItemsConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public ExportEvaluatedDataItemsConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public ExportEvaluatedDataItemsConfig.Builder clearOverrideExistingTable()
If true and an export destination is specified, then the contents of the
destination are overwritten. Otherwise, if the export destination already
exists, then the export operation fails.
bool override_existing_table = 2;
Returns
public ExportEvaluatedDataItemsConfig.Builder clone()
Returns
Overrides
public ExportEvaluatedDataItemsConfig getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
public String getDestinationBigqueryUri()
URI of desired destination BigQuery table. Expected format:
bq://<project_id>:<dataset_id>:<table>
If not specified, then results are exported to the following auto-created
BigQuery table:
<project_id>:export_evaluated_examples_<model_name>_<yyyy_MM_dd'T'HH_mm_ss_SSS'Z'>.evaluated_examples
string destination_bigquery_uri = 1;
Returns
Type | Description |
String | The destinationBigqueryUri.
|
public ByteString getDestinationBigqueryUriBytes()
URI of desired destination BigQuery table. Expected format:
bq://<project_id>:<dataset_id>:<table>
If not specified, then results are exported to the following auto-created
BigQuery table:
<project_id>:export_evaluated_examples_<model_name>_<yyyy_MM_dd'T'HH_mm_ss_SSS'Z'>.evaluated_examples
string destination_bigquery_uri = 1;
Returns
Type | Description |
ByteString | The bytes for destinationBigqueryUri.
|
public boolean getOverrideExistingTable()
If true and an export destination is specified, then the contents of the
destination are overwritten. Otherwise, if the export destination already
exists, then the export operation fails.
bool override_existing_table = 2;
Returns
Type | Description |
boolean | The overrideExistingTable.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public ExportEvaluatedDataItemsConfig.Builder mergeFrom(ExportEvaluatedDataItemsConfig other)
Parameter
Returns
public ExportEvaluatedDataItemsConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public ExportEvaluatedDataItemsConfig.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public final ExportEvaluatedDataItemsConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public ExportEvaluatedDataItemsConfig.Builder setDestinationBigqueryUri(String value)
URI of desired destination BigQuery table. Expected format:
bq://<project_id>:<dataset_id>:<table>
If not specified, then results are exported to the following auto-created
BigQuery table:
<project_id>:export_evaluated_examples_<model_name>_<yyyy_MM_dd'T'HH_mm_ss_SSS'Z'>.evaluated_examples
string destination_bigquery_uri = 1;
Parameter
Name | Description |
value | String
The destinationBigqueryUri to set.
|
Returns
public ExportEvaluatedDataItemsConfig.Builder setDestinationBigqueryUriBytes(ByteString value)
URI of desired destination BigQuery table. Expected format:
bq://<project_id>:<dataset_id>:<table>
If not specified, then results are exported to the following auto-created
BigQuery table:
<project_id>:export_evaluated_examples_<model_name>_<yyyy_MM_dd'T'HH_mm_ss_SSS'Z'>.evaluated_examples
string destination_bigquery_uri = 1;
Parameter
Name | Description |
value | ByteString
The bytes for destinationBigqueryUri to set.
|
Returns
public ExportEvaluatedDataItemsConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public ExportEvaluatedDataItemsConfig.Builder setOverrideExistingTable(boolean value)
If true and an export destination is specified, then the contents of the
destination are overwritten. Otherwise, if the export destination already
exists, then the export operation fails.
bool override_existing_table = 2;
Parameter
Name | Description |
value | boolean
The overrideExistingTable to set.
|
Returns
public ExportEvaluatedDataItemsConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public final ExportEvaluatedDataItemsConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides