Uses of Class
software.amazon.awssdk.services.sagemaker.model.TargetDevice
-
Packages that use TargetDevice Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TargetDevice in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TargetDevice Modifier and Type Method Description TargetDeviceCompilationJobSummary. compilationTargetDevice()The type of device that the model will run on after the compilation job has completed.static TargetDeviceTargetDevice. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TargetDeviceOutputConfig. targetDevice()Identifies the target device or the machine learning instance that you want to run your model on after the compilation has completed.static TargetDeviceTargetDevice. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetDevice[]TargetDevice. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type TargetDevice Modifier and Type Method Description static Set<TargetDevice>TargetDevice. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TargetDevice Modifier and Type Method Description CompilationJobSummary.BuilderCompilationJobSummary.Builder. compilationTargetDevice(TargetDevice compilationTargetDevice)The type of device that the model will run on after the compilation job has completed.OutputConfig.BuilderOutputConfig.Builder. targetDevice(TargetDevice targetDevice)Identifies the target device or the machine learning instance that you want to run your model on after the compilation has completed.
-