Class: Google::Cloud::AIPlatform::V1::CompletionStats
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CompletionStats
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/completion_stats.rb
Overview
Success and error statistics of processing multiple entities (for example, DataItems or structured data rows) in batch.
Instance Attribute Summary collapse
-
#failed_count ⇒ ::Integer
readonly
Output only.
-
#incomplete_count ⇒ ::Integer
readonly
Output only.
-
#successful_count ⇒ ::Integer
readonly
Output only.
-
#successful_forecast_point_count ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#failed_count ⇒ ::Integer (readonly)
Returns Output only. The number of entities for which any error was encountered.
44 45 46 47 |
# File 'proto_docs/google/cloud/aiplatform/v1/completion_stats.rb', line 44 class CompletionStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#incomplete_count ⇒ ::Integer (readonly)
Returns 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).
44 45 46 47 |
# File 'proto_docs/google/cloud/aiplatform/v1/completion_stats.rb', line 44 class CompletionStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#successful_count ⇒ ::Integer (readonly)
Returns Output only. The number of entities that had been processed successfully.
44 45 46 47 |
# File 'proto_docs/google/cloud/aiplatform/v1/completion_stats.rb', line 44 class CompletionStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#successful_forecast_point_count ⇒ ::Integer (readonly)
Returns 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.
44 45 46 47 |
# File 'proto_docs/google/cloud/aiplatform/v1/completion_stats.rb', line 44 class CompletionStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |