Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.TrainedModelInferenceMaxOutputSize
-
Packages that use TrainedModelInferenceMaxOutputSize Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of TrainedModelInferenceMaxOutputSize in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return TrainedModelInferenceMaxOutputSize Modifier and Type Method Description TrainedModelInferenceMaxOutputSizeTrainedModelInferenceJobsConfigurationPolicy. maxOutputSize()The maximum allowed size of the output of the trained model inference job.Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type TrainedModelInferenceMaxOutputSize Modifier and Type Method Description TrainedModelInferenceJobsConfigurationPolicy.BuilderTrainedModelInferenceJobsConfigurationPolicy.Builder. maxOutputSize(TrainedModelInferenceMaxOutputSize maxOutputSize)The maximum allowed size of the output of the trained model inference job.
-