Interface CompilationJobSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CompilationJobSummary.Builder,CompilationJobSummary>,SdkBuilder<CompilationJobSummary.Builder,CompilationJobSummary>,SdkPojo
- Enclosing class:
- CompilationJobSummary
public static interface CompilationJobSummary.Builder extends SdkPojo, CopyableBuilder<CompilationJobSummary.Builder,CompilationJobSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompilationJobSummary.BuildercompilationEndTime(Instant compilationEndTime)The time when the model compilation job completed.CompilationJobSummary.BuildercompilationJobArn(String compilationJobArn)The Amazon Resource Name (ARN) of the model compilation job.CompilationJobSummary.BuildercompilationJobName(String compilationJobName)The name of the model compilation job that you want a summary for.CompilationJobSummary.BuildercompilationJobStatus(String compilationJobStatus)The status of the model compilation job.CompilationJobSummary.BuildercompilationJobStatus(CompilationJobStatus compilationJobStatus)The status of the model compilation job.CompilationJobSummary.BuildercompilationStartTime(Instant compilationStartTime)The time when the model compilation job started.CompilationJobSummary.BuildercompilationTargetDevice(String compilationTargetDevice)The type of device that the model will run on after the compilation job has completed.CompilationJobSummary.BuildercompilationTargetDevice(TargetDevice compilationTargetDevice)The type of device that the model will run on after the compilation job has completed.CompilationJobSummary.BuildercompilationTargetPlatformAccelerator(String compilationTargetPlatformAccelerator)The type of accelerator that the model will run on after the compilation job has completed.CompilationJobSummary.BuildercompilationTargetPlatformAccelerator(TargetPlatformAccelerator compilationTargetPlatformAccelerator)The type of accelerator that the model will run on after the compilation job has completed.CompilationJobSummary.BuildercompilationTargetPlatformArch(String compilationTargetPlatformArch)The type of architecture that the model will run on after the compilation job has completed.CompilationJobSummary.BuildercompilationTargetPlatformArch(TargetPlatformArch compilationTargetPlatformArch)The type of architecture that the model will run on after the compilation job has completed.CompilationJobSummary.BuildercompilationTargetPlatformOs(String compilationTargetPlatformOs)The type of OS that the model will run on after the compilation job has completed.CompilationJobSummary.BuildercompilationTargetPlatformOs(TargetPlatformOs compilationTargetPlatformOs)The type of OS that the model will run on after the compilation job has completed.CompilationJobSummary.BuildercreationTime(Instant creationTime)The time when the model compilation job was created.CompilationJobSummary.BuilderlastModifiedTime(Instant lastModifiedTime)The time when the model compilation job was last modified.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
compilationJobName
CompilationJobSummary.Builder compilationJobName(String compilationJobName)
The name of the model compilation job that you want a summary for.
- Parameters:
compilationJobName- The name of the model compilation job that you want a summary for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
compilationJobArn
CompilationJobSummary.Builder compilationJobArn(String compilationJobArn)
The Amazon Resource Name (ARN) of the model compilation job.
- Parameters:
compilationJobArn- The Amazon Resource Name (ARN) of the model compilation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
CompilationJobSummary.Builder creationTime(Instant creationTime)
The time when the model compilation job was created.
- Parameters:
creationTime- The time when the model compilation job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
compilationStartTime
CompilationJobSummary.Builder compilationStartTime(Instant compilationStartTime)
The time when the model compilation job started.
- Parameters:
compilationStartTime- The time when the model compilation job started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
compilationEndTime
CompilationJobSummary.Builder compilationEndTime(Instant compilationEndTime)
The time when the model compilation job completed.
- Parameters:
compilationEndTime- The time when the model compilation job completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
compilationTargetDevice
CompilationJobSummary.Builder compilationTargetDevice(String compilationTargetDevice)
The type of device that the model will run on after the compilation job has completed.
- Parameters:
compilationTargetDevice- The type of device that the model will run on after the compilation job has completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetDevice,TargetDevice
-
compilationTargetDevice
CompilationJobSummary.Builder compilationTargetDevice(TargetDevice compilationTargetDevice)
The type of device that the model will run on after the compilation job has completed.
- Parameters:
compilationTargetDevice- The type of device that the model will run on after the compilation job has completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetDevice,TargetDevice
-
compilationTargetPlatformOs
CompilationJobSummary.Builder compilationTargetPlatformOs(String compilationTargetPlatformOs)
The type of OS that the model will run on after the compilation job has completed.
- Parameters:
compilationTargetPlatformOs- The type of OS that the model will run on after the compilation job has completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetPlatformOs,TargetPlatformOs
-
compilationTargetPlatformOs
CompilationJobSummary.Builder compilationTargetPlatformOs(TargetPlatformOs compilationTargetPlatformOs)
The type of OS that the model will run on after the compilation job has completed.
- Parameters:
compilationTargetPlatformOs- The type of OS that the model will run on after the compilation job has completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetPlatformOs,TargetPlatformOs
-
compilationTargetPlatformArch
CompilationJobSummary.Builder compilationTargetPlatformArch(String compilationTargetPlatformArch)
The type of architecture that the model will run on after the compilation job has completed.
- Parameters:
compilationTargetPlatformArch- The type of architecture that the model will run on after the compilation job has completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetPlatformArch,TargetPlatformArch
-
compilationTargetPlatformArch
CompilationJobSummary.Builder compilationTargetPlatformArch(TargetPlatformArch compilationTargetPlatformArch)
The type of architecture that the model will run on after the compilation job has completed.
- Parameters:
compilationTargetPlatformArch- The type of architecture that the model will run on after the compilation job has completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetPlatformArch,TargetPlatformArch
-
compilationTargetPlatformAccelerator
CompilationJobSummary.Builder compilationTargetPlatformAccelerator(String compilationTargetPlatformAccelerator)
The type of accelerator that the model will run on after the compilation job has completed.
- Parameters:
compilationTargetPlatformAccelerator- The type of accelerator that the model will run on after the compilation job has completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetPlatformAccelerator,TargetPlatformAccelerator
-
compilationTargetPlatformAccelerator
CompilationJobSummary.Builder compilationTargetPlatformAccelerator(TargetPlatformAccelerator compilationTargetPlatformAccelerator)
The type of accelerator that the model will run on after the compilation job has completed.
- Parameters:
compilationTargetPlatformAccelerator- The type of accelerator that the model will run on after the compilation job has completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetPlatformAccelerator,TargetPlatformAccelerator
-
lastModifiedTime
CompilationJobSummary.Builder lastModifiedTime(Instant lastModifiedTime)
The time when the model compilation job was last modified.
- Parameters:
lastModifiedTime- The time when the model compilation job was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
compilationJobStatus
CompilationJobSummary.Builder compilationJobStatus(String compilationJobStatus)
The status of the model compilation job.
- Parameters:
compilationJobStatus- The status of the model compilation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CompilationJobStatus,CompilationJobStatus
-
compilationJobStatus
CompilationJobSummary.Builder compilationJobStatus(CompilationJobStatus compilationJobStatus)
The status of the model compilation job.
- Parameters:
compilationJobStatus- The status of the model compilation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CompilationJobStatus,CompilationJobStatus
-
-