| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
OutputConfig |
OutputConfig.clone() |
OutputConfig |
DescribeCompilationJobResult.getOutputConfig()
Information about the output location for the compiled model and the target device that the model runs on.
|
OutputConfig |
CreateCompilationJobRequest.getOutputConfig()
Provides information about the output location for the compiled model and the target device the model runs on.
|
OutputConfig |
OutputConfig.withS3OutputLocation(String s3OutputLocation)
Identifies the S3 path where you want Amazon SageMaker to store the model artifacts.
|
OutputConfig |
OutputConfig.withTargetDevice(String targetDevice)
Identifies the device that you want to run your model on after it has been compiled.
|
OutputConfig |
OutputConfig.withTargetDevice(TargetDevice targetDevice)
Identifies the device that you want to run your model on after it has been compiled.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCompilationJobResult.setOutputConfig(OutputConfig outputConfig)
Information about the output location for the compiled model and the target device that the model runs on.
|
void |
CreateCompilationJobRequest.setOutputConfig(OutputConfig outputConfig)
Provides information about the output location for the compiled model and the target device the model runs on.
|
DescribeCompilationJobResult |
DescribeCompilationJobResult.withOutputConfig(OutputConfig outputConfig)
Information about the output location for the compiled model and the target device that the model runs on.
|
CreateCompilationJobRequest |
CreateCompilationJobRequest.withOutputConfig(OutputConfig outputConfig)
Provides information about the output location for the compiled model and the target device the model runs on.
|
Copyright © 2020. All rights reserved.