Sha256: f2f3c6a95e95bb1f75d85abc087431d64523d1e08a4fbb6a0be4bf2bc8c5a678
Contents?: true
Size: 1.2 KB
Versions: 1
Compression:
Stored size: 1.2 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/aiplatform/v1/event.proto require 'google/api/annotations_pb' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
google-cloud-ai_platform-v1-0.1.0 | lib/google/cloud/aiplatform/v1/event_pb.rb |