View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec (google_api_ai_platform v0.25.0)

User provided package spec like pickled object and package requirements.

Attributes

  • dependencyFilesGcsUri (type: String.t, default: nil) - Optional. The Cloud Storage URI of the dependency files in tar.gz format.
  • pickleObjectGcsUri (type: String.t, default: nil) - Optional. The Cloud Storage URI of the pickled python object.
  • pythonVersion (type: String.t, default: nil) - Optional. The Python version. Currently support 3.8, 3.9, 3.10, 3.11. If not specified, default value is 3.10.
  • requirementsGcsUri (type: String.t, default: nil) - Optional. The Cloud Storage URI of the requirements.txt file

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec{
    dependencyFilesGcsUri: String.t() | nil,
    pickleObjectGcsUri: String.t() | nil,
    pythonVersion: String.t() | nil,
    requirementsGcsUri: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.