Class: Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec::PythonSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec::PythonSpec
- 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
-
#entrypoint_module ⇒ ::String
Optional.
-
#entrypoint_object ⇒ ::String
Optional.
-
#requirements_file ⇒ ::String
Optional.
-
#version ⇒ ::String
Optional.
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 |