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.v1.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
public static final int SUCCESSFUL_FORECAST_POINT_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 long getSuccessfulForecastPointCount()
Output only. The number of the successful forecast points that are
generated by the forecasting model. This is ONLY used by the forecasting
batch prediction.
int64 successful_forecast_point_count = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
long | The successfulForecastPointCount.
|
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