Class GoogleCloudAiplatformV1beta1RolloutOptions
Configuration for rolling deployments.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1RolloutOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxSurgePercentage
Percentage of allowed additional replicas. For autoscaling deployments, this refers to the target replica count.
Declaration
[JsonProperty("maxSurgePercentage")]
public virtual int? MaxSurgePercentage { get; set; }
Property Value
Type | Description |
---|---|
int? |
MaxSurgeReplicas
Absolute count of allowed additional replicas.
Declaration
[JsonProperty("maxSurgeReplicas")]
public virtual int? MaxSurgeReplicas { get; set; }
Property Value
Type | Description |
---|---|
int? |
MaxUnavailablePercentage
Percentage of replicas allowed to be unavailable. For autoscaling deployments, this refers to the target replica count.
Declaration
[JsonProperty("maxUnavailablePercentage")]
public virtual int? MaxUnavailablePercentage { get; set; }
Property Value
Type | Description |
---|---|
int? |
MaxUnavailableReplicas
Absolute count of replicas allowed to be unavailable.
Declaration
[JsonProperty("maxUnavailableReplicas")]
public virtual int? MaxUnavailableReplicas { get; set; }
Property Value
Type | Description |
---|---|
int? |
PreviousDeployedModel
ID of the DeployedModel that this deployment should replace.
Declaration
[JsonProperty("previousDeployedModel")]
public virtual string PreviousDeployedModel { get; set; }
Property Value
Type | Description |
---|---|
string |
RevisionNumber
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.
Declaration
[JsonProperty("revisionNumber")]
public virtual int? RevisionNumber { get; set; }
Property Value
Type | Description |
---|---|
int? |