Class: Aws::Types::TrainedModelExportsConfigurationPolicy

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#files_to_export::Array[("MODEL" | "OUTPUT")]

Returns the value of attribute files_to_export.

Returns:

  • (::Array[("MODEL" | "OUTPUT")])


1383
1384
1385
# File 'sig/types.rbs', line 1383

def files_to_export
  @files_to_export
end

#max_sizeTypes::TrainedModelExportsMaxSize

Returns the value of attribute max_size.



1382
1383
1384
# File 'sig/types.rbs', line 1382

def max_size
  @max_size
end