Interface ClassificationPredictionResultOrBuilder (3.42.0)

public interface ClassificationPredictionResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConfidences(int index)

public abstract float getConfidences(int index)

The Model's confidences in correctness of the predicted IDs, higher value means higher confidence. Order matches the Ids.

repeated float confidences = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
float

The confidences at the given index.

getConfidencesCount()

public abstract int getConfidencesCount()

The Model's confidences in correctness of the predicted IDs, higher value means higher confidence. Order matches the Ids.

repeated float confidences = 3;

Returns
TypeDescription
int

The count of confidences.

getConfidencesList()

public abstract List<Float> getConfidencesList()

The Model's confidences in correctness of the predicted IDs, higher value means higher confidence. Order matches the Ids.

repeated float confidences = 3;

Returns
TypeDescription
List<Float>

A list containing the confidences.

getDisplayNames(int index)

public abstract String getDisplayNames(int index)

The display names of the AnnotationSpecs that had been identified, order matches the IDs.

repeated string display_names = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The displayNames at the given index.

getDisplayNamesBytes(int index)

public abstract ByteString getDisplayNamesBytes(int index)

The display names of the AnnotationSpecs that had been identified, order matches the IDs.

repeated string display_names = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the displayNames at the given index.

getDisplayNamesCount()

public abstract int getDisplayNamesCount()

The display names of the AnnotationSpecs that had been identified, order matches the IDs.

repeated string display_names = 2;

Returns
TypeDescription
int

The count of displayNames.

getDisplayNamesList()

public abstract List<String> getDisplayNamesList()

The display names of the AnnotationSpecs that had been identified, order matches the IDs.

repeated string display_names = 2;

Returns
TypeDescription
List<String>

A list containing the displayNames.

getIds(int index)

public abstract long getIds(int index)

The resource IDs of the AnnotationSpecs that had been identified.

repeated int64 ids = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
long

The ids at the given index.

getIdsCount()

public abstract int getIdsCount()

The resource IDs of the AnnotationSpecs that had been identified.

repeated int64 ids = 1;

Returns
TypeDescription
int

The count of ids.

getIdsList()

public abstract List<Long> getIdsList()

The resource IDs of the AnnotationSpecs that had been identified.

repeated int64 ids = 1;

Returns
TypeDescription
List<Long>

A list containing the ids.