Sha256: 79b523b65ccaae67d63af2093e808d162c33e981e0b0a363a7072555d30aeccd
Contents?: true
Size: 919 Bytes
Versions: 1
Compression:
Stored size: 919 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 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
google-cloud-ai_platform-v1-0.2.0 | lib/google/cloud/aiplatform/v1/job_state_pb.rb |