public static interface CompilationJobSummary.Builder extends SdkPojo, CopyableBuilder<CompilationJobSummary.Builder,CompilationJobSummary>
| Modifier and Type | Method and Description |
|---|---|
CompilationJobSummary.Builder |
compilationEndTime(Instant compilationEndTime)
The time when the model compilation job completed.
|
CompilationJobSummary.Builder |
compilationJobArn(String compilationJobArn)
The Amazon Resource Name (ARN) of the model compilation job.
|
CompilationJobSummary.Builder |
compilationJobName(String compilationJobName)
The name of the model compilation job that you want a summary for.
|
CompilationJobSummary.Builder |
compilationJobStatus(CompilationJobStatus compilationJobStatus)
The status of the model compilation job.
|
CompilationJobSummary.Builder |
compilationJobStatus(String compilationJobStatus)
The status of the model compilation job.
|
CompilationJobSummary.Builder |
compilationTargetDevice(String compilationTargetDevice)
The type of device that the model will run on after compilation has completed.
|
CompilationJobSummary.Builder |
compilationTargetDevice(TargetDevice compilationTargetDevice)
The type of device that the model will run on after compilation has completed.
|
CompilationJobSummary.Builder |
creationTime(Instant creationTime)
The time when the model compilation job was created.
|
CompilationJobSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
The time when the model compilation job was last modified.
|
copyapplyMutation, buildCompilationJobSummary.Builder compilationJobName(String compilationJobName)
The name of the model compilation job that you want a summary for.
compilationJobName - The name of the model compilation job that you want a summary for.CompilationJobSummary.Builder compilationJobArn(String compilationJobArn)
The Amazon Resource Name (ARN) of the model compilation job.
compilationJobArn - The Amazon Resource Name (ARN) of the model compilation job.CompilationJobSummary.Builder creationTime(Instant creationTime)
The time when the model compilation job was created.
creationTime - The time when the model compilation job was created.CompilationJobSummary.Builder compilationEndTime(Instant compilationEndTime)
The time when the model compilation job completed.
compilationEndTime - The time when the model compilation job completed.CompilationJobSummary.Builder compilationTargetDevice(String compilationTargetDevice)
The type of device that the model will run on after compilation has completed.
compilationTargetDevice - The type of device that the model will run on after compilation has completed.TargetDevice,
TargetDeviceCompilationJobSummary.Builder compilationTargetDevice(TargetDevice compilationTargetDevice)
The type of device that the model will run on after compilation has completed.
compilationTargetDevice - The type of device that the model will run on after compilation has completed.TargetDevice,
TargetDeviceCompilationJobSummary.Builder lastModifiedTime(Instant lastModifiedTime)
The time when the model compilation job was last modified.
lastModifiedTime - The time when the model compilation job was last modified.CompilationJobSummary.Builder compilationJobStatus(String compilationJobStatus)
The status of the model compilation job.
compilationJobStatus - The status of the model compilation job.CompilationJobStatus,
CompilationJobStatusCompilationJobSummary.Builder compilationJobStatus(CompilationJobStatus compilationJobStatus)
The status of the model compilation job.
compilationJobStatus - The status of the model compilation job.CompilationJobStatus,
CompilationJobStatusCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.