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.



1139
1140
1141
# File 'sig/types.rbs', line 1139

def column_classification
  @column_classification
end

#epsilon::Float

Returns the value of attribute epsilon.

Returns:

  • (::Float)


1137
1138
1139
# File 'sig/types.rbs', line 1137

def epsilon
  @epsilon
end

#max_membership_inference_attack_score::Float

Returns the value of attribute max_membership_inference_attack_score.

Returns:

  • (::Float)


1138
1139
1140
# File 'sig/types.rbs', line 1138

def max_membership_inference_attack_score
  @max_membership_inference_attack_score
end