Cloud AI Platform v1beta1 API - Class FasterDeploymentConfig (1.0.0-beta09)

public sealed class FasterDeploymentConfig : IMessage<FasterDeploymentConfig>, IEquatable<FasterDeploymentConfig>, IDeepCloneable<FasterDeploymentConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class FasterDeploymentConfig.

Configuration for faster model deployment.

Inheritance

object > FasterDeploymentConfig

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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