Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec

The specification of a Reasoning Engine deployment.

Inheritance
object
GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX