GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec class
The specification of a Reasoning Engine deployment.
Constructors
-
GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec.new({int? containerConcurrency, List<
GoogleCloudAiplatformV1EnvVar> ? env, int? maxInstances, int? minInstances, GoogleCloudAiplatformV1PscInterfaceConfig? pscInterfaceConfig, Map<String, String> ? resourceLimits, List<GoogleCloudAiplatformV1SecretEnvVar> ? secretEnv}) - GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec.fromJson(Map json_)
Properties
- containerConcurrency ↔ int?
-
Concurrency for each container and agent server.
getter/setter pair
-
env
↔ List<
GoogleCloudAiplatformV1EnvVar> ? -
Environment variables to be set with the Reasoning Engine deployment.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxInstances ↔ int?
-
The maximum number of application instances that can be launched to handle
increased traffic.
getter/setter pair
- minInstances ↔ int?
-
The minimum number of application instances that will be kept running at
all times.
getter/setter pair
- pscInterfaceConfig ↔ GoogleCloudAiplatformV1PscInterfaceConfig?
-
Configuration for PSC-I.
getter/setter pair
-
resourceLimits
↔ Map<
String, String> ? -
Resource limits for each container.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
secretEnv
↔ List<
GoogleCloudAiplatformV1SecretEnvVar> ? -
Environment variables where the value is a secret in Cloud Secret Manager.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited