public static interface OutputConfig.Builder extends SdkPojo, CopyableBuilder<OutputConfig.Builder,OutputConfig>
| Modifier and Type | Method and Description |
|---|---|
OutputConfig.Builder |
s3OutputLocation(String s3OutputLocation)
Identifies the S3 path where you want Amazon SageMaker to store the model artifacts.
|
OutputConfig.Builder |
targetDevice(String targetDevice)
Identifies the device that you want to run your model on after it has been compiled.
|
OutputConfig.Builder |
targetDevice(TargetDevice targetDevice)
Identifies the device that you want to run your model on after it has been compiled.
|
copyapplyMutation, buildOutputConfig.Builder s3OutputLocation(String s3OutputLocation)
Identifies the S3 path where you want Amazon SageMaker to store the model artifacts. For example, s3://bucket-name/key-name-prefix.
s3OutputLocation - Identifies the S3 path where you want Amazon SageMaker to store the model artifacts. For example,
s3://bucket-name/key-name-prefix.OutputConfig.Builder targetDevice(String targetDevice)
Identifies the device that you want to run your model on after it has been compiled. For example: ml_c5.
targetDevice - Identifies the device that you want to run your model on after it has been compiled. For example:
ml_c5.TargetDevice,
TargetDeviceOutputConfig.Builder targetDevice(TargetDevice targetDevice)
Identifies the device that you want to run your model on after it has been compiled. For example: ml_c5.
targetDevice - Identifies the device that you want to run your model on after it has been compiled. For example:
ml_c5.TargetDevice,
TargetDeviceCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.