| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TargetPlatform |
TargetPlatform.clone() |
TargetPlatform |
OutputConfig.getTargetPlatform()
Contains information about a target platform that you want your model to run on, such as OS, architecture, and
accelerators.
|
TargetPlatform |
TargetPlatform.withAccelerator(String accelerator)
Specifies a target platform accelerator (optional).
|
TargetPlatform |
TargetPlatform.withAccelerator(TargetPlatformAccelerator accelerator)
Specifies a target platform accelerator (optional).
|
TargetPlatform |
TargetPlatform.withArch(String arch)
Specifies a target platform architecture.
|
TargetPlatform |
TargetPlatform.withArch(TargetPlatformArch arch)
Specifies a target platform architecture.
|
TargetPlatform |
TargetPlatform.withOs(String os)
Specifies a target platform OS.
|
TargetPlatform |
TargetPlatform.withOs(TargetPlatformOs os)
Specifies a target platform OS.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputConfig.setTargetPlatform(TargetPlatform targetPlatform)
Contains information about a target platform that you want your model to run on, such as OS, architecture, and
accelerators.
|
OutputConfig |
OutputConfig.withTargetPlatform(TargetPlatform targetPlatform)
Contains information about a target platform that you want your model to run on, such as OS, architecture, and
accelerators.
|
Copyright © 2022. All rights reserved.