Output only. Read-only. Revision number determines the relative priority of
DeployedModels in the same rollout. The DeployedModel with the largest
revision number specifies the intended state of the deployment.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eRolloutOptions\u003c/code\u003e class in the Vertex AI v1beta1 API provides configuration settings for rolling deployments.\u003c/p\u003e\n"],["\u003cp\u003eIt implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers properties to manage allowed additional replicas (\u003ccode\u003eMaxSurgePercentage\u003c/code\u003e, \u003ccode\u003eMaxSurgeReplicas\u003c/code\u003e) and unavailable replicas (\u003ccode\u003eMaxUnavailablePercentage\u003c/code\u003e, \u003ccode\u003eMaxUnavailableReplicas\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties to check if certain fields are set (\u003ccode\u003eHasMaxSurgePercentage\u003c/code\u003e, \u003ccode\u003eHasMaxSurgeReplicas\u003c/code\u003e, \u003ccode\u003eHasMaxUnavailablePercentage\u003c/code\u003e, \u003ccode\u003eHasMaxUnavailableReplicas\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRolloutOptions\u003c/code\u003e enables the specification of a \u003ccode\u003ePreviousDeployedModel\u003c/code\u003e ID for model replacement during deployment and includes a \u003ccode\u003eRevisionNumber\u003c/code\u003e to determine the priority of models in the same rollout.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class RolloutOptions (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.RolloutOptions)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.RolloutOptions) \n\n public sealed class RolloutOptions : IMessage\u003cRolloutOptions\u003e, IEquatable\u003cRolloutOptions\u003e, IDeepCloneable\u003cRolloutOptions\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class RolloutOptions.\n\nConfiguration for rolling deployments. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e RolloutOptions \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[RolloutOptions](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.RolloutOptions), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[RolloutOptions](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.RolloutOptions), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[RolloutOptions](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.RolloutOptions), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### RolloutOptions()\n\n public RolloutOptions()\n\n### RolloutOptions(RolloutOptions)\n\n public RolloutOptions(RolloutOptions other)\n\nProperties\n----------\n\n### HasMaxSurgePercentage\n\n public bool HasMaxSurgePercentage { get; }\n\nGets whether the \"max_surge_percentage\" field is set\n\n### HasMaxSurgeReplicas\n\n public bool HasMaxSurgeReplicas { get; }\n\nGets whether the \"max_surge_replicas\" field is set\n\n### HasMaxUnavailablePercentage\n\n public bool HasMaxUnavailablePercentage { get; }\n\nGets whether the \"max_unavailable_percentage\" field is set\n\n### HasMaxUnavailableReplicas\n\n public bool HasMaxUnavailableReplicas { get; }\n\nGets whether the \"max_unavailable_replicas\" field is set\n\n### MaxSurgeCase\n\n public RolloutOptions.MaxSurgeOneofCase MaxSurgeCase { get; }\n\n### MaxSurgePercentage\n\n public int MaxSurgePercentage { get; set; }\n\nPercentage of allowed additional replicas.\nFor autoscaling deployments, this refers to the target replica count.\n\n### MaxSurgeReplicas\n\n public int MaxSurgeReplicas { get; set; }\n\nAbsolute count of allowed additional replicas.\n\n### MaxUnavailableCase\n\n public RolloutOptions.MaxUnavailableOneofCase MaxUnavailableCase { get; }\n\n### MaxUnavailablePercentage\n\n public int MaxUnavailablePercentage { get; set; }\n\nPercentage of replicas allowed to be unavailable.\nFor autoscaling deployments, this refers to the target replica count.\n\n### MaxUnavailableReplicas\n\n public int MaxUnavailableReplicas { get; set; }\n\nAbsolute count of replicas allowed to be unavailable.\n\n### PreviousDeployedModel\n\n public string PreviousDeployedModel { get; set; }\n\nID of the DeployedModel that this deployment should replace.\n\n### RevisionNumber\n\n public int RevisionNumber { get; set; }\n\nOutput only. Read-only. Revision number determines the relative priority of\nDeployedModels in the same rollout. The DeployedModel with the largest\nrevision number specifies the intended state of the deployment."]]