Sha256: e54a5ffab745b9e574f2adf7acc624f9f99a2384f2ffa4b188a6e5d7463d4186
Contents?: true
Size: 955 Bytes
Versions: 23
Compression:
Stored size: 955 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/aiplatform/v1/job_state.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/aiplatform/v1/job_state.proto", :syntax => :proto3) do add_enum "google.cloud.aiplatform.v1.JobState" do value :JOB_STATE_UNSPECIFIED, 0 value :JOB_STATE_QUEUED, 1 value :JOB_STATE_PENDING, 2 value :JOB_STATE_RUNNING, 3 value :JOB_STATE_SUCCEEDED, 4 value :JOB_STATE_FAILED, 5 value :JOB_STATE_CANCELLING, 6 value :JOB_STATE_CANCELLED, 7 value :JOB_STATE_PAUSED, 8 value :JOB_STATE_EXPIRED, 9 value :JOB_STATE_UPDATING, 10 end end end module Google module Cloud module AIPlatform module V1 JobState = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.JobState").enummodule end end end end
Version data entries
23 entries across 23 versions & 1 rubygems