| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
OutputConfig |
DescribeCompilationJobResponse.outputConfig()
Information about the output location for the compiled model and the target device that the model runs on.
|
OutputConfig |
CreateCompilationJobRequest.outputConfig()
Provides information about the output location for the compiled model and the target device the model runs on.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.outputConfig(OutputConfig outputConfig)
Information about the output location for the compiled model and the target device that the model runs on.
|
CreateCompilationJobRequest.Builder |
CreateCompilationJobRequest.Builder.outputConfig(OutputConfig outputConfig)
Provides information about the output location for the compiled model and the target device the model runs
on.
|
Copyright © 2023. All rights reserved.