Class GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec
The specification of a Reasoning Engine deployment.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Env
Optional. Environment variables to be set with the Reasoning Engine deployment. The environment variables can be updated through the UpdateReasoningEngine API.
Declaration
[JsonProperty("env")]
public virtual IList<GoogleCloudAiplatformV1EnvVar> Env { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1EnvVar> |
SecretEnv
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.
Declaration
[JsonProperty("secretEnv")]
public virtual IList<GoogleCloudAiplatformV1SecretEnvVar> SecretEnv { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1SecretEnvVar> |