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 Details

    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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

      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: