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