GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec (google_api_ai_platform v0.27.0)

View Source

The specification of a Reasoning Engine deployment.

Attributes

  • env (type: list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EnvVar.t), default: nil) - Optional. Environment variables to be set with the Reasoning Engine deployment. The environment variables can be updated through the UpdateReasoningEngine API.
  • secretEnv (type: list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SecretEnvVar.t), default: nil) - Optional. Environment variables where the value is a secret in Cloud Secret Manager. To use this feature, add 'Secret Manager Secret Accessor' role (roles/secretmanager.secretAccessor) to AI Platform Reasoning Engine Service Agent.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec{
    env:
      [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EnvVar.t()] | nil,
    secretEnv:
      [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SecretEnvVar.t()]
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.