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 |
compilationStartTime(Instant compilationStartTime)
The time when the model compilation job started.
|
CompilationJobSummary.Builder |
compilationTargetDevice(String compilationTargetDevice)
The type of device that the model will run on after the compilation job has completed.
|
CompilationJobSummary.Builder |
compilationTargetDevice(TargetDevice compilationTargetDevice)
The type of device that the model will run on after the compilation job has completed.
|
CompilationJobSummary.Builder |
compilationTargetPlatformAccelerator(String compilationTargetPlatformAccelerator)
The type of accelerator that the model will run on after the compilation job has completed.
|
CompilationJobSummary.Builder |
compilationTargetPlatformAccelerator(TargetPlatformAccelerator compilationTargetPlatformAccelerator)
The type of accelerator that the model will run on after the compilation job has completed.
|
CompilationJobSummary.Builder |
compilationTargetPlatformArch(String compilationTargetPlatformArch)
The type of architecture that the model will run on after the compilation job has completed.
|
CompilationJobSummary.Builder |
compilationTargetPlatformArch(TargetPlatformArch compilationTargetPlatformArch)
The type of architecture that the model will run on after the compilation job has completed.
|
CompilationJobSummary.Builder |
compilationTargetPlatformOs(String compilationTargetPlatformOs)
The type of OS that the model will run on after the compilation job has completed.
|
CompilationJobSummary.Builder |
compilationTargetPlatformOs(TargetPlatformOs compilationTargetPlatformOs)
The type of OS that the model will run on after the compilation job 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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 compilationStartTime(Instant compilationStartTime)
The time when the model compilation job started.
compilationStartTime - The time when the model compilation job started.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 the compilation job has completed.
compilationTargetDevice - The type of device that the model will run on after the compilation job has completed.TargetDevice,
TargetDeviceCompilationJobSummary.Builder compilationTargetDevice(TargetDevice compilationTargetDevice)
The type of device that the model will run on after the compilation job has completed.
compilationTargetDevice - The type of device that the model will run on after the compilation job has completed.TargetDevice,
TargetDeviceCompilationJobSummary.Builder compilationTargetPlatformOs(String compilationTargetPlatformOs)
The type of OS that the model will run on after the compilation job has completed.
compilationTargetPlatformOs - The type of OS that the model will run on after the compilation job has completed.TargetPlatformOs,
TargetPlatformOsCompilationJobSummary.Builder compilationTargetPlatformOs(TargetPlatformOs compilationTargetPlatformOs)
The type of OS that the model will run on after the compilation job has completed.
compilationTargetPlatformOs - The type of OS that the model will run on after the compilation job has completed.TargetPlatformOs,
TargetPlatformOsCompilationJobSummary.Builder compilationTargetPlatformArch(String compilationTargetPlatformArch)
The type of architecture that the model will run on after the compilation job has completed.
compilationTargetPlatformArch - The type of architecture that the model will run on after the compilation job has completed.TargetPlatformArch,
TargetPlatformArchCompilationJobSummary.Builder compilationTargetPlatformArch(TargetPlatformArch compilationTargetPlatformArch)
The type of architecture that the model will run on after the compilation job has completed.
compilationTargetPlatformArch - The type of architecture that the model will run on after the compilation job has completed.TargetPlatformArch,
TargetPlatformArchCompilationJobSummary.Builder compilationTargetPlatformAccelerator(String compilationTargetPlatformAccelerator)
The type of accelerator that the model will run on after the compilation job has completed.
compilationTargetPlatformAccelerator - The type of accelerator that the model will run on after the compilation job has completed.TargetPlatformAccelerator,
TargetPlatformAcceleratorCompilationJobSummary.Builder compilationTargetPlatformAccelerator(TargetPlatformAccelerator compilationTargetPlatformAccelerator)
The type of accelerator that the model will run on after the compilation job has completed.
compilationTargetPlatformAccelerator - The type of accelerator that the model will run on after the compilation job has completed.TargetPlatformAccelerator,
TargetPlatformAcceleratorCompilationJobSummary.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 © 2020. All rights reserved.