| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TargetDevice |
CompilationJobSummary.compilationTargetDevice()
The type of device that the model will run on after the compilation job has completed.
|
static TargetDevice |
TargetDevice.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TargetDevice |
OutputConfig.targetDevice()
Identifies the target device or the machine learning instance that you want to run your model on after the
compilation has completed.
|
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 |
|---|---|
static Set<TargetDevice> |
TargetDevice.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CompilationJobSummary.Builder |
CompilationJobSummary.Builder.compilationTargetDevice(TargetDevice compilationTargetDevice)
The type of device that the model will run on after the compilation job has completed.
|
OutputConfig.Builder |
OutputConfig.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.
|
Copyright © 2023. All rights reserved.