Uses of Interface
software.amazon.awssdk.services.sagemaker.model.RetentionPolicy.Builder
-
Packages that use RetentionPolicy.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of RetentionPolicy.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return RetentionPolicy.Builder Modifier and Type Method Description static RetentionPolicy.BuilderRetentionPolicy. builder()RetentionPolicy.BuilderRetentionPolicy.Builder. homeEfsFileSystem(String homeEfsFileSystem)The default isRetain, which specifies to keep the data stored on the EFS volume.RetentionPolicy.BuilderRetentionPolicy.Builder. homeEfsFileSystem(RetentionType homeEfsFileSystem)The default isRetain, which specifies to keep the data stored on the EFS volume.RetentionPolicy.BuilderRetentionPolicy. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type RetentionPolicy.Builder Modifier and Type Method Description static Class<? extends RetentionPolicy.Builder>RetentionPolicy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type RetentionPolicy.Builder Modifier and Type Method Description default DeleteDomainRequest.BuilderDeleteDomainRequest.Builder. retentionPolicy(Consumer<RetentionPolicy.Builder> retentionPolicy)The retention policy for this domain, which specifies whether resources will be retained after the Domain is deleted.
-