# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/aiplatform/v1/completion_stats.proto require 'google/protobuf' require 'google/api/field_behavior_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/aiplatform/v1/completion_stats.proto", :syntax => :proto3) do add_message "google.cloud.aiplatform.v1.CompletionStats" do optional :successful_count, :int64, 1 optional :failed_count, :int64, 2 optional :incomplete_count, :int64, 3 optional :successful_forecast_point_count, :int64, 5 end end end module Google module Cloud module AIPlatform module V1 CompletionStats = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.CompletionStats").msgclass end end end end