| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CompilationJobSummary |
CompilationJobSummary.clone() |
CompilationJobSummary |
CompilationJobSummary.withCompilationEndTime(Date compilationEndTime)
The time when the model compilation job completed.
|
CompilationJobSummary |
CompilationJobSummary.withCompilationJobArn(String compilationJobArn)
The Amazon Resource Name (ARN) of the model compilation job.
|
CompilationJobSummary |
CompilationJobSummary.withCompilationJobName(String compilationJobName)
The name of the model compilation job that you want a summary for.
|
CompilationJobSummary |
CompilationJobSummary.withCompilationJobStatus(CompilationJobStatus compilationJobStatus)
The status of the model compilation job.
|
CompilationJobSummary |
CompilationJobSummary.withCompilationJobStatus(String compilationJobStatus)
The status of the model compilation job.
|
CompilationJobSummary |
CompilationJobSummary.withCompilationStartTime(Date compilationStartTime)
The time when the model compilation job started.
|
CompilationJobSummary |
CompilationJobSummary.withCompilationTargetDevice(String compilationTargetDevice)
The type of device that the model will run on after the compilation job has completed.
|
CompilationJobSummary |
CompilationJobSummary.withCompilationTargetDevice(TargetDevice compilationTargetDevice)
The type of device that the model will run on after the compilation job has completed.
|
CompilationJobSummary |
CompilationJobSummary.withCompilationTargetPlatformAccelerator(String compilationTargetPlatformAccelerator)
The type of accelerator that the model will run on after the compilation job has completed.
|
CompilationJobSummary |
CompilationJobSummary.withCompilationTargetPlatformAccelerator(TargetPlatformAccelerator compilationTargetPlatformAccelerator)
The type of accelerator that the model will run on after the compilation job has completed.
|
CompilationJobSummary |
CompilationJobSummary.withCompilationTargetPlatformArch(String compilationTargetPlatformArch)
The type of architecture that the model will run on after the compilation job has completed.
|
CompilationJobSummary |
CompilationJobSummary.withCompilationTargetPlatformArch(TargetPlatformArch compilationTargetPlatformArch)
The type of architecture that the model will run on after the compilation job has completed.
|
CompilationJobSummary |
CompilationJobSummary.withCompilationTargetPlatformOs(String compilationTargetPlatformOs)
The type of OS that the model will run on after the compilation job has completed.
|
CompilationJobSummary |
CompilationJobSummary.withCompilationTargetPlatformOs(TargetPlatformOs compilationTargetPlatformOs)
The type of OS that the model will run on after the compilation job has completed.
|
CompilationJobSummary |
CompilationJobSummary.withCreationTime(Date creationTime)
The time when the model compilation job was created.
|
CompilationJobSummary |
CompilationJobSummary.withLastModifiedTime(Date lastModifiedTime)
The time when the model compilation job was last modified.
|
| Modifier and Type | Method and Description |
|---|---|
List<CompilationJobSummary> |
ListCompilationJobsResult.getCompilationJobSummaries()
An array of
CompilationJobSummary objects, each describing a model compilation job.
|
| Modifier and Type | Method and Description |
|---|---|
ListCompilationJobsResult |
ListCompilationJobsResult.withCompilationJobSummaries(CompilationJobSummary... compilationJobSummaries)
An array of
CompilationJobSummary objects, each describing a model compilation job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCompilationJobsResult.setCompilationJobSummaries(Collection<CompilationJobSummary> compilationJobSummaries)
An array of
CompilationJobSummary objects, each describing a model compilation job.
|
ListCompilationJobsResult |
ListCompilationJobsResult.withCompilationJobSummaries(Collection<CompilationJobSummary> compilationJobSummaries)
An array of
CompilationJobSummary objects, each describing a model compilation job.
|
Copyright © 2023. All rights reserved.