Uses of Class
software.amazon.awssdk.services.sagemaker.model.TargetPlatform
-
Packages that use TargetPlatform Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TargetPlatform in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TargetPlatform Modifier and Type Method Description TargetPlatformOutputConfig. targetPlatform()Contains information about a target platform that you want your model to run on, such as OS, architecture, and accelerators.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TargetPlatform Modifier and Type Method Description OutputConfig.BuilderOutputConfig.Builder. targetPlatform(TargetPlatform targetPlatform)Contains information about a target platform that you want your model to run on, such as OS, architecture, and accelerators.
-