Class: Aws::SageMaker::Types::RetentionPolicy

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

The retention policy for data stored on an Amazon Elastic File System (EFS) volume.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#home_efs_file_systemString

The default is ‘Retain`, which specifies to keep the data stored on the EFS volume.

Specify ‘Delete` to delete the data stored on the EFS volume.

Returns:

  • (String)


35664
35665
35666
35667
35668
# File 'lib/aws-sdk-sagemaker/types.rb', line 35664

class RetentionPolicy < Struct.new(
  :home_efs_file_system)
  SENSITIVE = []
  include Aws::Structure
end