Class: Aws::Types::MLSyntheticDataParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#column_classificationTypes::ColumnClassificationDetails

Returns the value of attribute column_classification.



2310
2311
2312
# File 'sig/types.rbs', line 2310

def column_classification
  @column_classification
end

#epsilon::Float

Returns the value of attribute epsilon.

Returns:

  • (::Float)


2308
2309
2310
# File 'sig/types.rbs', line 2308

def epsilon
  @epsilon
end

#max_membership_inference_attack_score::Float

Returns the value of attribute max_membership_inference_attack_score.

Returns:

  • (::Float)


2309
2310
2311
# File 'sig/types.rbs', line 2309

def max_membership_inference_attack_score
  @max_membership_inference_attack_score
end