JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.sagemaker.model

Class CompilationJobSummary

    • Constructor Detail

      • CompilationJobSummary

        public CompilationJobSummary()
    • Method Detail

      • setCompilationJobName

        public void setCompilationJobName(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.
      • getCompilationJobName

        public String getCompilationJobName()

        The name of the model compilation job that you want a summary for.

        Returns:
        The name of the model compilation job that you want a summary for.
      • withCompilationJobName

        public CompilationJobSummary withCompilationJobName(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.
      • setCompilationJobArn

        public void setCompilationJobArn(String compilationJobArn)

        The Amazon Resource Name (ARN) of the model compilation job.

        Parameters:
        compilationJobArn - The Amazon Resource Name (ARN) of the model compilation job.
      • getCompilationJobArn

        public String getCompilationJobArn()

        The Amazon Resource Name (ARN) of the model compilation job.

        Returns:
        The Amazon Resource Name (ARN) of the model compilation job.
      • withCompilationJobArn

        public CompilationJobSummary withCompilationJobArn(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.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        The time when the model compilation job was created.

        Parameters:
        creationTime - The time when the model compilation job was created.
      • getCreationTime

        public Date getCreationTime()

        The time when the model compilation job was created.

        Returns:
        The time when the model compilation job was created.
      • withCreationTime

        public CompilationJobSummary withCreationTime(Date 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.
      • setCompilationStartTime

        public void setCompilationStartTime(Date compilationStartTime)

        The time when the model compilation job started.

        Parameters:
        compilationStartTime - The time when the model compilation job started.
      • getCompilationStartTime

        public Date getCompilationStartTime()

        The time when the model compilation job started.

        Returns:
        The time when the model compilation job started.
      • withCompilationStartTime

        public CompilationJobSummary withCompilationStartTime(Date 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.
      • setCompilationEndTime

        public void setCompilationEndTime(Date compilationEndTime)

        The time when the model compilation job completed.

        Parameters:
        compilationEndTime - The time when the model compilation job completed.
      • getCompilationEndTime

        public Date getCompilationEndTime()

        The time when the model compilation job completed.

        Returns:
        The time when the model compilation job completed.
      • withCompilationEndTime

        public CompilationJobSummary withCompilationEndTime(Date 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.
      • setCompilationTargetDevice

        public void setCompilationTargetDevice(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.
        See Also:
        TargetDevice
      • getCompilationTargetDevice

        public String getCompilationTargetDevice()

        The type of device that the model will run on after the compilation job has completed.

        Returns:
        The type of device that the model will run on after the compilation job has completed.
        See Also:
        TargetDevice
      • withCompilationTargetDevice

        public CompilationJobSummary withCompilationTargetDevice(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
      • withCompilationTargetDevice

        public CompilationJobSummary withCompilationTargetDevice(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
      • setCompilationTargetPlatformOs

        public void setCompilationTargetPlatformOs(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.
        See Also:
        TargetPlatformOs
      • getCompilationTargetPlatformOs

        public String getCompilationTargetPlatformOs()

        The type of OS that the model will run on after the compilation job has completed.

        Returns:
        The type of OS that the model will run on after the compilation job has completed.
        See Also:
        TargetPlatformOs
      • withCompilationTargetPlatformOs

        public CompilationJobSummary withCompilationTargetPlatformOs(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
      • withCompilationTargetPlatformOs

        public CompilationJobSummary withCompilationTargetPlatformOs(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
      • setCompilationTargetPlatformArch

        public void setCompilationTargetPlatformArch(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.
        See Also:
        TargetPlatformArch
      • getCompilationTargetPlatformArch

        public String getCompilationTargetPlatformArch()

        The type of architecture that the model will run on after the compilation job has completed.

        Returns:
        The type of architecture that the model will run on after the compilation job has completed.
        See Also:
        TargetPlatformArch
      • withCompilationTargetPlatformArch

        public CompilationJobSummary withCompilationTargetPlatformArch(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
      • withCompilationTargetPlatformArch

        public CompilationJobSummary withCompilationTargetPlatformArch(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
      • setCompilationTargetPlatformAccelerator

        public void setCompilationTargetPlatformAccelerator(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.
        See Also:
        TargetPlatformAccelerator
      • getCompilationTargetPlatformAccelerator

        public String getCompilationTargetPlatformAccelerator()

        The type of accelerator that the model will run on after the compilation job has completed.

        Returns:
        The type of accelerator that the model will run on after the compilation job has completed.
        See Also:
        TargetPlatformAccelerator
      • withCompilationTargetPlatformAccelerator

        public CompilationJobSummary withCompilationTargetPlatformAccelerator(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
      • withCompilationTargetPlatformAccelerator

        public CompilationJobSummary withCompilationTargetPlatformAccelerator(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
      • setLastModifiedTime

        public void setLastModifiedTime(Date lastModifiedTime)

        The time when the model compilation job was last modified.

        Parameters:
        lastModifiedTime - The time when the model compilation job was last modified.
      • getLastModifiedTime

        public Date getLastModifiedTime()

        The time when the model compilation job was last modified.

        Returns:
        The time when the model compilation job was last modified.
      • withLastModifiedTime

        public CompilationJobSummary withLastModifiedTime(Date 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.
      • setCompilationJobStatus

        public void setCompilationJobStatus(String compilationJobStatus)

        The status of the model compilation job.

        Parameters:
        compilationJobStatus - The status of the model compilation job.
        See Also:
        CompilationJobStatus
      • getCompilationJobStatus

        public String getCompilationJobStatus()

        The status of the model compilation job.

        Returns:
        The status of the model compilation job.
        See Also:
        CompilationJobStatus
      • withCompilationJobStatus

        public CompilationJobSummary withCompilationJobStatus(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
      • withCompilationJobStatus

        public CompilationJobSummary withCompilationJobStatus(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
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /