Send feedback
Class CompletionStats (2.9.5)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.9.5 keyboard_arrow_down
public final class CompletionStats extends GeneratedMessageV3 implements CompletionStatsOrBuilder
Success and error statistics of processing multiple entities
(for example, DataItems or structured data rows) in batch.
Protobuf type google.cloud.aiplatform.v1beta1.CompletionStats
Static Fields
public static final int FAILED_COUNT_FIELD_NUMBER
Field Value
public static final int INCOMPLETE_COUNT_FIELD_NUMBER
Field Value
public static final int SUCCESSFUL_COUNT_FIELD_NUMBER
Field Value
Static Methods
public static CompletionStats getDefaultInstance ()
Returns
public static final Descriptors . Descriptor getDescriptor ()
Returns
public static CompletionStats . Builder newBuilder ()
Returns
public static CompletionStats . Builder newBuilder ( CompletionStats prototype )
Parameter
Returns
public static CompletionStats parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static CompletionStats parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static CompletionStats parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
public static CompletionStats parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static CompletionStats parseFrom ( ByteString data )
Parameter
Returns
Exceptions
public static CompletionStats parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static CompletionStats parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static CompletionStats parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static CompletionStats parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static CompletionStats parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static CompletionStats parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
public static CompletionStats parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Parser<CompletionStats> parser ()
Returns
Methods
public boolean equals ( Object obj )
Parameter
Returns
Overrides
public CompletionStats getDefaultInstanceForType ()
Returns
public long getFailedCount ()
Output only. The number of entities for which any error was encountered.
int64 failed_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type Description long The failedCount.
public long getIncompleteCount ()
Output only. In cases when enough errors are encountered a job, pipeline, or operation
may be failed as a whole. Below is the number of entities for which the
processing had not been finished (either in successful or failed state).
Set to -1 if the number is unknown (for example, the operation failed
before the total entity number could be collected).
int64 incomplete_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type Description long The incompleteCount.
public Parser<CompletionStats> getParserForType ()
Returns
Overrides
public int getSerializedSize ()
Returns
Overrides
public long getSuccessfulCount ()
Output only. The number of entities that had been processed successfully.
int64 successful_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type Description long The successfulCount.
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public CompletionStats . Builder newBuilderForType ()
Returns
protected CompletionStats . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
public CompletionStats . Builder toBuilder ()
Returns
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
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."],[],[]]