public static final class ExportEvaluatedExamplesOutputConfig.Builder extends GeneratedMessageV3.Builder<ExportEvaluatedExamplesOutputConfig.Builder> implements ExportEvaluatedExamplesOutputConfigOrBuilder
Output configuration for ExportEvaluatedExamples Action. Note that this call
is available only for 30 days since the moment the model was evaluated.
The output depends on the domain, as follows (note that only examples from
the TEST set are exported):
- For Tables:
bigquery_destination
pointing to a BigQuery project must be set. In the given project a
new dataset will be created with name
export_evaluated_examples_<model-display-name><timestamp-of-export-call>
where <model-display-name> will be made BigQuery-dataset-name
compatible (e.g. most special characters will become underscores),
and timestamp will be in YYYY_MM_DDThh_mm_ss_sssZ "based on ISO-8601"
format. In the dataset an evaluated_examples
table will be
created. It will have all the same columns as the
primary_table
of the
dataset from which
the model was created, as they were at the moment of model's
evaluation (this includes the target column with its ground
truth), followed by a column called "predicted<target_column>". That
last column will contain the model's prediction result for each
respective row, given as ARRAY of
AnnotationPayloads,
represented as STRUCT-s, containing
TablesAnnotation.
Protobuf type google.cloud.automl.v1beta1.ExportEvaluatedExamplesOutputConfig
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
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ExportEvaluatedExamplesOutputConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ExportEvaluatedExamplesOutputConfig build()
Returns
buildPartial()
public ExportEvaluatedExamplesOutputConfig buildPartial()
Returns
clear()
public ExportEvaluatedExamplesOutputConfig.Builder clear()
Returns
Overrides
clearBigqueryDestination()
public ExportEvaluatedExamplesOutputConfig.Builder clearBigqueryDestination()
The BigQuery location where the output is to be written to.
.google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
Returns
clearDestination()
public ExportEvaluatedExamplesOutputConfig.Builder clearDestination()
Returns
clearField(Descriptors.FieldDescriptor field)
public ExportEvaluatedExamplesOutputConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ExportEvaluatedExamplesOutputConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public ExportEvaluatedExamplesOutputConfig.Builder clone()
Returns
Overrides
getBigqueryDestination()
public BigQueryDestination getBigqueryDestination()
The BigQuery location where the output is to be written to.
.google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
Returns
getBigqueryDestinationBuilder()
public BigQueryDestination.Builder getBigqueryDestinationBuilder()
The BigQuery location where the output is to be written to.
.google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
Returns
getBigqueryDestinationOrBuilder()
public BigQueryDestinationOrBuilder getBigqueryDestinationOrBuilder()
The BigQuery location where the output is to be written to.
.google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
Returns
getDefaultInstanceForType()
public ExportEvaluatedExamplesOutputConfig getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getDestinationCase()
public ExportEvaluatedExamplesOutputConfig.DestinationCase getDestinationCase()
Returns
hasBigqueryDestination()
public boolean hasBigqueryDestination()
The BigQuery location where the output is to be written to.
.google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
Returns
Type | Description |
boolean | Whether the bigqueryDestination field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeBigqueryDestination(BigQueryDestination value)
public ExportEvaluatedExamplesOutputConfig.Builder mergeBigqueryDestination(BigQueryDestination value)
The BigQuery location where the output is to be written to.
.google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
Parameter
Returns
mergeFrom(ExportEvaluatedExamplesOutputConfig other)
public ExportEvaluatedExamplesOutputConfig.Builder mergeFrom(ExportEvaluatedExamplesOutputConfig other)
Parameter
Returns
public ExportEvaluatedExamplesOutputConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ExportEvaluatedExamplesOutputConfig.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ExportEvaluatedExamplesOutputConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setBigqueryDestination(BigQueryDestination value)
public ExportEvaluatedExamplesOutputConfig.Builder setBigqueryDestination(BigQueryDestination value)
The BigQuery location where the output is to be written to.
.google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
Parameter
Returns
setBigqueryDestination(BigQueryDestination.Builder builderForValue)
public ExportEvaluatedExamplesOutputConfig.Builder setBigqueryDestination(BigQueryDestination.Builder builderForValue)
The BigQuery location where the output is to be written to.
.google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ExportEvaluatedExamplesOutputConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ExportEvaluatedExamplesOutputConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ExportEvaluatedExamplesOutputConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides