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 OptimizationJobSummary

    • Constructor Detail

      • OptimizationJobSummary

        public OptimizationJobSummary()
    • Method Detail

      • setOptimizationJobName

        public void setOptimizationJobName(String optimizationJobName)

        The name that you assigned to the optimization job.

        Parameters:
        optimizationJobName - The name that you assigned to the optimization job.
      • getOptimizationJobName

        public String getOptimizationJobName()

        The name that you assigned to the optimization job.

        Returns:
        The name that you assigned to the optimization job.
      • withOptimizationJobName

        public OptimizationJobSummary withOptimizationJobName(String optimizationJobName)

        The name that you assigned to the optimization job.

        Parameters:
        optimizationJobName - The name that you assigned to the optimization job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOptimizationJobArn

        public void setOptimizationJobArn(String optimizationJobArn)

        The Amazon Resource Name (ARN) of the optimization job.

        Parameters:
        optimizationJobArn - The Amazon Resource Name (ARN) of the optimization job.
      • getOptimizationJobArn

        public String getOptimizationJobArn()

        The Amazon Resource Name (ARN) of the optimization job.

        Returns:
        The Amazon Resource Name (ARN) of the optimization job.
      • withOptimizationJobArn

        public OptimizationJobSummary withOptimizationJobArn(String optimizationJobArn)

        The Amazon Resource Name (ARN) of the optimization job.

        Parameters:
        optimizationJobArn - The Amazon Resource Name (ARN) of the optimization 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 you created the optimization job.

        Parameters:
        creationTime - The time when you created the optimization job.
      • getCreationTime

        public Date getCreationTime()

        The time when you created the optimization job.

        Returns:
        The time when you created the optimization job.
      • withCreationTime

        public OptimizationJobSummary withCreationTime(Date creationTime)

        The time when you created the optimization job.

        Parameters:
        creationTime - The time when you created the optimization job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOptimizationJobStatus

        public void setOptimizationJobStatus(String optimizationJobStatus)

        The current status of the optimization job.

        Parameters:
        optimizationJobStatus - The current status of the optimization job.
        See Also:
        OptimizationJobStatus
      • getOptimizationJobStatus

        public String getOptimizationJobStatus()

        The current status of the optimization job.

        Returns:
        The current status of the optimization job.
        See Also:
        OptimizationJobStatus
      • withOptimizationJobStatus

        public OptimizationJobSummary withOptimizationJobStatus(String optimizationJobStatus)

        The current status of the optimization job.

        Parameters:
        optimizationJobStatus - The current status of the optimization job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OptimizationJobStatus
      • withOptimizationJobStatus

        public OptimizationJobSummary withOptimizationJobStatus(OptimizationJobStatus optimizationJobStatus)

        The current status of the optimization job.

        Parameters:
        optimizationJobStatus - The current status of the optimization job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OptimizationJobStatus
      • setOptimizationStartTime

        public void setOptimizationStartTime(Date optimizationStartTime)

        The time when the optimization job started.

        Parameters:
        optimizationStartTime - The time when the optimization job started.
      • getOptimizationStartTime

        public Date getOptimizationStartTime()

        The time when the optimization job started.

        Returns:
        The time when the optimization job started.
      • withOptimizationStartTime

        public OptimizationJobSummary withOptimizationStartTime(Date optimizationStartTime)

        The time when the optimization job started.

        Parameters:
        optimizationStartTime - The time when the optimization job started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOptimizationEndTime

        public void setOptimizationEndTime(Date optimizationEndTime)

        The time when the optimization job finished processing.

        Parameters:
        optimizationEndTime - The time when the optimization job finished processing.
      • getOptimizationEndTime

        public Date getOptimizationEndTime()

        The time when the optimization job finished processing.

        Returns:
        The time when the optimization job finished processing.
      • withOptimizationEndTime

        public OptimizationJobSummary withOptimizationEndTime(Date optimizationEndTime)

        The time when the optimization job finished processing.

        Parameters:
        optimizationEndTime - The time when the optimization job finished processing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastModifiedTime

        public void setLastModifiedTime(Date lastModifiedTime)

        The time when the optimization job was last updated.

        Parameters:
        lastModifiedTime - The time when the optimization job was last updated.
      • getLastModifiedTime

        public Date getLastModifiedTime()

        The time when the optimization job was last updated.

        Returns:
        The time when the optimization job was last updated.
      • withLastModifiedTime

        public OptimizationJobSummary withLastModifiedTime(Date lastModifiedTime)

        The time when the optimization job was last updated.

        Parameters:
        lastModifiedTime - The time when the optimization job was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDeploymentInstanceType

        public void setDeploymentInstanceType(String deploymentInstanceType)

        The type of instance that hosts the optimized model that you create with the optimization job.

        Parameters:
        deploymentInstanceType - The type of instance that hosts the optimized model that you create with the optimization job.
        See Also:
        OptimizationJobDeploymentInstanceType
      • getDeploymentInstanceType

        public String getDeploymentInstanceType()

        The type of instance that hosts the optimized model that you create with the optimization job.

        Returns:
        The type of instance that hosts the optimized model that you create with the optimization job.
        See Also:
        OptimizationJobDeploymentInstanceType
      • withDeploymentInstanceType

        public OptimizationJobSummary withDeploymentInstanceType(String deploymentInstanceType)

        The type of instance that hosts the optimized model that you create with the optimization job.

        Parameters:
        deploymentInstanceType - The type of instance that hosts the optimized model that you create with the optimization job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OptimizationJobDeploymentInstanceType
      • withDeploymentInstanceType

        public OptimizationJobSummary withDeploymentInstanceType(OptimizationJobDeploymentInstanceType deploymentInstanceType)

        The type of instance that hosts the optimized model that you create with the optimization job.

        Parameters:
        deploymentInstanceType - The type of instance that hosts the optimized model that you create with the optimization job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OptimizationJobDeploymentInstanceType
      • getOptimizationTypes

        public List<String> getOptimizationTypes()

        The optimization techniques that are applied by the optimization job.

        Returns:
        The optimization techniques that are applied by the optimization job.
      • setOptimizationTypes

        public void setOptimizationTypes(Collection<String> optimizationTypes)

        The optimization techniques that are applied by the optimization job.

        Parameters:
        optimizationTypes - The optimization techniques that are applied by the optimization job.
      • withOptimizationTypes

        public OptimizationJobSummary withOptimizationTypes(String... optimizationTypes)

        The optimization techniques that are applied by the optimization job.

        NOTE: This method appends the values to the existing list (if any). Use setOptimizationTypes(java.util.Collection) or withOptimizationTypes(java.util.Collection) if you want to override the existing values.

        Parameters:
        optimizationTypes - The optimization techniques that are applied by the optimization job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withOptimizationTypes

        public OptimizationJobSummary withOptimizationTypes(Collection<String> optimizationTypes)

        The optimization techniques that are applied by the optimization job.

        Parameters:
        optimizationTypes - The optimization techniques that are applied by the optimization job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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 によって変換されたページ (->オリジナル) /