| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static OutputConfig.Builder |
OutputConfig.builder() |
OutputConfig.Builder |
OutputConfig.Builder.s3OutputLocation(String s3OutputLocation)
Identifies the S3 path where you want Amazon SageMaker to store the model artifacts.
|
OutputConfig.Builder |
OutputConfig.Builder.targetDevice(String targetDevice)
Identifies the device that you want to run your model on after it has been compiled.
|
OutputConfig.Builder |
OutputConfig.Builder.targetDevice(TargetDevice targetDevice)
Identifies the device that you want to run your model on after it has been compiled.
|
OutputConfig.Builder |
OutputConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OutputConfig.Builder> |
OutputConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.outputConfig(Consumer<OutputConfig.Builder> outputConfig)
Information about the output location for the compiled model and the target device that the model runs on.
|
default CreateCompilationJobRequest.Builder |
CreateCompilationJobRequest.Builder.outputConfig(Consumer<OutputConfig.Builder> outputConfig)
Provides information about the output location for the compiled model and the target device the model runs
on.
|
Copyright © 2019. All rights reserved.