Interface CompilationJobSummary.Builder

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