| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
EdgePackagingJobSummary |
EdgePackagingJobSummary.clone() |
EdgePackagingJobSummary |
EdgePackagingJobSummary.withCompilationJobName(String compilationJobName)
The name of the SageMaker Neo compilation job.
|
EdgePackagingJobSummary |
EdgePackagingJobSummary.withCreationTime(Date creationTime)
The timestamp of when the job was created.
|
EdgePackagingJobSummary |
EdgePackagingJobSummary.withEdgePackagingJobArn(String edgePackagingJobArn)
The Amazon Resource Name (ARN) of the edge packaging job.
|
EdgePackagingJobSummary |
EdgePackagingJobSummary.withEdgePackagingJobName(String edgePackagingJobName)
The name of the edge packaging job.
|
EdgePackagingJobSummary |
EdgePackagingJobSummary.withEdgePackagingJobStatus(EdgePackagingJobStatus edgePackagingJobStatus)
The status of the edge packaging job.
|
EdgePackagingJobSummary |
EdgePackagingJobSummary.withEdgePackagingJobStatus(String edgePackagingJobStatus)
The status of the edge packaging job.
|
EdgePackagingJobSummary |
EdgePackagingJobSummary.withLastModifiedTime(Date lastModifiedTime)
The timestamp of when the edge packaging job was last updated.
|
EdgePackagingJobSummary |
EdgePackagingJobSummary.withModelName(String modelName)
The name of the model.
|
EdgePackagingJobSummary |
EdgePackagingJobSummary.withModelVersion(String modelVersion)
The version of the model.
|
| Modifier and Type | Method and Description |
|---|---|
List<EdgePackagingJobSummary> |
ListEdgePackagingJobsResult.getEdgePackagingJobSummaries()
Summaries of edge packaging jobs.
|
| Modifier and Type | Method and Description |
|---|---|
ListEdgePackagingJobsResult |
ListEdgePackagingJobsResult.withEdgePackagingJobSummaries(EdgePackagingJobSummary... edgePackagingJobSummaries)
Summaries of edge packaging jobs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEdgePackagingJobsResult.setEdgePackagingJobSummaries(Collection<EdgePackagingJobSummary> edgePackagingJobSummaries)
Summaries of edge packaging jobs.
|
ListEdgePackagingJobsResult |
ListEdgePackagingJobsResult.withEdgePackagingJobSummaries(Collection<EdgePackagingJobSummary> edgePackagingJobSummaries)
Summaries of edge packaging jobs.
|
Copyright © 2023. All rights reserved.