| Modifier and Type | Method and Description |
|---|---|
static AnnotationType |
AnnotationType.forNumber(int value) |
AnnotationType |
AnnotatedDataset.getAnnotationType()
Output only.
|
AnnotationType |
AnnotatedDataset.Builder.getAnnotationType()
Output only.
|
AnnotationType |
InputConfigOrBuilder.getAnnotationType()
Optional.
|
AnnotationType |
EvaluationOrBuilder.getAnnotationType()
Type of the annotation to compute metrics for in the groundtruth and
annotation labeled dataset.
|
AnnotationType |
AnnotatedDatasetOrBuilder.getAnnotationType()
Output only.
|
AnnotationType |
InputConfig.getAnnotationType()
Optional.
|
AnnotationType |
InputConfig.Builder.getAnnotationType()
Optional.
|
AnnotationType |
Evaluation.getAnnotationType()
Type of the annotation to compute metrics for in the groundtruth and
annotation labeled dataset.
|
AnnotationType |
Evaluation.Builder.getAnnotationType()
Type of the annotation to compute metrics for in the groundtruth and
annotation labeled dataset.
|
static AnnotationType |
AnnotationType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AnnotationType |
AnnotationType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AnnotationType |
AnnotationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationType[] |
AnnotationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<AnnotationType> |
AnnotationType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedDataset.Builder |
AnnotatedDataset.Builder.setAnnotationType(AnnotationType value)
Output only.
|
InputConfig.Builder |
InputConfig.Builder.setAnnotationType(AnnotationType value)
Optional.
|
Evaluation.Builder |
Evaluation.Builder.setAnnotationType(AnnotationType value)
Type of the annotation to compute metrics for in the groundtruth and
annotation labeled dataset.
|
Copyright © 2019 Google LLC. All rights reserved.