Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.InferenceReceiverMember
-
Packages that use InferenceReceiverMember Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of InferenceReceiverMember in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type InferenceReceiverMember Modifier and Type Method Description List<InferenceReceiverMember>InferenceOutputConfiguration. members()Defines the members that can receive inference output.Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type InferenceReceiverMember Modifier and Type Method Description InferenceOutputConfiguration.BuilderInferenceOutputConfiguration.Builder. members(InferenceReceiverMember... members)Defines the members that can receive inference output.Method parameters in software.amazon.awssdk.services.cleanroomsml.model with type arguments of type InferenceReceiverMember Modifier and Type Method Description InferenceOutputConfiguration.BuilderInferenceOutputConfiguration.Builder. members(Collection<InferenceReceiverMember> members)Defines the members that can receive inference output.
-