public static final class Evaluation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Evaluation.Builder> implements EvaluationOrBuilder
Describes an evaluation between 2 annotated datasets. Created by an evaluation plan.Protobuf type
google.cloud.datalabeling.v1beta1.Evaluation| Modifier and Type | Method and Description |
|---|---|
Evaluation.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Evaluation |
build() |
Evaluation |
buildPartial() |
Evaluation.Builder |
clear() |
Evaluation.Builder |
clearAnnotationType()
Type of the annotation to compute metrics for in the groundtruth and
annotation labeled dataset.
|
Evaluation.Builder |
clearConfig()
Options used in evaluation plan for creating the evaluation.
|
Evaluation.Builder |
clearCreateTime()
Output only.
|
Evaluation.Builder |
clearEvaluatedItemCount()
Output only.
|
Evaluation.Builder |
clearEvaluationJobRunTime()
Output only.
|
Evaluation.Builder |
clearEvaluationMetrics()
Output only.
|
Evaluation.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Evaluation.Builder |
clearName()
Resource name of an evaluation.
|
Evaluation.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Evaluation.Builder |
clone() |
AnnotationType |
getAnnotationType()
Type of the annotation to compute metrics for in the groundtruth and
annotation labeled dataset.
|
int |
getAnnotationTypeValue()
Type of the annotation to compute metrics for in the groundtruth and
annotation labeled dataset.
|
EvaluationConfig |
getConfig()
Options used in evaluation plan for creating the evaluation.
|
EvaluationConfig.Builder |
getConfigBuilder()
Options used in evaluation plan for creating the evaluation.
|
EvaluationConfigOrBuilder |
getConfigOrBuilder()
Options used in evaluation plan for creating the evaluation.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getCreateTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
Evaluation |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getEvaluatedItemCount()
Output only.
|
com.google.protobuf.Timestamp |
getEvaluationJobRunTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getEvaluationJobRunTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getEvaluationJobRunTimeOrBuilder()
Output only.
|
EvaluationMetrics |
getEvaluationMetrics()
Output only.
|
EvaluationMetrics.Builder |
getEvaluationMetricsBuilder()
Output only.
|
EvaluationMetricsOrBuilder |
getEvaluationMetricsOrBuilder()
Output only.
|
String |
getName()
Resource name of an evaluation.
|
com.google.protobuf.ByteString |
getNameBytes()
Resource name of an evaluation.
|
boolean |
hasConfig()
Options used in evaluation plan for creating the evaluation.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasEvaluationJobRunTime()
Output only.
|
boolean |
hasEvaluationMetrics()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Evaluation.Builder |
mergeConfig(EvaluationConfig value)
Options used in evaluation plan for creating the evaluation.
|
Evaluation.Builder |
mergeCreateTime(com.google.protobuf.Timestamp value)
Output only.
|
Evaluation.Builder |
mergeEvaluationJobRunTime(com.google.protobuf.Timestamp value)
Output only.
|
Evaluation.Builder |
mergeEvaluationMetrics(EvaluationMetrics value)
Output only.
|
Evaluation.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Evaluation.Builder |
mergeFrom(Evaluation other) |
Evaluation.Builder |
mergeFrom(com.google.protobuf.Message other) |
Evaluation.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Evaluation.Builder |
setAnnotationType(AnnotationType value)
Type of the annotation to compute metrics for in the groundtruth and
annotation labeled dataset.
|
Evaluation.Builder |
setAnnotationTypeValue(int value)
Type of the annotation to compute metrics for in the groundtruth and
annotation labeled dataset.
|
Evaluation.Builder |
setConfig(EvaluationConfig.Builder builderForValue)
Options used in evaluation plan for creating the evaluation.
|
Evaluation.Builder |
setConfig(EvaluationConfig value)
Options used in evaluation plan for creating the evaluation.
|
Evaluation.Builder |
setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
Evaluation.Builder |
setCreateTime(com.google.protobuf.Timestamp value)
Output only.
|
Evaluation.Builder |
setEvaluatedItemCount(long value)
Output only.
|
Evaluation.Builder |
setEvaluationJobRunTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
Evaluation.Builder |
setEvaluationJobRunTime(com.google.protobuf.Timestamp value)
Output only.
|
Evaluation.Builder |
setEvaluationMetrics(EvaluationMetrics.Builder builderForValue)
Output only.
|
Evaluation.Builder |
setEvaluationMetrics(EvaluationMetrics value)
Output only.
|
Evaluation.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Evaluation.Builder |
setName(String value)
Resource name of an evaluation.
|
Evaluation.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Resource name of an evaluation.
|
Evaluation.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Evaluation.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Evaluation.Builder>public Evaluation.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Evaluation.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Evaluation.Builder>public Evaluation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Evaluation build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Evaluation buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Evaluation.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Evaluation.Builder>public Evaluation.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Evaluation.Builder>public Evaluation.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Evaluation.Builder>public Evaluation.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Evaluation.Builder>public Evaluation.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Evaluation.Builder>public Evaluation.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Evaluation.Builder>public Evaluation.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Evaluation.Builder>public Evaluation.Builder mergeFrom(Evaluation other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Evaluation.Builder>public Evaluation.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Evaluation.Builder>IOExceptionpublic String getName()
Resource name of an evaluation.
Format:
'projects/{project_id}/datasets/{dataset_id}/evaluations/{evaluation_id}'
string name = 1;getName in interface EvaluationOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Resource name of an evaluation.
Format:
'projects/{project_id}/datasets/{dataset_id}/evaluations/{evaluation_id}'
string name = 1;getNameBytes in interface EvaluationOrBuilderpublic Evaluation.Builder setName(String value)
Resource name of an evaluation.
Format:
'projects/{project_id}/datasets/{dataset_id}/evaluations/{evaluation_id}'
string name = 1;public Evaluation.Builder clearName()
Resource name of an evaluation.
Format:
'projects/{project_id}/datasets/{dataset_id}/evaluations/{evaluation_id}'
string name = 1;public Evaluation.Builder setNameBytes(com.google.protobuf.ByteString value)
Resource name of an evaluation.
Format:
'projects/{project_id}/datasets/{dataset_id}/evaluations/{evaluation_id}'
string name = 1;public boolean hasConfig()
Options used in evaluation plan for creating the evaluation.
.google.cloud.datalabeling.v1beta1.EvaluationConfig config = 2;hasConfig in interface EvaluationOrBuilderpublic EvaluationConfig getConfig()
Options used in evaluation plan for creating the evaluation.
.google.cloud.datalabeling.v1beta1.EvaluationConfig config = 2;getConfig in interface EvaluationOrBuilderpublic Evaluation.Builder setConfig(EvaluationConfig value)
Options used in evaluation plan for creating the evaluation.
.google.cloud.datalabeling.v1beta1.EvaluationConfig config = 2;public Evaluation.Builder setConfig(EvaluationConfig.Builder builderForValue)
Options used in evaluation plan for creating the evaluation.
.google.cloud.datalabeling.v1beta1.EvaluationConfig config = 2;public Evaluation.Builder mergeConfig(EvaluationConfig value)
Options used in evaluation plan for creating the evaluation.
.google.cloud.datalabeling.v1beta1.EvaluationConfig config = 2;public Evaluation.Builder clearConfig()
Options used in evaluation plan for creating the evaluation.
.google.cloud.datalabeling.v1beta1.EvaluationConfig config = 2;public EvaluationConfig.Builder getConfigBuilder()
Options used in evaluation plan for creating the evaluation.
.google.cloud.datalabeling.v1beta1.EvaluationConfig config = 2;public EvaluationConfigOrBuilder getConfigOrBuilder()
Options used in evaluation plan for creating the evaluation.
.google.cloud.datalabeling.v1beta1.EvaluationConfig config = 2;getConfigOrBuilder in interface EvaluationOrBuilderpublic boolean hasEvaluationJobRunTime()
Output only. Timestamp when the evaluation plan triggered this evaluation flow.
.google.protobuf.Timestamp evaluation_job_run_time = 3;hasEvaluationJobRunTime in interface EvaluationOrBuilderpublic com.google.protobuf.Timestamp getEvaluationJobRunTime()
Output only. Timestamp when the evaluation plan triggered this evaluation flow.
.google.protobuf.Timestamp evaluation_job_run_time = 3;getEvaluationJobRunTime in interface EvaluationOrBuilderpublic Evaluation.Builder setEvaluationJobRunTime(com.google.protobuf.Timestamp value)
Output only. Timestamp when the evaluation plan triggered this evaluation flow.
.google.protobuf.Timestamp evaluation_job_run_time = 3;public Evaluation.Builder setEvaluationJobRunTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. Timestamp when the evaluation plan triggered this evaluation flow.
.google.protobuf.Timestamp evaluation_job_run_time = 3;public Evaluation.Builder mergeEvaluationJobRunTime(com.google.protobuf.Timestamp value)
Output only. Timestamp when the evaluation plan triggered this evaluation flow.
.google.protobuf.Timestamp evaluation_job_run_time = 3;public Evaluation.Builder clearEvaluationJobRunTime()
Output only. Timestamp when the evaluation plan triggered this evaluation flow.
.google.protobuf.Timestamp evaluation_job_run_time = 3;public com.google.protobuf.Timestamp.Builder getEvaluationJobRunTimeBuilder()
Output only. Timestamp when the evaluation plan triggered this evaluation flow.
.google.protobuf.Timestamp evaluation_job_run_time = 3;public com.google.protobuf.TimestampOrBuilder getEvaluationJobRunTimeOrBuilder()
Output only. Timestamp when the evaluation plan triggered this evaluation flow.
.google.protobuf.Timestamp evaluation_job_run_time = 3;getEvaluationJobRunTimeOrBuilder in interface EvaluationOrBuilderpublic boolean hasCreateTime()
Output only. Timestamp when this model evaluation was created.
.google.protobuf.Timestamp create_time = 4;hasCreateTime in interface EvaluationOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Output only. Timestamp when this model evaluation was created.
.google.protobuf.Timestamp create_time = 4;getCreateTime in interface EvaluationOrBuilderpublic Evaluation.Builder setCreateTime(com.google.protobuf.Timestamp value)
Output only. Timestamp when this model evaluation was created.
.google.protobuf.Timestamp create_time = 4;public Evaluation.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. Timestamp when this model evaluation was created.
.google.protobuf.Timestamp create_time = 4;public Evaluation.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
Output only. Timestamp when this model evaluation was created.
.google.protobuf.Timestamp create_time = 4;public Evaluation.Builder clearCreateTime()
Output only. Timestamp when this model evaluation was created.
.google.protobuf.Timestamp create_time = 4;public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
Output only. Timestamp when this model evaluation was created.
.google.protobuf.Timestamp create_time = 4;public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp when this model evaluation was created.
.google.protobuf.Timestamp create_time = 4;getCreateTimeOrBuilder in interface EvaluationOrBuilderpublic boolean hasEvaluationMetrics()
Output only. Metrics of the evaluation.
.google.cloud.datalabeling.v1beta1.EvaluationMetrics evaluation_metrics = 5;hasEvaluationMetrics in interface EvaluationOrBuilderpublic EvaluationMetrics getEvaluationMetrics()
Output only. Metrics of the evaluation.
.google.cloud.datalabeling.v1beta1.EvaluationMetrics evaluation_metrics = 5;getEvaluationMetrics in interface EvaluationOrBuilderpublic Evaluation.Builder setEvaluationMetrics(EvaluationMetrics value)
Output only. Metrics of the evaluation.
.google.cloud.datalabeling.v1beta1.EvaluationMetrics evaluation_metrics = 5;public Evaluation.Builder setEvaluationMetrics(EvaluationMetrics.Builder builderForValue)
Output only. Metrics of the evaluation.
.google.cloud.datalabeling.v1beta1.EvaluationMetrics evaluation_metrics = 5;public Evaluation.Builder mergeEvaluationMetrics(EvaluationMetrics value)
Output only. Metrics of the evaluation.
.google.cloud.datalabeling.v1beta1.EvaluationMetrics evaluation_metrics = 5;public Evaluation.Builder clearEvaluationMetrics()
Output only. Metrics of the evaluation.
.google.cloud.datalabeling.v1beta1.EvaluationMetrics evaluation_metrics = 5;public EvaluationMetrics.Builder getEvaluationMetricsBuilder()
Output only. Metrics of the evaluation.
.google.cloud.datalabeling.v1beta1.EvaluationMetrics evaluation_metrics = 5;public EvaluationMetricsOrBuilder getEvaluationMetricsOrBuilder()
Output only. Metrics of the evaluation.
.google.cloud.datalabeling.v1beta1.EvaluationMetrics evaluation_metrics = 5;getEvaluationMetricsOrBuilder in interface EvaluationOrBuilderpublic int getAnnotationTypeValue()
Type of the annotation to compute metrics for in the groundtruth and annotation labeled dataset. Required for creation.
.google.cloud.datalabeling.v1beta1.AnnotationType annotation_type = 6;getAnnotationTypeValue in interface EvaluationOrBuilderpublic Evaluation.Builder setAnnotationTypeValue(int value)
Type of the annotation to compute metrics for in the groundtruth and annotation labeled dataset. Required for creation.
.google.cloud.datalabeling.v1beta1.AnnotationType annotation_type = 6;public AnnotationType getAnnotationType()
Type of the annotation to compute metrics for in the groundtruth and annotation labeled dataset. Required for creation.
.google.cloud.datalabeling.v1beta1.AnnotationType annotation_type = 6;getAnnotationType in interface EvaluationOrBuilderpublic Evaluation.Builder setAnnotationType(AnnotationType value)
Type of the annotation to compute metrics for in the groundtruth and annotation labeled dataset. Required for creation.
.google.cloud.datalabeling.v1beta1.AnnotationType annotation_type = 6;public Evaluation.Builder clearAnnotationType()
Type of the annotation to compute metrics for in the groundtruth and annotation labeled dataset. Required for creation.
.google.cloud.datalabeling.v1beta1.AnnotationType annotation_type = 6;public long getEvaluatedItemCount()
Output only. Count of items in groundtruth dataset included in this evaluation. Will be unset if annotation type is not applicable.
int64 evaluated_item_count = 7;getEvaluatedItemCount in interface EvaluationOrBuilderpublic Evaluation.Builder setEvaluatedItemCount(long value)
Output only. Count of items in groundtruth dataset included in this evaluation. Will be unset if annotation type is not applicable.
int64 evaluated_item_count = 7;public Evaluation.Builder clearEvaluatedItemCount()
Output only. Count of items in groundtruth dataset included in this evaluation. Will be unset if annotation type is not applicable.
int64 evaluated_item_count = 7;public final Evaluation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Evaluation.Builder>public final Evaluation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Evaluation.Builder>Copyright © 2019 Google LLC. All rights reserved.