Interface SyntheticDataEvaluationScores.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SyntheticDataEvaluationScores.Builder,,SyntheticDataEvaluationScores> SdkBuilder<SyntheticDataEvaluationScores.Builder,,SyntheticDataEvaluationScores> SdkPojo
- Enclosing class:
SyntheticDataEvaluationScores
@Mutable
@NotThreadSafe
public static interface SyntheticDataEvaluationScores.Builder
extends SdkPojo, CopyableBuilder<SyntheticDataEvaluationScores.Builder,SyntheticDataEvaluationScores>
-
Method Summary
Modifier and TypeMethodDescriptiondataPrivacyScores(Consumer<DataPrivacyScores.Builder> dataPrivacyScores) Privacy-specific evaluation scores that measure how well the synthetic data protects individual privacy, including assessments of potential privacy risks such as membership inference attacks.dataPrivacyScores(DataPrivacyScores dataPrivacyScores) Privacy-specific evaluation scores that measure how well the synthetic data protects individual privacy, including assessments of potential privacy risks such as membership inference attacks.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dataPrivacyScores
Privacy-specific evaluation scores that measure how well the synthetic data protects individual privacy, including assessments of potential privacy risks such as membership inference attacks.
- Parameters:
dataPrivacyScores- Privacy-specific evaluation scores that measure how well the synthetic data protects individual privacy, including assessments of potential privacy risks such as membership inference attacks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataPrivacyScores
default SyntheticDataEvaluationScores.Builder dataPrivacyScores(Consumer<DataPrivacyScores.Builder> dataPrivacyScores) Privacy-specific evaluation scores that measure how well the synthetic data protects individual privacy, including assessments of potential privacy risks such as membership inference attacks.
This is a convenience method that creates an instance of theDataPrivacyScores.Builderavoiding the need to create one manually viaDataPrivacyScores.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataPrivacyScores(DataPrivacyScores).- Parameters:
dataPrivacyScores- a consumer that will call methods onDataPrivacyScores.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-