Uses of Class
com.google.cloud.aiplatform.v1beta1.RolloutOptions.Builder
Packages that use RolloutOptions.Builder
-
Uses of RolloutOptions.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return RolloutOptions.BuilderModifier and TypeMethodDescriptionRolloutOptions.Builder.clear()RolloutOptions.Builder.clearMaxSurge()RolloutOptions.Builder.clearMaxSurgePercentage()Percentage of allowed additional replicas.RolloutOptions.Builder.clearMaxSurgeReplicas()Absolute count of allowed additional replicas.RolloutOptions.Builder.clearMaxUnavailable()RolloutOptions.Builder.clearMaxUnavailablePercentage()Percentage of replicas allowed to be unavailable.RolloutOptions.Builder.clearMaxUnavailableReplicas()Absolute count of replicas allowed to be unavailable.RolloutOptions.Builder.clearPreviousDeployedModel()ID of the DeployedModel that this deployment should replace.RolloutOptions.Builder.clearRevisionNumber()Output only.DeployedModel.Builder.getRolloutOptionsBuilder()Options for configuring rolling deployments.RolloutOptions.Builder.mergeFrom(RolloutOptions other) RolloutOptions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RolloutOptions.Builder.mergeFrom(com.google.protobuf.Message other) static RolloutOptions.BuilderRolloutOptions.newBuilder()static RolloutOptions.BuilderRolloutOptions.newBuilder(RolloutOptions prototype) RolloutOptions.newBuilderForType()protected RolloutOptions.BuilderRolloutOptions.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) RolloutOptions.Builder.setMaxSurgePercentage(int value) Percentage of allowed additional replicas.RolloutOptions.Builder.setMaxSurgeReplicas(int value) Absolute count of allowed additional replicas.RolloutOptions.Builder.setMaxUnavailablePercentage(int value) Percentage of replicas allowed to be unavailable.RolloutOptions.Builder.setMaxUnavailableReplicas(int value) Absolute count of replicas allowed to be unavailable.RolloutOptions.Builder.setPreviousDeployedModel(String value) ID of the DeployedModel that this deployment should replace.RolloutOptions.Builder.setPreviousDeployedModelBytes(com.google.protobuf.ByteString value) ID of the DeployedModel that this deployment should replace.RolloutOptions.Builder.setRevisionNumber(int value) Output only.RolloutOptions.toBuilder()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type RolloutOptions.BuilderModifier and TypeMethodDescriptionDeployedModel.Builder.setRolloutOptions(RolloutOptions.Builder builderForValue) Options for configuring rolling deployments.