| 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.withCompilerOptions(String compilerOptions)
Specifies additional parameters for compiler options in JSON format.
|
OutputConfig |
OutputConfig.withKmsKeyId(String kmsKeyId)
The Amazon Web Services Key Management Service key (Amazon Web Services KMS) that Amazon SageMaker uses to
encrypt your output models with Amazon S3 server-side encryption after compilation job.
|
OutputConfig |
OutputConfig.withS3OutputLocation(String s3OutputLocation)
Identifies the S3 bucket where you want Amazon SageMaker to store the model artifacts.
|
OutputConfig |
OutputConfig.withTargetDevice(String targetDevice)
Identifies the target device or the machine learning instance that you want to run your model on after the
compilation has completed.
|
OutputConfig |
OutputConfig.withTargetDevice(TargetDevice targetDevice)
Identifies the target device or the machine learning instance that you want to run your model on after the
compilation has completed.
|
OutputConfig |
OutputConfig.withTargetPlatform(TargetPlatform targetPlatform)
Contains information about a target platform that you want your model to run on, such as OS, architecture, and
accelerators.
|
| 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 © 2022. All rights reserved.