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 DescribeOptimizationJobResult

    • Constructor Detail

      • DescribeOptimizationJobResult

        public DescribeOptimizationJobResult()
    • Method Detail

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

        public void setFailureReason(String failureReason)

        If the optimization job status is FAILED, the reason for the failure.

        Parameters:
        failureReason - If the optimization job status is FAILED, the reason for the failure.
      • getFailureReason

        public String getFailureReason()

        If the optimization job status is FAILED, the reason for the failure.

        Returns:
        If the optimization job status is FAILED, the reason for the failure.
      • withFailureReason

        public DescribeOptimizationJobResult withFailureReason(String failureReason)

        If the optimization job status is FAILED, the reason for the failure.

        Parameters:
        failureReason - If the optimization job status is FAILED, the reason for the failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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 DescribeOptimizationJobResult 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.
      • setModelSource

        public void setModelSource(OptimizationJobModelSource modelSource)

        The location of the source model to optimize with an optimization job.

        Parameters:
        modelSource - The location of the source model to optimize with an optimization job.
      • getModelSource

        public OptimizationJobModelSource getModelSource()

        The location of the source model to optimize with an optimization job.

        Returns:
        The location of the source model to optimize with an optimization job.
      • withModelSource

        public DescribeOptimizationJobResult withModelSource(OptimizationJobModelSource modelSource)

        The location of the source model to optimize with an optimization job.

        Parameters:
        modelSource - The location of the source model to optimize with an optimization job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getOptimizationEnvironment

        public Map<String,String> getOptimizationEnvironment()

        The environment variables to set in the model container.

        Returns:
        The environment variables to set in the model container.
      • setOptimizationEnvironment

        public void setOptimizationEnvironment(Map<String,String> optimizationEnvironment)

        The environment variables to set in the model container.

        Parameters:
        optimizationEnvironment - The environment variables to set in the model container.
      • withOptimizationEnvironment

        public DescribeOptimizationJobResult withOptimizationEnvironment(Map<String,String> optimizationEnvironment)

        The environment variables to set in the model container.

        Parameters:
        optimizationEnvironment - The environment variables to set in the model container.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearOptimizationEnvironmentEntries

        public DescribeOptimizationJobResult clearOptimizationEnvironmentEntries()
        Removes all the entries added into OptimizationEnvironment.
        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 DescribeOptimizationJobResult 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 DescribeOptimizationJobResult 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
      • getOptimizationConfigs

        public List<OptimizationConfig> getOptimizationConfigs()

        Settings for each of the optimization techniques that the job applies.

        Returns:
        Settings for each of the optimization techniques that the job applies.
      • setOptimizationConfigs

        public void setOptimizationConfigs(Collection<OptimizationConfig> optimizationConfigs)

        Settings for each of the optimization techniques that the job applies.

        Parameters:
        optimizationConfigs - Settings for each of the optimization techniques that the job applies.
      • withOptimizationConfigs

        public DescribeOptimizationJobResult withOptimizationConfigs(Collection<OptimizationConfig> optimizationConfigs)

        Settings for each of the optimization techniques that the job applies.

        Parameters:
        optimizationConfigs - Settings for each of the optimization techniques that the job applies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOutputConfig

        public void setOutputConfig(OptimizationJobOutputConfig outputConfig)

        Details for where to store the optimized model that you create with the optimization job.

        Parameters:
        outputConfig - Details for where to store the optimized model that you create with the optimization job.
      • getOutputConfig

        public OptimizationJobOutputConfig getOutputConfig()

        Details for where to store the optimized model that you create with the optimization job.

        Returns:
        Details for where to store the optimized model that you create with the optimization job.
      • withOutputConfig

        public DescribeOptimizationJobResult withOutputConfig(OptimizationJobOutputConfig outputConfig)

        Details for where to store the optimized model that you create with the optimization job.

        Parameters:
        outputConfig - Details for where to store 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.
      • setOptimizationOutput

        public void setOptimizationOutput(OptimizationOutput optimizationOutput)

        Output values produced by an optimization job.

        Parameters:
        optimizationOutput - Output values produced by an optimization job.
      • getOptimizationOutput

        public OptimizationOutput getOptimizationOutput()

        Output values produced by an optimization job.

        Returns:
        Output values produced by an optimization job.
      • withOptimizationOutput

        public DescribeOptimizationJobResult withOptimizationOutput(OptimizationOutput optimizationOutput)

        Output values produced by an optimization job.

        Parameters:
        optimizationOutput - Output values produced by an optimization job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRoleArn

        public void setRoleArn(String roleArn)

        The ARN of the IAM role that you assigned to the optimization job.

        Parameters:
        roleArn - The ARN of the IAM role that you assigned to the optimization job.
      • getRoleArn

        public String getRoleArn()

        The ARN of the IAM role that you assigned to the optimization job.

        Returns:
        The ARN of the IAM role that you assigned to the optimization job.
      • withRoleArn

        public DescribeOptimizationJobResult withRoleArn(String roleArn)

        The ARN of the IAM role that you assigned to the optimization job.

        Parameters:
        roleArn - The ARN of the IAM role that you assigned to the optimization job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStoppingCondition

        public void setStoppingCondition(StoppingCondition stoppingCondition)
        Parameters:
        stoppingCondition -
      • withStoppingCondition

        public DescribeOptimizationJobResult withStoppingCondition(StoppingCondition stoppingCondition)
        Parameters:
        stoppingCondition -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVpcConfig

        public void setVpcConfig(OptimizationVpcConfig vpcConfig)

        A VPC in Amazon VPC that your optimized model has access to.

        Parameters:
        vpcConfig - A VPC in Amazon VPC that your optimized model has access to.
      • getVpcConfig

        public OptimizationVpcConfig getVpcConfig()

        A VPC in Amazon VPC that your optimized model has access to.

        Returns:
        A VPC in Amazon VPC that your optimized model has access to.
      • withVpcConfig

        public DescribeOptimizationJobResult withVpcConfig(OptimizationVpcConfig vpcConfig)

        A VPC in Amazon VPC that your optimized model has access to.

        Parameters:
        vpcConfig - A VPC in Amazon VPC that your optimized model has access to.
        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 によって変換されたページ (->オリジナル) /