Send feedback
Class ClassificationPredictionResult (3.23.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.23.0 keyboard_arrow_down
public final class ClassificationPredictionResult extends GeneratedMessageV3 implements ClassificationPredictionResultOrBuilder
Prediction output format for Image and Text Classification.
Protobuf type
google.cloud.aiplatform.v1.schema.predict.prediction.ClassificationPredictionResult
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
public static final int CONFIDENCES_FIELD_NUMBER
Field Value Type Description int
public static final int DISPLAY_NAMES_FIELD_NUMBER
Field Value Type Description int
public static final int IDS_FIELD_NUMBER
Field Value Type Description int
Static Methods
public static ClassificationPredictionResult getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static ClassificationPredictionResult . Builder newBuilder ()
public static ClassificationPredictionResult . Builder newBuilder ( ClassificationPredictionResult prototype )
public static ClassificationPredictionResult parseDelimitedFrom ( InputStream input )
public static ClassificationPredictionResult parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static ClassificationPredictionResult parseFrom ( byte [] data )
Parameter Name Description data
byte []
public static ClassificationPredictionResult parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static ClassificationPredictionResult parseFrom ( ByteString data )
public static ClassificationPredictionResult parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ClassificationPredictionResult parseFrom ( CodedInputStream input )
public static ClassificationPredictionResult parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ClassificationPredictionResult parseFrom ( InputStream input )
public static ClassificationPredictionResult parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static ClassificationPredictionResult parseFrom ( ByteBuffer data )
public static ClassificationPredictionResult parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<ClassificationPredictionResult> parser ()
Methods
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
public 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 Name Description index
int
The index of the element to return.
Returns Type Description float
The confidences at the given index.
public 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 Type Description int
The count of confidences.
public 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 Type Description List <Float >
A list containing the confidences.
public ClassificationPredictionResult getDefaultInstanceForType ()
public String getDisplayNames ( int index )
The display names of the AnnotationSpecs that had been identified, order
matches the IDs.
repeated string display_names = 2;
Parameter Name Description index
int
The index of the element to return.
Returns Type Description String
The displayNames at the given index.
public ByteString getDisplayNamesBytes ( int index )
The display names of the AnnotationSpecs that had been identified, order
matches the IDs.
repeated string display_names = 2;
Parameter Name Description index
int
The index of the value to return.
Returns Type Description ByteString
The bytes of the displayNames at the given index.
public int getDisplayNamesCount ()
The display names of the AnnotationSpecs that had been identified, order
matches the IDs.
repeated string display_names = 2;
Returns Type Description int
The count of displayNames.
public ProtocolStringList getDisplayNamesList ()
The display names of the AnnotationSpecs that had been identified, order
matches the IDs.
repeated string display_names = 2;
public long getIds ( int index )
The resource IDs of the AnnotationSpecs that had been identified.
repeated int64 ids = 1;
Parameter Name Description index
int
The index of the element to return.
Returns Type Description long
The ids at the given index.
The resource IDs of the AnnotationSpecs that had been identified.
repeated int64 ids = 1;
Returns Type Description int
The count of ids.
public List<Long> getIdsList ()
The resource IDs of the AnnotationSpecs that had been identified.
repeated int64 ids = 1;
Returns Type Description List <Long >
A list containing the ids.
public Parser<ClassificationPredictionResult> getParserForType ()
Overrides
public int getSerializedSize ()
Returns Type Description int
Overrides
Returns Type Description int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public ClassificationPredictionResult . Builder newBuilderForType ()
protected ClassificationPredictionResult . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
public ClassificationPredictionResult . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]