Class: Google::Cloud::AIPlatform::V1::EnvVar

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/env_var.rb

Overview

Represents an environment variable present in a Container or Python Module.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String



37
38
39
40
# File 'proto_docs/google/cloud/aiplatform/v1/env_var.rb', line 37

class EnvVar
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#value::String



37
38
39
40
# File 'proto_docs/google/cloud/aiplatform/v1/env_var.rb', line 37

class EnvVar
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end