Class: Google::Cloud::AIPlatform::V1::CompletionStats

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#failed_count::Integer (readonly)



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)



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)



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)



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