| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetDevice |
TargetDevice.fromValue(String value)
Use this in place of valueOf.
|
static TargetDevice |
TargetDevice.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.
|
| Modifier and Type | Method and Description |
|---|---|
CompilationJobSummary |
CompilationJobSummary.withCompilationTargetDevice(TargetDevice compilationTargetDevice)
The type of device that the model will run on after the compilation job has completed.
|
OutputConfig |
OutputConfig.withTargetDevice(TargetDevice targetDevice)
Identifies the target device or the machine learning instance that you want to run your model on after the
compilation has completed.
|
Copyright © 2025. All rights reserved.