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.



2289
2290
2291
# File 'sig/types.rbs', line 2289

def column_classification
  @column_classification
end

#epsilon::Float

Returns the value of attribute epsilon.

Returns:

  • (::Float)


2287
2288
2289
# File 'sig/types.rbs', line 2287

def epsilon
  @epsilon
end

#max_membership_inference_attack_score::Float

Returns the value of attribute max_membership_inference_attack_score.

Returns:

  • (::Float)


2288
2289
2290
# File 'sig/types.rbs', line 2288

def max_membership_inference_attack_score
  @max_membership_inference_attack_score
end