Class ExportEvaluatedDataItemsConfig.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ExportEvaluatedDataItemsConfig.Builder>
com.google.cloud.aiplatform.v1.schema.trainingjob.definition.ExportEvaluatedDataItemsConfig.Builder
- All Implemented Interfaces:
ExportEvaluatedDataItemsConfigOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ExportEvaluatedDataItemsConfig
public static final class ExportEvaluatedDataItemsConfig.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ExportEvaluatedDataItemsConfig.Builder>
implements ExportEvaluatedDataItemsConfigOrBuilder
Configuration for exporting test set predictions to a BigQuery table.Protobuf type
google.cloud.aiplatform.v1.schema.trainingjob.definition.ExportEvaluatedDataItemsConfig-
Method Summary
Modifier and TypeMethodDescriptionbuild()clear()URI of desired destination BigQuery table.If true and an export destination is specified, then the contents of the destination are overwritten.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorURI of desired destination BigQuery table.com.google.protobuf.ByteStringURI of desired destination BigQuery table.booleanIf true and an export destination is specified, then the contents of the destination are overwritten.protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) setDestinationBigqueryUri(String value) URI of desired destination BigQuery table.setDestinationBigqueryUriBytes(com.google.protobuf.ByteString value) URI of desired destination BigQuery table.setOverrideExistingTable(boolean value) If true and an export destination is specified, then the contents of the destination are overwritten.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<ExportEvaluatedDataItemsConfig.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<ExportEvaluatedDataItemsConfig.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<ExportEvaluatedDataItemsConfig.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ExportEvaluatedDataItemsConfig.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<ExportEvaluatedDataItemsConfig.Builder>
-
mergeFrom
public ExportEvaluatedDataItemsConfig.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ExportEvaluatedDataItemsConfig.Builder>- Throws:
IOException
-
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;- Specified by:
getDestinationBigqueryUriin interfaceExportEvaluatedDataItemsConfigOrBuilder- Returns:
- The destinationBigqueryUri.
-
getDestinationBigqueryUriBytes
public com.google.protobuf.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;- Specified by:
getDestinationBigqueryUriBytesin interfaceExportEvaluatedDataItemsConfigOrBuilder- Returns:
- The bytes for destinationBigqueryUri.
-
setDestinationBigqueryUri
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;- Parameters:
value- The destinationBigqueryUri to set.- Returns:
- This builder for chaining.
-
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:
- This builder for chaining.
-
setDestinationBigqueryUriBytes
public ExportEvaluatedDataItemsConfig.Builder setDestinationBigqueryUriBytes(com.google.protobuf.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;- Parameters:
value- The bytes for destinationBigqueryUri to set.- Returns:
- This builder for chaining.
-
getOverrideExistingTable
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;- Specified by:
getOverrideExistingTablein interfaceExportEvaluatedDataItemsConfigOrBuilder- Returns:
- The overrideExistingTable.
-
setOverrideExistingTable
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;- Parameters:
value- The overrideExistingTable to set.- Returns:
- This builder for chaining.
-
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:
- This builder for chaining.
-