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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
OutputConfig.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
,
TargetDevice
OutputConfig.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
,
TargetDevice
Copyright © 2020. All rights reserved.