public final class PrCurve extends com.google.protobuf.GeneratedMessageV3 implements PrCurveOrBuilder
google.cloud.datalabeling.v1beta1.PrCurve| Modifier and Type | Class and Description |
|---|---|
static class |
PrCurve.Builder
Protobuf type
google.cloud.datalabeling.v1beta1.PrCurve |
static class |
PrCurve.ConfidenceMetricsEntry
Protobuf type
google.cloud.datalabeling.v1beta1.PrCurve.ConfidenceMetricsEntry |
static interface |
PrCurve.ConfidenceMetricsEntryOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ANNOTATION_SPEC_FIELD_NUMBER |
static int |
AREA_UNDER_CURVE_FIELD_NUMBER |
static int |
CONFIDENCE_METRICS_ENTRIES_FIELD_NUMBER |
static int |
MEAN_AVERAGE_PRECISION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AnnotationSpec |
getAnnotationSpec()
PR curve against which annotation spec.
|
AnnotationSpecOrBuilder |
getAnnotationSpecOrBuilder()
PR curve against which annotation spec.
|
float |
getAreaUnderCurve()
Area under precision recall curve.
|
PrCurve.ConfidenceMetricsEntry |
getConfidenceMetricsEntries(int index)
entries to draw PR graph.
|
int |
getConfidenceMetricsEntriesCount()
entries to draw PR graph.
|
List<PrCurve.ConfidenceMetricsEntry> |
getConfidenceMetricsEntriesList()
entries to draw PR graph.
|
PrCurve.ConfidenceMetricsEntryOrBuilder |
getConfidenceMetricsEntriesOrBuilder(int index)
entries to draw PR graph.
|
List<? extends PrCurve.ConfidenceMetricsEntryOrBuilder> |
getConfidenceMetricsEntriesOrBuilderList()
entries to draw PR graph.
|
static PrCurve |
getDefaultInstance() |
PrCurve |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
float |
getMeanAveragePrecision()
mean average prcision of this curve.
|
com.google.protobuf.Parser<PrCurve> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAnnotationSpec()
PR curve against which annotation spec.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static PrCurve.Builder |
newBuilder() |
static PrCurve.Builder |
newBuilder(PrCurve prototype) |
PrCurve.Builder |
newBuilderForType() |
protected PrCurve.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static PrCurve |
parseDelimitedFrom(InputStream input) |
static PrCurve |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PrCurve |
parseFrom(byte[] data) |
static PrCurve |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PrCurve |
parseFrom(ByteBuffer data) |
static PrCurve |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PrCurve |
parseFrom(com.google.protobuf.ByteString data) |
static PrCurve |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PrCurve |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PrCurve |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PrCurve |
parseFrom(InputStream input) |
static PrCurve |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PrCurve> |
parser() |
PrCurve.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ANNOTATION_SPEC_FIELD_NUMBER
public static final int AREA_UNDER_CURVE_FIELD_NUMBER
public static final int CONFIDENCE_METRICS_ENTRIES_FIELD_NUMBER
public static final int MEAN_AVERAGE_PRECISION_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasAnnotationSpec()
PR curve against which annotation spec. Could be empty.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;hasAnnotationSpec in interface PrCurveOrBuilderpublic AnnotationSpec getAnnotationSpec()
PR curve against which annotation spec. Could be empty.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;getAnnotationSpec in interface PrCurveOrBuilderpublic AnnotationSpecOrBuilder getAnnotationSpecOrBuilder()
PR curve against which annotation spec. Could be empty.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;getAnnotationSpecOrBuilder in interface PrCurveOrBuilderpublic float getAreaUnderCurve()
Area under precision recall curve.
float area_under_curve = 2;getAreaUnderCurve in interface PrCurveOrBuilderpublic List<PrCurve.ConfidenceMetricsEntry> getConfidenceMetricsEntriesList()
entries to draw PR graph.
repeated .google.cloud.datalabeling.v1beta1.PrCurve.ConfidenceMetricsEntry confidence_metrics_entries = 3;
getConfidenceMetricsEntriesList in interface PrCurveOrBuilderpublic List<? extends PrCurve.ConfidenceMetricsEntryOrBuilder> getConfidenceMetricsEntriesOrBuilderList()
entries to draw PR graph.
repeated .google.cloud.datalabeling.v1beta1.PrCurve.ConfidenceMetricsEntry confidence_metrics_entries = 3;
getConfidenceMetricsEntriesOrBuilderList in interface PrCurveOrBuilderpublic int getConfidenceMetricsEntriesCount()
entries to draw PR graph.
repeated .google.cloud.datalabeling.v1beta1.PrCurve.ConfidenceMetricsEntry confidence_metrics_entries = 3;
getConfidenceMetricsEntriesCount in interface PrCurveOrBuilderpublic PrCurve.ConfidenceMetricsEntry getConfidenceMetricsEntries(int index)
entries to draw PR graph.
repeated .google.cloud.datalabeling.v1beta1.PrCurve.ConfidenceMetricsEntry confidence_metrics_entries = 3;
getConfidenceMetricsEntries in interface PrCurveOrBuilderpublic PrCurve.ConfidenceMetricsEntryOrBuilder getConfidenceMetricsEntriesOrBuilder(int index)
entries to draw PR graph.
repeated .google.cloud.datalabeling.v1beta1.PrCurve.ConfidenceMetricsEntry confidence_metrics_entries = 3;
getConfidenceMetricsEntriesOrBuilder in interface PrCurveOrBuilderpublic float getMeanAveragePrecision()
mean average prcision of this curve.
float mean_average_precision = 4;getMeanAveragePrecision in interface PrCurveOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static PrCurve parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PrCurve parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PrCurve parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PrCurve parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PrCurve parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PrCurve parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PrCurve parseFrom(InputStream input) throws IOException
IOExceptionpublic static PrCurve parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PrCurve parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PrCurve parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PrCurve parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PrCurve parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic PrCurve.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PrCurve.Builder newBuilder()
public static PrCurve.Builder newBuilder(PrCurve prototype)
public PrCurve.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PrCurve.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static PrCurve getDefaultInstance()
public static com.google.protobuf.Parser<PrCurve> parser()
public com.google.protobuf.Parser<PrCurve> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public PrCurve getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019 Google LLC. All rights reserved.