Uses of Class
com.google.cloud.aiplatform.v1.schema.trainingjob.definition.ExportEvaluatedDataItemsConfig.Builder
Packages that use ExportEvaluatedDataItemsConfig.Builder
-
Uses of ExportEvaluatedDataItemsConfig.Builder in com.google.cloud.aiplatform.v1.schema.trainingjob.definition
Methods in com.google.cloud.aiplatform.v1.schema.trainingjob.definition that return ExportEvaluatedDataItemsConfig.BuilderModifier and TypeMethodDescriptionExportEvaluatedDataItemsConfig.Builder.clear()ExportEvaluatedDataItemsConfig.Builder.clearDestinationBigqueryUri()URI of desired destination BigQuery table.ExportEvaluatedDataItemsConfig.Builder.clearOverrideExistingTable()If true and an export destination is specified, then the contents of the destination are overwritten.AutoMlTablesInputs.Builder.getExportEvaluatedDataItemsConfigBuilder()Configuration for exporting test set predictions to a BigQuery table.ExportEvaluatedDataItemsConfig.Builder.mergeFrom(ExportEvaluatedDataItemsConfig other) ExportEvaluatedDataItemsConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExportEvaluatedDataItemsConfig.Builder.mergeFrom(com.google.protobuf.Message other) ExportEvaluatedDataItemsConfig.newBuilder()ExportEvaluatedDataItemsConfig.newBuilder(ExportEvaluatedDataItemsConfig prototype) ExportEvaluatedDataItemsConfig.newBuilderForType()protected ExportEvaluatedDataItemsConfig.BuilderExportEvaluatedDataItemsConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ExportEvaluatedDataItemsConfig.Builder.setDestinationBigqueryUri(String value) URI of desired destination BigQuery table.ExportEvaluatedDataItemsConfig.Builder.setDestinationBigqueryUriBytes(com.google.protobuf.ByteString value) URI of desired destination BigQuery table.ExportEvaluatedDataItemsConfig.Builder.setOverrideExistingTable(boolean value) If true and an export destination is specified, then the contents of the destination are overwritten.ExportEvaluatedDataItemsConfig.toBuilder()Methods in com.google.cloud.aiplatform.v1.schema.trainingjob.definition with parameters of type ExportEvaluatedDataItemsConfig.BuilderModifier and TypeMethodDescriptionAutoMlTablesInputs.Builder.setExportEvaluatedDataItemsConfig(ExportEvaluatedDataItemsConfig.Builder builderForValue) Configuration for exporting test set predictions to a BigQuery table.