Sha256: 0c6097b0b78f85ea17aba1570cf6ad1faf9751133c5f1604311dbc0d390af87c
Contents?: true
Size: 1.17 KB
Versions: 2
Compression:
Stored size: 1.17 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/aiplatform/v1/event.proto require 'google/api/field_behavior_pb' require 'google/api/resource_pb' require 'google/protobuf/timestamp_pb' require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/aiplatform/v1/event.proto", :syntax => :proto3) do add_message "google.cloud.aiplatform.v1.Event" do optional :artifact, :string, 1 optional :execution, :string, 2 optional :event_time, :message, 3, "google.protobuf.Timestamp" optional :type, :enum, 4, "google.cloud.aiplatform.v1.Event.Type" map :labels, :string, :string, 5 end add_enum "google.cloud.aiplatform.v1.Event.Type" do value :TYPE_UNSPECIFIED, 0 value :INPUT, 1 value :OUTPUT, 2 end end end module Google module Cloud module AIPlatform module V1 Event = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.Event").msgclass Event::Type = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.Event.Type").enummodule end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
google-cloud-ai_platform-v1-0.3.0 | lib/google/cloud/aiplatform/v1/event_pb.rb |
google-cloud-ai_platform-v1-0.2.0 | lib/google/cloud/aiplatform/v1/event_pb.rb |