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 DescribeAutoMLJobV2Result

    • Constructor Detail

      • DescribeAutoMLJobV2Result

        public DescribeAutoMLJobV2Result()
    • Method Detail

      • setAutoMLJobName

        public void setAutoMLJobName(String autoMLJobName)

        Returns the name of the AutoML job V2.

        Parameters:
        autoMLJobName - Returns the name of the AutoML job V2.
      • getAutoMLJobName

        public String getAutoMLJobName()

        Returns the name of the AutoML job V2.

        Returns:
        Returns the name of the AutoML job V2.
      • withAutoMLJobName

        public DescribeAutoMLJobV2Result withAutoMLJobName(String autoMLJobName)

        Returns the name of the AutoML job V2.

        Parameters:
        autoMLJobName - Returns the name of the AutoML job V2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAutoMLJobArn

        public void setAutoMLJobArn(String autoMLJobArn)

        Returns the Amazon Resource Name (ARN) of the AutoML job V2.

        Parameters:
        autoMLJobArn - Returns the Amazon Resource Name (ARN) of the AutoML job V2.
      • getAutoMLJobArn

        public String getAutoMLJobArn()

        Returns the Amazon Resource Name (ARN) of the AutoML job V2.

        Returns:
        Returns the Amazon Resource Name (ARN) of the AutoML job V2.
      • withAutoMLJobArn

        public DescribeAutoMLJobV2Result withAutoMLJobArn(String autoMLJobArn)

        Returns the Amazon Resource Name (ARN) of the AutoML job V2.

        Parameters:
        autoMLJobArn - Returns the Amazon Resource Name (ARN) of the AutoML job V2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getAutoMLJobInputDataConfig

        public List<AutoMLJobChannel> getAutoMLJobInputDataConfig()

        Returns an array of channel objects describing the input data and their location.

        Returns:
        Returns an array of channel objects describing the input data and their location.
      • setAutoMLJobInputDataConfig

        public void setAutoMLJobInputDataConfig(Collection<AutoMLJobChannel> autoMLJobInputDataConfig)

        Returns an array of channel objects describing the input data and their location.

        Parameters:
        autoMLJobInputDataConfig - Returns an array of channel objects describing the input data and their location.
      • withAutoMLJobInputDataConfig

        public DescribeAutoMLJobV2Result withAutoMLJobInputDataConfig(Collection<AutoMLJobChannel> autoMLJobInputDataConfig)

        Returns an array of channel objects describing the input data and their location.

        Parameters:
        autoMLJobInputDataConfig - Returns an array of channel objects describing the input data and their location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOutputDataConfig

        public void setOutputDataConfig(AutoMLOutputDataConfig outputDataConfig)

        Returns the job's output data config.

        Parameters:
        outputDataConfig - Returns the job's output data config.
      • getOutputDataConfig

        public AutoMLOutputDataConfig getOutputDataConfig()

        Returns the job's output data config.

        Returns:
        Returns the job's output data config.
      • withOutputDataConfig

        public DescribeAutoMLJobV2Result withOutputDataConfig(AutoMLOutputDataConfig outputDataConfig)

        Returns the job's output data config.

        Parameters:
        outputDataConfig - Returns the job's output data config.
        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 has read permission to the input data location and write permission to the output data location in Amazon S3.

        Parameters:
        roleArn - The ARN of the IAM role that has read permission to the input data location and write permission to the output data location in Amazon S3.
      • getRoleArn

        public String getRoleArn()

        The ARN of the IAM role that has read permission to the input data location and write permission to the output data location in Amazon S3.

        Returns:
        The ARN of the IAM role that has read permission to the input data location and write permission to the output data location in Amazon S3.
      • withRoleArn

        public DescribeAutoMLJobV2Result withRoleArn(String roleArn)

        The ARN of the IAM role that has read permission to the input data location and write permission to the output data location in Amazon S3.

        Parameters:
        roleArn - The ARN of the IAM role that has read permission to the input data location and write permission to the output data location in Amazon S3.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAutoMLJobObjective

        public void setAutoMLJobObjective(AutoMLJobObjective autoMLJobObjective)

        Returns the job's objective.

        Parameters:
        autoMLJobObjective - Returns the job's objective.
      • getAutoMLJobObjective

        public AutoMLJobObjective getAutoMLJobObjective()

        Returns the job's objective.

        Returns:
        Returns the job's objective.
      • withAutoMLJobObjective

        public DescribeAutoMLJobV2Result withAutoMLJobObjective(AutoMLJobObjective autoMLJobObjective)

        Returns the job's objective.

        Parameters:
        autoMLJobObjective - Returns the job's objective.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAutoMLProblemTypeConfig

        public void setAutoMLProblemTypeConfig(AutoMLProblemTypeConfig autoMLProblemTypeConfig)

        Returns the configuration settings of the problem type set for the AutoML job V2.

        Parameters:
        autoMLProblemTypeConfig - Returns the configuration settings of the problem type set for the AutoML job V2.
      • getAutoMLProblemTypeConfig

        public AutoMLProblemTypeConfig getAutoMLProblemTypeConfig()

        Returns the configuration settings of the problem type set for the AutoML job V2.

        Returns:
        Returns the configuration settings of the problem type set for the AutoML job V2.
      • withAutoMLProblemTypeConfig

        public DescribeAutoMLJobV2Result withAutoMLProblemTypeConfig(AutoMLProblemTypeConfig autoMLProblemTypeConfig)

        Returns the configuration settings of the problem type set for the AutoML job V2.

        Parameters:
        autoMLProblemTypeConfig - Returns the configuration settings of the problem type set for the AutoML job V2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAutoMLProblemTypeConfigName

        public void setAutoMLProblemTypeConfigName(String autoMLProblemTypeConfigName)

        Returns the name of the problem type configuration set for the AutoML job V2.

        Parameters:
        autoMLProblemTypeConfigName - Returns the name of the problem type configuration set for the AutoML job V2.
        See Also:
        AutoMLProblemTypeConfigName
      • getAutoMLProblemTypeConfigName

        public String getAutoMLProblemTypeConfigName()

        Returns the name of the problem type configuration set for the AutoML job V2.

        Returns:
        Returns the name of the problem type configuration set for the AutoML job V2.
        See Also:
        AutoMLProblemTypeConfigName
      • withAutoMLProblemTypeConfigName

        public DescribeAutoMLJobV2Result withAutoMLProblemTypeConfigName(String autoMLProblemTypeConfigName)

        Returns the name of the problem type configuration set for the AutoML job V2.

        Parameters:
        autoMLProblemTypeConfigName - Returns the name of the problem type configuration set for the AutoML job V2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AutoMLProblemTypeConfigName
      • withAutoMLProblemTypeConfigName

        public DescribeAutoMLJobV2Result withAutoMLProblemTypeConfigName(AutoMLProblemTypeConfigName autoMLProblemTypeConfigName)

        Returns the name of the problem type configuration set for the AutoML job V2.

        Parameters:
        autoMLProblemTypeConfigName - Returns the name of the problem type configuration set for the AutoML job V2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AutoMLProblemTypeConfigName
      • setCreationTime

        public void setCreationTime(Date creationTime)

        Returns the creation time of the AutoML job V2.

        Parameters:
        creationTime - Returns the creation time of the AutoML job V2.
      • getCreationTime

        public Date getCreationTime()

        Returns the creation time of the AutoML job V2.

        Returns:
        Returns the creation time of the AutoML job V2.
      • withCreationTime

        public DescribeAutoMLJobV2Result withCreationTime(Date creationTime)

        Returns the creation time of the AutoML job V2.

        Parameters:
        creationTime - Returns the creation time of the AutoML job V2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEndTime

        public void setEndTime(Date endTime)

        Returns the end time of the AutoML job V2.

        Parameters:
        endTime - Returns the end time of the AutoML job V2.
      • getEndTime

        public Date getEndTime()

        Returns the end time of the AutoML job V2.

        Returns:
        Returns the end time of the AutoML job V2.
      • withEndTime

        public DescribeAutoMLJobV2Result withEndTime(Date endTime)

        Returns the end time of the AutoML job V2.

        Parameters:
        endTime - Returns the end time of the AutoML job V2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastModifiedTime

        public void setLastModifiedTime(Date lastModifiedTime)

        Returns the job's last modified time.

        Parameters:
        lastModifiedTime - Returns the job's last modified time.
      • getLastModifiedTime

        public Date getLastModifiedTime()

        Returns the job's last modified time.

        Returns:
        Returns the job's last modified time.
      • withLastModifiedTime

        public DescribeAutoMLJobV2Result withLastModifiedTime(Date lastModifiedTime)

        Returns the job's last modified time.

        Parameters:
        lastModifiedTime - Returns the job's last modified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFailureReason

        public void setFailureReason(String failureReason)

        Returns the reason for the failure of the AutoML job V2, when applicable.

        Parameters:
        failureReason - Returns the reason for the failure of the AutoML job V2, when applicable.
      • getFailureReason

        public String getFailureReason()

        Returns the reason for the failure of the AutoML job V2, when applicable.

        Returns:
        Returns the reason for the failure of the AutoML job V2, when applicable.
      • withFailureReason

        public DescribeAutoMLJobV2Result withFailureReason(String failureReason)

        Returns the reason for the failure of the AutoML job V2, when applicable.

        Parameters:
        failureReason - Returns the reason for the failure of the AutoML job V2, when applicable.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getPartialFailureReasons

        public List<AutoMLPartialFailureReason> getPartialFailureReasons()

        Returns a list of reasons for partial failures within an AutoML job V2.

        Returns:
        Returns a list of reasons for partial failures within an AutoML job V2.
      • setPartialFailureReasons

        public void setPartialFailureReasons(Collection<AutoMLPartialFailureReason> partialFailureReasons)

        Returns a list of reasons for partial failures within an AutoML job V2.

        Parameters:
        partialFailureReasons - Returns a list of reasons for partial failures within an AutoML job V2.
      • withPartialFailureReasons

        public DescribeAutoMLJobV2Result withPartialFailureReasons(Collection<AutoMLPartialFailureReason> partialFailureReasons)

        Returns a list of reasons for partial failures within an AutoML job V2.

        Parameters:
        partialFailureReasons - Returns a list of reasons for partial failures within an AutoML job V2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBestCandidate

        public void setBestCandidate(AutoMLCandidate bestCandidate)

        Information about the candidate produced by an AutoML training job V2, including its status, steps, and other properties.

        Parameters:
        bestCandidate - Information about the candidate produced by an AutoML training job V2, including its status, steps, and other properties.
      • getBestCandidate

        public AutoMLCandidate getBestCandidate()

        Information about the candidate produced by an AutoML training job V2, including its status, steps, and other properties.

        Returns:
        Information about the candidate produced by an AutoML training job V2, including its status, steps, and other properties.
      • withBestCandidate

        public DescribeAutoMLJobV2Result withBestCandidate(AutoMLCandidate bestCandidate)

        Information about the candidate produced by an AutoML training job V2, including its status, steps, and other properties.

        Parameters:
        bestCandidate - Information about the candidate produced by an AutoML training job V2, including its status, steps, and other properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAutoMLJobStatus

        public void setAutoMLJobStatus(String autoMLJobStatus)

        Returns the status of the AutoML job V2.

        Parameters:
        autoMLJobStatus - Returns the status of the AutoML job V2.
        See Also:
        AutoMLJobStatus
      • getAutoMLJobStatus

        public String getAutoMLJobStatus()

        Returns the status of the AutoML job V2.

        Returns:
        Returns the status of the AutoML job V2.
        See Also:
        AutoMLJobStatus
      • withAutoMLJobStatus

        public DescribeAutoMLJobV2Result withAutoMLJobStatus(String autoMLJobStatus)

        Returns the status of the AutoML job V2.

        Parameters:
        autoMLJobStatus - Returns the status of the AutoML job V2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AutoMLJobStatus
      • withAutoMLJobStatus

        public DescribeAutoMLJobV2Result withAutoMLJobStatus(AutoMLJobStatus autoMLJobStatus)

        Returns the status of the AutoML job V2.

        Parameters:
        autoMLJobStatus - Returns the status of the AutoML job V2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AutoMLJobStatus
      • setAutoMLJobSecondaryStatus

        public void setAutoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)

        Returns the secondary status of the AutoML job V2.

        Parameters:
        autoMLJobSecondaryStatus - Returns the secondary status of the AutoML job V2.
        See Also:
        AutoMLJobSecondaryStatus
      • getAutoMLJobSecondaryStatus

        public String getAutoMLJobSecondaryStatus()

        Returns the secondary status of the AutoML job V2.

        Returns:
        Returns the secondary status of the AutoML job V2.
        See Also:
        AutoMLJobSecondaryStatus
      • withAutoMLJobSecondaryStatus

        public DescribeAutoMLJobV2Result withAutoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)

        Returns the secondary status of the AutoML job V2.

        Parameters:
        autoMLJobSecondaryStatus - Returns the secondary status of the AutoML job V2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AutoMLJobSecondaryStatus
      • withAutoMLJobSecondaryStatus

        public DescribeAutoMLJobV2Result withAutoMLJobSecondaryStatus(AutoMLJobSecondaryStatus autoMLJobSecondaryStatus)

        Returns the secondary status of the AutoML job V2.

        Parameters:
        autoMLJobSecondaryStatus - Returns the secondary status of the AutoML job V2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AutoMLJobSecondaryStatus
      • setAutoMLJobArtifacts

        public void setAutoMLJobArtifacts(AutoMLJobArtifacts autoMLJobArtifacts)
        Parameters:
        autoMLJobArtifacts -
      • withAutoMLJobArtifacts

        public DescribeAutoMLJobV2Result withAutoMLJobArtifacts(AutoMLJobArtifacts autoMLJobArtifacts)
        Parameters:
        autoMLJobArtifacts -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setResolvedAttributes

        public void setResolvedAttributes(AutoMLResolvedAttributes resolvedAttributes)

        Returns the resolved attributes used by the AutoML job V2.

        Parameters:
        resolvedAttributes - Returns the resolved attributes used by the AutoML job V2.
      • getResolvedAttributes

        public AutoMLResolvedAttributes getResolvedAttributes()

        Returns the resolved attributes used by the AutoML job V2.

        Returns:
        Returns the resolved attributes used by the AutoML job V2.
      • withResolvedAttributes

        public DescribeAutoMLJobV2Result withResolvedAttributes(AutoMLResolvedAttributes resolvedAttributes)

        Returns the resolved attributes used by the AutoML job V2.

        Parameters:
        resolvedAttributes - Returns the resolved attributes used by the AutoML job V2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModelDeployConfig

        public void setModelDeployConfig(ModelDeployConfig modelDeployConfig)

        Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed automatically.

        Parameters:
        modelDeployConfig - Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed automatically.
      • getModelDeployConfig

        public ModelDeployConfig getModelDeployConfig()

        Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed automatically.

        Returns:
        Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed automatically.
      • withModelDeployConfig

        public DescribeAutoMLJobV2Result withModelDeployConfig(ModelDeployConfig modelDeployConfig)

        Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed automatically.

        Parameters:
        modelDeployConfig - Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed automatically.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModelDeployResult

        public void setModelDeployResult(ModelDeployResult modelDeployResult)

        Provides information about endpoint for the model deployment.

        Parameters:
        modelDeployResult - Provides information about endpoint for the model deployment.
      • getModelDeployResult

        public ModelDeployResult getModelDeployResult()

        Provides information about endpoint for the model deployment.

        Returns:
        Provides information about endpoint for the model deployment.
      • withModelDeployResult

        public DescribeAutoMLJobV2Result withModelDeployResult(ModelDeployResult modelDeployResult)

        Provides information about endpoint for the model deployment.

        Parameters:
        modelDeployResult - Provides information about endpoint for the model deployment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDataSplitConfig

        public void setDataSplitConfig(AutoMLDataSplitConfig dataSplitConfig)

        Returns the configuration settings of how the data are split into train and validation datasets.

        Parameters:
        dataSplitConfig - Returns the configuration settings of how the data are split into train and validation datasets.
      • getDataSplitConfig

        public AutoMLDataSplitConfig getDataSplitConfig()

        Returns the configuration settings of how the data are split into train and validation datasets.

        Returns:
        Returns the configuration settings of how the data are split into train and validation datasets.
      • withDataSplitConfig

        public DescribeAutoMLJobV2Result withDataSplitConfig(AutoMLDataSplitConfig dataSplitConfig)

        Returns the configuration settings of how the data are split into train and validation datasets.

        Parameters:
        dataSplitConfig - Returns the configuration settings of how the data are split into train and validation datasets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSecurityConfig

        public void setSecurityConfig(AutoMLSecurityConfig securityConfig)

        Returns the security configuration for traffic encryption or Amazon VPC settings.

        Parameters:
        securityConfig - Returns the security configuration for traffic encryption or Amazon VPC settings.
      • getSecurityConfig

        public AutoMLSecurityConfig getSecurityConfig()

        Returns the security configuration for traffic encryption or Amazon VPC settings.

        Returns:
        Returns the security configuration for traffic encryption or Amazon VPC settings.
      • withSecurityConfig

        public DescribeAutoMLJobV2Result withSecurityConfig(AutoMLSecurityConfig securityConfig)

        Returns the security configuration for traffic encryption or Amazon VPC settings.

        Parameters:
        securityConfig - Returns the security configuration for traffic encryption or Amazon VPC settings.
        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 によって変換されたページ (->オリジナル) /