Uses of Interface
software.amazon.awssdk.services.cleanrooms.model.ModelTrainingPaymentConfig.Builder
-
Packages that use ModelTrainingPaymentConfig.Builder Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of ModelTrainingPaymentConfig.Builder in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return ModelTrainingPaymentConfig.Builder Modifier and Type Method Description static ModelTrainingPaymentConfig.BuilderModelTrainingPaymentConfig. builder()ModelTrainingPaymentConfig.BuilderModelTrainingPaymentConfig.Builder. isResponsible(Boolean isResponsible)Indicates whether the collaboration creator has configured the collaboration member to pay for model training costs (TRUE) or has not configured the collaboration member to pay for model training costs (FALSE).ModelTrainingPaymentConfig.BuilderModelTrainingPaymentConfig. toBuilder()Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type ModelTrainingPaymentConfig.Builder Modifier and Type Method Description static Class<? extends ModelTrainingPaymentConfig.Builder>ModelTrainingPaymentConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type ModelTrainingPaymentConfig.Builder Modifier and Type Method Description default MLPaymentConfig.BuilderMLPaymentConfig.Builder. modelTraining(Consumer<ModelTrainingPaymentConfig.Builder> modelTraining)The payment responsibilities accepted by the member for model training.
-