public static final class CompletionStats.Builder extends GeneratedMessageV3.Builder<CompletionStats.Builder> 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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public CompletionStats.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public CompletionStats build()
public CompletionStats buildPartial()
public CompletionStats.Builder clear()
Overrides
public CompletionStats.Builder clearFailedCount()
Output only. The number of entities for which any error was encountered.
int64 failed_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public CompletionStats.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public CompletionStats.Builder clearIncompleteCount()
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];
public CompletionStats.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public CompletionStats.Builder clearSuccessfulCount()
Output only. The number of entities that had been processed successfully.
int64 successful_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public CompletionStats.Builder clearSuccessfulForecastPointCount()
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];
public CompletionStats.Builder clone()
Overrides
public CompletionStats getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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 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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public CompletionStats.Builder mergeFrom(CompletionStats other)
public CompletionStats.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public CompletionStats.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public final CompletionStats.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public CompletionStats.Builder setFailedCount(long value)
Output only. The number of entities for which any error was encountered.
int64 failed_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
---|
Name | Description |
value | long
The failedCount to set.
|
public CompletionStats.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public CompletionStats.Builder setIncompleteCount(long value)
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];
Parameter |
---|
Name | Description |
value | long
The incompleteCount to set.
|
public CompletionStats.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public CompletionStats.Builder setSuccessfulCount(long value)
Output only. The number of entities that had been processed successfully.
int64 successful_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
---|
Name | Description |
value | long
The successfulCount to set.
|
public CompletionStats.Builder setSuccessfulForecastPointCount(long value)
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];
Parameter |
---|
Name | Description |
value | long
The successfulForecastPointCount to set.
|
public final CompletionStats.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides