Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.MLOutputConfiguration
-
Packages that use MLOutputConfiguration Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of MLOutputConfiguration in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return MLOutputConfiguration Modifier and Type Method Description MLOutputConfigurationGetMlConfigurationResponse. defaultOutputLocation()The Amazon S3 location where ML model output is stored.MLOutputConfigurationPutMlConfigurationRequest. defaultOutputLocation()The default Amazon S3 location where ML output is stored for the specified member.Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type MLOutputConfiguration Modifier and Type Method Description GetMlConfigurationResponse.BuilderGetMlConfigurationResponse.Builder. defaultOutputLocation(MLOutputConfiguration defaultOutputLocation)The Amazon S3 location where ML model output is stored.PutMlConfigurationRequest.BuilderPutMlConfigurationRequest.Builder. defaultOutputLocation(MLOutputConfiguration defaultOutputLocation)The default Amazon S3 location where ML output is stored for the specified member.
-