Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::PackageSpec (v0.62.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::PackageSpec.

User provided package spec like pickled object and package requirements.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dependency_files_gcs_uri

def dependency_files_gcs_uri() -> ::String
Returns
  • (::String) — Optional. The Cloud Storage URI of the dependency files in tar.gz format.

#dependency_files_gcs_uri=

def dependency_files_gcs_uri=(value) -> ::String
Parameter
  • value (::String) — Optional. The Cloud Storage URI of the dependency files in tar.gz format.
Returns
  • (::String) — Optional. The Cloud Storage URI of the dependency files in tar.gz format.

#pickle_object_gcs_uri

def pickle_object_gcs_uri() -> ::String
Returns
  • (::String) — Optional. The Cloud Storage URI of the pickled python object.

#pickle_object_gcs_uri=

def pickle_object_gcs_uri=(value) -> ::String
Parameter
  • value (::String) — Optional. The Cloud Storage URI of the pickled python object.
Returns
  • (::String) — Optional. The Cloud Storage URI of the pickled python object.

#python_version

def python_version() -> ::String
Returns
  • (::String) — Optional. The Python version. Currently support 3.8, 3.9, 3.10, 3.11. If not specified, default value is 3.10.

#python_version=

def python_version=(value) -> ::String
Parameter
  • value (::String) — Optional. The Python version. Currently support 3.8, 3.9, 3.10, 3.11. If not specified, default value is 3.10.
Returns
  • (::String) — Optional. The Python version. Currently support 3.8, 3.9, 3.10, 3.11. If not specified, default value is 3.10.

#requirements_gcs_uri

def requirements_gcs_uri() -> ::String
Returns
  • (::String) — Optional. The Cloud Storage URI of the requirements.txt file

#requirements_gcs_uri=

def requirements_gcs_uri=(value) -> ::String
Parameter
  • value (::String) — Optional. The Cloud Storage URI of the requirements.txt file
Returns
  • (::String) — Optional. The Cloud Storage URI of the requirements.txt file