public sealed class FasterDeploymentConfig : IMessage<FasterDeploymentConfig>, IEquatable<FasterDeploymentConfig>, IDeepCloneable<FasterDeploymentConfig>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class FasterDeploymentConfig.
Configuration for faster model deployment.
Implements
IMessageFasterDeploymentConfig, IEquatableFasterDeploymentConfig, IDeepCloneableFasterDeploymentConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
FasterDeploymentConfig()
public FasterDeploymentConfig()FasterDeploymentConfig(FasterDeploymentConfig)
public FasterDeploymentConfig(FasterDeploymentConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
FasterDeploymentConfig |
Properties
FastTryoutEnabled
public bool FastTryoutEnabled { get; set; }If true, enable fast tryout feature for this deployed model.
| Property Value | |
|---|---|
| Type | Description |
bool |
|