Uses of Class
software.amazon.awssdk.services.rekognition.model.OutputConfig
-
Packages that use OutputConfig Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of OutputConfig in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return OutputConfig Modifier and Type Method Description OutputConfigCopyProjectVersionRequest. outputConfig()The S3 bucket and folder location where the training output for the source model version is placed.OutputConfigCreateProjectVersionRequest. outputConfig()The Amazon S3 bucket location to store the results of training.OutputConfigProjectVersionDescription. outputConfig()The location where training results are saved.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type OutputConfig Modifier and Type Method Description CopyProjectVersionRequest.BuilderCopyProjectVersionRequest.Builder. outputConfig(OutputConfig outputConfig)The S3 bucket and folder location where the training output for the source model version is placed.CreateProjectVersionRequest.BuilderCreateProjectVersionRequest.Builder. outputConfig(OutputConfig outputConfig)The Amazon S3 bucket location to store the results of training.ProjectVersionDescription.BuilderProjectVersionDescription.Builder. outputConfig(OutputConfig outputConfig)The location where training results are saved.
-