| 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 |
|---|---|
DescribeEdgePackagingJobResult |
AmazonSageMakerClient.describeEdgePackagingJob(DescribeEdgePackagingJobRequest request)
A description of edge packaging jobs.
|
DescribeEdgePackagingJobResult |
AbstractAmazonSageMaker.describeEdgePackagingJob(DescribeEdgePackagingJobRequest request) |
DescribeEdgePackagingJobResult |
AmazonSageMaker.describeEdgePackagingJob(DescribeEdgePackagingJobRequest describeEdgePackagingJobRequest)
A description of edge packaging jobs.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeEdgePackagingJobResult> |
AmazonSageMakerAsyncClient.describeEdgePackagingJobAsync(DescribeEdgePackagingJobRequest request,
AsyncHandler<DescribeEdgePackagingJobRequest,DescribeEdgePackagingJobResult> asyncHandler) |
Future<DescribeEdgePackagingJobResult> |
AbstractAmazonSageMakerAsync.describeEdgePackagingJobAsync(DescribeEdgePackagingJobRequest request,
AsyncHandler<DescribeEdgePackagingJobRequest,DescribeEdgePackagingJobResult> asyncHandler) |
Future<DescribeEdgePackagingJobResult> |
AmazonSageMakerAsync.describeEdgePackagingJobAsync(DescribeEdgePackagingJobRequest describeEdgePackagingJobRequest,
AsyncHandler<DescribeEdgePackagingJobRequest,DescribeEdgePackagingJobResult> asyncHandler)
A description of edge packaging jobs.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEdgePackagingJobResult |
DescribeEdgePackagingJobResult.clone() |
DescribeEdgePackagingJobResult |
DescribeEdgePackagingJobResult.withCompilationJobName(String compilationJobName)
The name of the SageMaker Neo compilation job that is used to locate model artifacts that are being packaged.
|
DescribeEdgePackagingJobResult |
DescribeEdgePackagingJobResult.withCreationTime(Date creationTime)
The timestamp of when the packaging job was created.
|
DescribeEdgePackagingJobResult |
DescribeEdgePackagingJobResult.withEdgePackagingJobArn(String edgePackagingJobArn)
The Amazon Resource Name (ARN) of the edge packaging job.
|
DescribeEdgePackagingJobResult |
DescribeEdgePackagingJobResult.withEdgePackagingJobName(String edgePackagingJobName)
The name of the edge packaging job.
|
DescribeEdgePackagingJobResult |
DescribeEdgePackagingJobResult.withEdgePackagingJobStatus(EdgePackagingJobStatus edgePackagingJobStatus)
The current status of the packaging job.
|
DescribeEdgePackagingJobResult |
DescribeEdgePackagingJobResult.withEdgePackagingJobStatus(String edgePackagingJobStatus)
The current status of the packaging job.
|
DescribeEdgePackagingJobResult |
DescribeEdgePackagingJobResult.withEdgePackagingJobStatusMessage(String edgePackagingJobStatusMessage)
Returns a message describing the job status and error messages.
|
DescribeEdgePackagingJobResult |
DescribeEdgePackagingJobResult.withLastModifiedTime(Date lastModifiedTime)
The timestamp of when the job was last updated.
|
DescribeEdgePackagingJobResult |
DescribeEdgePackagingJobResult.withModelArtifact(String modelArtifact)
The Amazon Simple Storage (S3) URI where model artifacts ares stored.
|
DescribeEdgePackagingJobResult |
DescribeEdgePackagingJobResult.withModelName(String modelName)
The name of the model.
|
DescribeEdgePackagingJobResult |
DescribeEdgePackagingJobResult.withModelSignature(String modelSignature)
The signature document of files in the model artifact.
|
DescribeEdgePackagingJobResult |
DescribeEdgePackagingJobResult.withModelVersion(String modelVersion)
The version of the model.
|
DescribeEdgePackagingJobResult |
DescribeEdgePackagingJobResult.withOutputConfig(EdgeOutputConfig outputConfig)
The output configuration for the edge packaging job.
|
DescribeEdgePackagingJobResult |
DescribeEdgePackagingJobResult.withPresetDeploymentOutput(EdgePresetDeploymentOutput presetDeploymentOutput)
The output of a SageMaker Edge Manager deployable resource.
|
DescribeEdgePackagingJobResult |
DescribeEdgePackagingJobResult.withResourceKey(String resourceKey)
The Amazon Web Services KMS key to use when encrypting the EBS volume the job run on.
|
DescribeEdgePackagingJobResult |
DescribeEdgePackagingJobResult.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 Neo.
|
Copyright © 2025. All rights reserved.