public sealed class FasterDeploymentConfig : IMessage<FasterDeploymentConfig>, IEquatable<FasterDeploymentConfig>, IDeepCloneable<FasterDeploymentConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class FasterDeploymentConfig.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation is for the `FasterDeploymentConfig` class within the Vertex AI v1beta1 API, specifically in the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The `FasterDeploymentConfig` class is designed to configure settings for faster model deployment and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and provides methods like `GetHashCode()`, `GetType()`, and `ToString()` while offering two constructors, one default and one that takes another `FasterDeploymentConfig` instance."],["`FasterDeploymentConfig` has one property, `FastTryoutEnabled`, a boolean value, which when set to true enables a fast tryout feature for the deployed model."],["The latest version of this class is beta21, with a previous version beta20 available."]]],[]]