Class: Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::DeploymentSpec

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb

Overview

The specification of a Reasoning Engine deployment.

Instance Attribute Summary collapse

Instance Attribute Details

#env::Array<::Google::Cloud::AIPlatform::V1::EnvVar>

Returns 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.



85
86
87
88
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 85

class DeploymentSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#secret_env::Array<::Google::Cloud::AIPlatform::V1::SecretEnvVar>

Returns 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.



85
86
87
88
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 85

class DeploymentSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end