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

ContainerConcurrency

Optional. Concurrency for each container and agent server. Recommended value: 2 * cpu + 1. Defaults to 9.

Declaration
[JsonProperty("containerConcurrency")]
public virtual int? ContainerConcurrency { get; set; }
Property Value
Type Description
int?

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>

MaxInstances

Optional. The maximum number of application instances that can be launched to handle increased traffic. Defaults to 100. Range: [1, 1000]. If VPC-SC or PSC-I is enabled, the acceptable range is [1, 100].

Declaration
[JsonProperty("maxInstances")]
public virtual int? MaxInstances { get; set; }
Property Value
Type Description
int?

MinInstances

Optional. The minimum number of application instances that will be kept running at all times. Defaults to 1. Range: [0, 10].

Declaration
[JsonProperty("minInstances")]
public virtual int? MinInstances { get; set; }
Property Value
Type Description
int?

PscInterfaceConfig

Optional. Configuration for PSC-I.

Declaration
[JsonProperty("pscInterfaceConfig")]
public virtual GoogleCloudAiplatformV1PscInterfaceConfig PscInterfaceConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1PscInterfaceConfig

ResourceLimits

Optional. Resource limits for each container. Only 'cpu' and 'memory' keys are supported. Defaults to {"cpu": "4", "memory": "4Gi"}. * The only supported values for CPU are '1', '2', '4', '6' and '8'. For more information, go to https://cloud.google.com/run/docs/configuring/cpu. * The only supported values for memory are '1Gi', '2Gi', ... '32 Gi'. * For required cpu on different memory values, go to https://cloud.google.com/run/docs/configuring/memory-limits

Declaration
[JsonProperty("resourceLimits")]
public virtual IDictionary<string, string> ResourceLimits { get; set; }
Property Value
Type Description
IDictionary<string, string>

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