Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::DeploymentSpec (v1.5.0)

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

The specification of a Reasoning Engine deployment.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#env

def env() -> ::Array<::Google::Cloud::AIPlatform::V1::EnvVar>
Returns
  • (::Array<::Google::Cloud::AIPlatform::V1::EnvVar>) — Optional. Environment variables to be set with the Reasoning Engine deployment. The environment variables can be updated through the UpdateReasoningEngine API.

#env=

def env=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::EnvVar>
Parameter
  • value (::Array<::Google::Cloud::AIPlatform::V1::EnvVar>) — Optional. Environment variables to be set with the Reasoning Engine deployment. The environment variables can be updated through the UpdateReasoningEngine API.
Returns
  • (::Array<::Google::Cloud::AIPlatform::V1::EnvVar>) — Optional. Environment variables to be set with the Reasoning Engine deployment. The environment variables can be updated through the UpdateReasoningEngine API.

#secret_env

def secret_env() -> ::Array<::Google::Cloud::AIPlatform::V1::SecretEnvVar>
Returns
  • (::Array<::Google::Cloud::AIPlatform::V1::SecretEnvVar>) — 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.

#secret_env=

def secret_env=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::SecretEnvVar>
Parameter
  • value (::Array<::Google::Cloud::AIPlatform::V1::SecretEnvVar>) — 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.
Returns
  • (::Array<::Google::Cloud::AIPlatform::V1::SecretEnvVar>) — 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.