public sealed class ReasoningEngineSpec.Types.DeploymentSpec : IMessage<ReasoningEngineSpec.Types.DeploymentSpec>, IEquatable<ReasoningEngineSpec.Types.DeploymentSpec>, IDeepCloneable<ReasoningEngineSpec.Types.DeploymentSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class ReasoningEngineSpec.Types.DeploymentSpec.
The specification of a Reasoning Engine deployment.
Implements
IMessageReasoningEngineSpecTypesDeploymentSpec, IEquatableReasoningEngineSpecTypesDeploymentSpec, IDeepCloneableReasoningEngineSpecTypesDeploymentSpec, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DeploymentSpec()
public DeploymentSpec()
DeploymentSpec(DeploymentSpec)
public DeploymentSpec(ReasoningEngineSpec.Types.DeploymentSpec other)
Parameter | |
---|---|
Name | Description |
other |
ReasoningEngineSpecTypesDeploymentSpec |
Properties
Env
public RepeatedField<EnvVar> Env { get; }
Optional. Environment variables to be set with the Reasoning Engine deployment. The environment variables can be updated through the UpdateReasoningEngine API.
Property Value | |
---|---|
Type | Description |
RepeatedFieldEnvVar |
SecretEnv
public RepeatedField<SecretEnvVar> SecretEnv { get; }
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.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSecretEnvVar |