Class RollingDeploymentPolicy
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.RollingDeploymentPolicy
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RollingDeploymentPolicy.Builder,RollingDeploymentPolicy>
@Generated("software.amazon.awssdk:codegen") public final class RollingDeploymentPolicy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RollingDeploymentPolicy.Builder,RollingDeploymentPolicy>
The configurations that SageMaker uses when updating the AMI versions.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRollingDeploymentPolicy.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RollingDeploymentPolicy.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()CapacitySizeConfigmaximumBatchSize()The maximum amount of instances in the cluster that SageMaker can update at a time.CapacitySizeConfigrollbackMaximumBatchSize()The maximum amount of instances in the cluster that SageMaker can roll back at a time.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RollingDeploymentPolicy.Builder>serializableBuilderClass()RollingDeploymentPolicy.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
maximumBatchSize
public final CapacitySizeConfig maximumBatchSize()
The maximum amount of instances in the cluster that SageMaker can update at a time.
- Returns:
- The maximum amount of instances in the cluster that SageMaker can update at a time.
-
rollbackMaximumBatchSize
public final CapacitySizeConfig rollbackMaximumBatchSize()
The maximum amount of instances in the cluster that SageMaker can roll back at a time.
- Returns:
- The maximum amount of instances in the cluster that SageMaker can roll back at a time.
-
toBuilder
public RollingDeploymentPolicy.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RollingDeploymentPolicy.Builder,RollingDeploymentPolicy>
-
builder
public static RollingDeploymentPolicy.Builder builder()
-
serializableBuilderClass
public static Class<? extends RollingDeploymentPolicy.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-