Package com.google.cloud.aiplatform.v1
Interface ErrorAnalysisAnnotation.AttributedItemOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ErrorAnalysisAnnotation.AttributedItem
,ErrorAnalysisAnnotation.AttributedItem.Builder
- Enclosing class:
- ErrorAnalysisAnnotation
public static interface ErrorAnalysisAnnotation.AttributedItemOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAnnotationResourceName()
The unique ID for each annotation.com.google.protobuf.ByteString
getAnnotationResourceNameBytes()
The unique ID for each annotation.double
getDistance()
The distance of this item to the annotation.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAnnotationResourceName
String getAnnotationResourceName()
The unique ID for each annotation. Used by FE to allocate the annotation in DB.
string annotation_resource_name = 1;
- Returns:
- The annotationResourceName.
-
getAnnotationResourceNameBytes
com.google.protobuf.ByteString getAnnotationResourceNameBytes()
The unique ID for each annotation. Used by FE to allocate the annotation in DB.
string annotation_resource_name = 1;
- Returns:
- The bytes for annotationResourceName.
-
getDistance
double getDistance()
The distance of this item to the annotation.
double distance = 2;
- Returns:
- The distance.
-
-