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.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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()
Methods
public ExportEvaluatedDataItemsConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ExportEvaluatedDataItemsConfig build()
public ExportEvaluatedDataItemsConfig buildPartial()
public ExportEvaluatedDataItemsConfig.Builder clear()
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;
public ExportEvaluatedDataItemsConfig.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public ExportEvaluatedDataItemsConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
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;
public ExportEvaluatedDataItemsConfig.Builder clone()
Overrides
public ExportEvaluatedDataItemsConfig getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
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()
Overrides
public final boolean isInitialized()
Overrides
public ExportEvaluatedDataItemsConfig.Builder mergeFrom(ExportEvaluatedDataItemsConfig other)
public ExportEvaluatedDataItemsConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ExportEvaluatedDataItemsConfig.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final ExportEvaluatedDataItemsConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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.
|
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.
|
public ExportEvaluatedDataItemsConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
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.
|
public ExportEvaluatedDataItemsConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ExportEvaluatedDataItemsConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides