1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
// Code generated by smithy-go-codegen DO NOT EDIT.
// Package cleanroomsml provides the API client, operations, and parameter types
// for AWS Clean Rooms ML.
//
// Welcome to the Amazon Web Services Clean Rooms ML API Reference.
//
// Amazon Web Services Clean Rooms ML provides a privacy-enhancing method for two
// parties to identify similar users in their data without the need to share their
// data with each other. The first party brings the training data to Clean Rooms so
// that they can create and configure an audience model (lookalike model) and
// associate it with a collaboration. The second party then brings their seed data
// to Clean Rooms and generates an audience (lookalike segment) that resembles the
// training data.
//
// To learn more about Amazon Web Services Clean Rooms ML concepts, procedures,
// and best practices, see the [Clean Rooms User Guide].
//
// To learn more about SQL commands, functions, and conditions supported in Clean
// Rooms, see the [Clean Rooms SQL Reference].
//
// [Clean Rooms User Guide]: https://docs.aws.amazon.com/clean-rooms/latest/userguide/machine-learning.html
// [Clean Rooms SQL Reference]: https://docs.aws.amazon.com/clean-rooms/latest/sql-reference/sql-reference.html
package cleanroomsml
|