Class ExportEvaluatedDataItemsConfig (3.42.0)

public final class ExportEvaluatedDataItemsConfig extends GeneratedMessageV3 implements ExportEvaluatedDataItemsConfigOrBuilder

Configuration for exporting test set predictions to a BigQuery table.

Protobuf type google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.ExportEvaluatedDataItemsConfig

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ExportEvaluatedDataItemsConfig

Static Fields

DESTINATION_BIGQUERY_URI_FIELD_NUMBER

public static final int DESTINATION_BIGQUERY_URI_FIELD_NUMBER
Field Value
TypeDescription
int

OVERRIDE_EXISTING_TABLE_FIELD_NUMBER

public static final int OVERRIDE_EXISTING_TABLE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ExportEvaluatedDataItemsConfig getDefaultInstance()
Returns
TypeDescription
ExportEvaluatedDataItemsConfig

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ExportEvaluatedDataItemsConfig.Builder newBuilder()
Returns
TypeDescription
ExportEvaluatedDataItemsConfig.Builder

newBuilder(ExportEvaluatedDataItemsConfig prototype)

public static ExportEvaluatedDataItemsConfig.Builder newBuilder(ExportEvaluatedDataItemsConfig prototype)
Parameter
NameDescription
prototypeExportEvaluatedDataItemsConfig
Returns
TypeDescription
ExportEvaluatedDataItemsConfig.Builder

parseDelimitedFrom(InputStream input)

public static ExportEvaluatedDataItemsConfig parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ExportEvaluatedDataItemsConfig
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ExportEvaluatedDataItemsConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExportEvaluatedDataItemsConfig
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ExportEvaluatedDataItemsConfig parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ExportEvaluatedDataItemsConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ExportEvaluatedDataItemsConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExportEvaluatedDataItemsConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ExportEvaluatedDataItemsConfig parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ExportEvaluatedDataItemsConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ExportEvaluatedDataItemsConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExportEvaluatedDataItemsConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ExportEvaluatedDataItemsConfig parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ExportEvaluatedDataItemsConfig
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ExportEvaluatedDataItemsConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExportEvaluatedDataItemsConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ExportEvaluatedDataItemsConfig parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ExportEvaluatedDataItemsConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ExportEvaluatedDataItemsConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExportEvaluatedDataItemsConfig
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ExportEvaluatedDataItemsConfig parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ExportEvaluatedDataItemsConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ExportEvaluatedDataItemsConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExportEvaluatedDataItemsConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ExportEvaluatedDataItemsConfig> parser()
Returns
TypeDescription
Parser<ExportEvaluatedDataItemsConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ExportEvaluatedDataItemsConfig getDefaultInstanceForType()
Returns
TypeDescription
ExportEvaluatedDataItemsConfig

getDestinationBigqueryUri()

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
TypeDescription
String

The destinationBigqueryUri.

getDestinationBigqueryUriBytes()

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
TypeDescription
ByteString

The bytes for destinationBigqueryUri.

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;

Returns
TypeDescription
boolean

The overrideExistingTable.

getParserForType()

public Parser<ExportEvaluatedDataItemsConfig> getParserForType()
Returns
TypeDescription
Parser<ExportEvaluatedDataItemsConfig>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ExportEvaluatedDataItemsConfig.Builder newBuilderForType()
Returns
TypeDescription
ExportEvaluatedDataItemsConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ExportEvaluatedDataItemsConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ExportEvaluatedDataItemsConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ExportEvaluatedDataItemsConfig.Builder toBuilder()
Returns
TypeDescription
ExportEvaluatedDataItemsConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException