Class: Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::PackageSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::PackageSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb
Overview
User-provided package specification, containing pickled object and package requirements.
Instance Attribute Summary collapse
-
#dependency_files_gcs_uri ⇒ ::String
Optional.
-
#pickle_object_gcs_uri ⇒ ::String
Optional.
-
#python_version ⇒ ::String
Optional.
-
#requirements_gcs_uri ⇒ ::String
Optional.
Instance Attribute Details
#dependency_files_gcs_uri ⇒ ::String
Returns Optional. The Cloud Storage URI of the dependency files in tar.gz format.
75 76 77 78 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 75 class PackageSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pickle_object_gcs_uri ⇒ ::String
Returns Optional. The Cloud Storage URI of the pickled python object.
75 76 77 78 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 75 class PackageSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#python_version ⇒ ::String
Returns Optional. The Python version. Supported values are 3.9, 3.10, 3.11, 3.12, 3.13. If not specified, the default value is 3.10.
75 76 77 78 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 75 class PackageSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requirements_gcs_uri ⇒ ::String
Returns Optional. The Cloud Storage URI of the requirements.txt file.
75 76 77 78 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 75 class PackageSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |