Uses of Class
com.google.cloud.datalabeling.v1beta1.LabelStats
-
Packages that use LabelStats Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of LabelStats in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return LabelStats Modifier and Type Method Description LabelStats
LabelStats.Builder. build()
LabelStats
LabelStats.Builder. buildPartial()
static LabelStats
LabelStats. getDefaultInstance()
LabelStats
LabelStats.Builder. getDefaultInstanceForType()
LabelStats
LabelStats. getDefaultInstanceForType()
LabelStats
AnnotatedDataset.Builder. getLabelStats()
Output only.LabelStats
AnnotatedDataset. getLabelStats()
Output only.LabelStats
AnnotatedDatasetOrBuilder. getLabelStats()
Output only.LabelStats
ExportDataOperationResponse.Builder. getLabelStats()
Output only.LabelStats
ExportDataOperationResponse. getLabelStats()
Output only.LabelStats
ExportDataOperationResponseOrBuilder. getLabelStats()
Output only.static LabelStats
LabelStats. parseDelimitedFrom(InputStream input)
static LabelStats
LabelStats. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelStats
LabelStats. parseFrom(byte[] data)
static LabelStats
LabelStats. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelStats
LabelStats. parseFrom(com.google.protobuf.ByteString data)
static LabelStats
LabelStats. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelStats
LabelStats. parseFrom(com.google.protobuf.CodedInputStream input)
static LabelStats
LabelStats. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelStats
LabelStats. parseFrom(InputStream input)
static LabelStats
LabelStats. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelStats
LabelStats. parseFrom(ByteBuffer data)
static LabelStats
LabelStats. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type LabelStats Modifier and Type Method Description com.google.protobuf.Parser<LabelStats>
LabelStats. getParserForType()
static com.google.protobuf.Parser<LabelStats>
LabelStats. parser()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type LabelStats Modifier and Type Method Description LabelStats.Builder
LabelStats.Builder. mergeFrom(LabelStats other)
AnnotatedDataset.Builder
AnnotatedDataset.Builder. mergeLabelStats(LabelStats value)
Output only.ExportDataOperationResponse.Builder
ExportDataOperationResponse.Builder. mergeLabelStats(LabelStats value)
Output only.static LabelStats.Builder
LabelStats. newBuilder(LabelStats prototype)
AnnotatedDataset.Builder
AnnotatedDataset.Builder. setLabelStats(LabelStats value)
Output only.ExportDataOperationResponse.Builder
ExportDataOperationResponse.Builder. setLabelStats(LabelStats value)
Output only.
-