public static interface EdgePackagingJobSummary.Builder extends SdkPojo, CopyableBuilder<EdgePackagingJobSummary.Builder,EdgePackagingJobSummary>
| Modifier and Type | Method and Description |
|---|---|
EdgePackagingJobSummary.Builder |
compilationJobName(String compilationJobName)
The name of the SageMaker Neo compilation job.
|
EdgePackagingJobSummary.Builder |
creationTime(Instant creationTime)
The timestamp of when the job was created.
|
EdgePackagingJobSummary.Builder |
edgePackagingJobArn(String edgePackagingJobArn)
The Amazon Resource Name (ARN) of the edge packaging job.
|
EdgePackagingJobSummary.Builder |
edgePackagingJobName(String edgePackagingJobName)
The name of the edge packaging job.
|
EdgePackagingJobSummary.Builder |
edgePackagingJobStatus(EdgePackagingJobStatus edgePackagingJobStatus)
The status of the edge packaging job.
|
EdgePackagingJobSummary.Builder |
edgePackagingJobStatus(String edgePackagingJobStatus)
The status of the edge packaging job.
|
EdgePackagingJobSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
The timestamp of when the edge packaging job was last updated.
|
EdgePackagingJobSummary.Builder |
modelName(String modelName)
The name of the model.
|
EdgePackagingJobSummary.Builder |
modelVersion(String modelVersion)
The version of the model.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEdgePackagingJobSummary.Builder edgePackagingJobArn(String edgePackagingJobArn)
The Amazon Resource Name (ARN) of the edge packaging job.
edgePackagingJobArn - The Amazon Resource Name (ARN) of the edge packaging job.EdgePackagingJobSummary.Builder edgePackagingJobName(String edgePackagingJobName)
The name of the edge packaging job.
edgePackagingJobName - The name of the edge packaging job.EdgePackagingJobSummary.Builder edgePackagingJobStatus(String edgePackagingJobStatus)
The status of the edge packaging job.
edgePackagingJobStatus - The status of the edge packaging job.EdgePackagingJobStatus,
EdgePackagingJobStatusEdgePackagingJobSummary.Builder edgePackagingJobStatus(EdgePackagingJobStatus edgePackagingJobStatus)
The status of the edge packaging job.
edgePackagingJobStatus - The status of the edge packaging job.EdgePackagingJobStatus,
EdgePackagingJobStatusEdgePackagingJobSummary.Builder compilationJobName(String compilationJobName)
The name of the SageMaker Neo compilation job.
compilationJobName - The name of the SageMaker Neo compilation job.EdgePackagingJobSummary.Builder modelName(String modelName)
The name of the model.
modelName - The name of the model.EdgePackagingJobSummary.Builder modelVersion(String modelVersion)
The version of the model.
modelVersion - The version of the model.EdgePackagingJobSummary.Builder creationTime(Instant creationTime)
The timestamp of when the job was created.
creationTime - The timestamp of when the job was created.EdgePackagingJobSummary.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp of when the edge packaging job was last updated.
lastModifiedTime - The timestamp of when the edge packaging job was last updated.Copyright © 2021. All rights reserved.