| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEdgePackagingJobResult> |
AbstractAmazonSageMakerAsync.createEdgePackagingJobAsync(CreateEdgePackagingJobRequest request,
AsyncHandler<CreateEdgePackagingJobRequest,CreateEdgePackagingJobResult> asyncHandler) |
Future<CreateEdgePackagingJobResult> |
AmazonSageMakerAsyncClient.createEdgePackagingJobAsync(CreateEdgePackagingJobRequest request,
AsyncHandler<CreateEdgePackagingJobRequest,CreateEdgePackagingJobResult> asyncHandler) |
Future<CreateEdgePackagingJobResult> |
AmazonSageMakerAsync.createEdgePackagingJobAsync(CreateEdgePackagingJobRequest createEdgePackagingJobRequest,
AsyncHandler<CreateEdgePackagingJobRequest,CreateEdgePackagingJobResult> asyncHandler)
Starts a SageMaker Edge Manager model packaging job.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEdgePackagingJobRequest |
CreateEdgePackagingJobRequest.clone() |
CreateEdgePackagingJobRequest |
CreateEdgePackagingJobRequest.withCompilationJobName(String compilationJobName)
The name of the SageMaker Neo compilation job that will be used to locate model artifacts for packaging.
|
CreateEdgePackagingJobRequest |
CreateEdgePackagingJobRequest.withEdgePackagingJobName(String edgePackagingJobName)
The name of the edge packaging job.
|
CreateEdgePackagingJobRequest |
CreateEdgePackagingJobRequest.withModelName(String modelName)
The name of the model.
|
CreateEdgePackagingJobRequest |
CreateEdgePackagingJobRequest.withModelVersion(String modelVersion)
The version of the model.
|
CreateEdgePackagingJobRequest |
CreateEdgePackagingJobRequest.withOutputConfig(EdgeOutputConfig outputConfig)
Provides information about the output location for the packaged model.
|
CreateEdgePackagingJobRequest |
CreateEdgePackagingJobRequest.withResourceKey(String resourceKey)
The Amazon Web Services KMS key to use when encrypting the EBS volume the edge packaging job runs on.
|
CreateEdgePackagingJobRequest |
CreateEdgePackagingJobRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to download and upload the model, and
to contact SageMaker Neo.
|
CreateEdgePackagingJobRequest |
CreateEdgePackagingJobRequest.withTags(Collection<Tag> tags)
Creates tags for the packaging job.
|
CreateEdgePackagingJobRequest |
CreateEdgePackagingJobRequest.withTags(Tag... tags)
Creates tags for the packaging job.
|
Copyright © 2024. All rights reserved.