Class: Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec::PythonSpec

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

Overview

Specification for running a Python application from source.

Instance Attribute Summary collapse

Instance Attribute Details

#entrypoint_module::String



218
219
220
221
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 218

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

#entrypoint_object::String



218
219
220
221
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 218

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

#requirements_file::String



218
219
220
221
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 218

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

#version::String



218
219
220
221
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 218

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