Uses of Class
software.amazon.awssdk.services.sagemaker.model.OutputConfig
-
Packages that use OutputConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of OutputConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return OutputConfig Modifier and Type Method Description OutputConfigCreateCompilationJobRequest. outputConfig()Provides information about the output location for the compiled model and the target device the model runs on.OutputConfigDescribeCompilationJobResponse. outputConfig()Information about the output location for the compiled model and the target device that the model runs on.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type OutputConfig Modifier and Type Method Description CreateCompilationJobRequest.BuilderCreateCompilationJobRequest.Builder. outputConfig(OutputConfig outputConfig)Provides information about the output location for the compiled model and the target device the model runs on.DescribeCompilationJobResponse.BuilderDescribeCompilationJobResponse.Builder. outputConfig(OutputConfig outputConfig)Information about the output location for the compiled model and the target device that the model runs on.
-