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 DescribeModelExplainabilityJobDefinitionResult

    • Constructor Detail

      • DescribeModelExplainabilityJobDefinitionResult

        public DescribeModelExplainabilityJobDefinitionResult()
    • Method Detail

      • setJobDefinitionArn

        public void setJobDefinitionArn(String jobDefinitionArn)

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

        Parameters:
        jobDefinitionArn - The Amazon Resource Name (ARN) of the model explainability job.
      • getJobDefinitionArn

        public String getJobDefinitionArn()

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

        Returns:
        The Amazon Resource Name (ARN) of the model explainability job.
      • withJobDefinitionArn

        public DescribeModelExplainabilityJobDefinitionResult withJobDefinitionArn(String jobDefinitionArn)

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

        Parameters:
        jobDefinitionArn - The Amazon Resource Name (ARN) of the model explainability job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setJobDefinitionName

        public void setJobDefinitionName(String jobDefinitionName)

        The name of the explainability job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

        Parameters:
        jobDefinitionName - The name of the explainability job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
      • getJobDefinitionName

        public String getJobDefinitionName()

        The name of the explainability job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

        Returns:
        The name of the explainability job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
      • withJobDefinitionName

        public DescribeModelExplainabilityJobDefinitionResult withJobDefinitionName(String jobDefinitionName)

        The name of the explainability job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

        Parameters:
        jobDefinitionName - The name of the explainability job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        The time at which the model explainability job was created.

        Parameters:
        creationTime - The time at which the model explainability job was created.
      • getCreationTime

        public Date getCreationTime()

        The time at which the model explainability job was created.

        Returns:
        The time at which the model explainability job was created.
      • withCreationTime

        public DescribeModelExplainabilityJobDefinitionResult withCreationTime(Date creationTime)

        The time at which the model explainability job was created.

        Parameters:
        creationTime - The time at which the model explainability job was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModelExplainabilityBaselineConfig

        public void setModelExplainabilityBaselineConfig(ModelExplainabilityBaselineConfig modelExplainabilityBaselineConfig)

        The baseline configuration for a model explainability job.

        Parameters:
        modelExplainabilityBaselineConfig - The baseline configuration for a model explainability job.
      • getModelExplainabilityBaselineConfig

        public ModelExplainabilityBaselineConfig getModelExplainabilityBaselineConfig()

        The baseline configuration for a model explainability job.

        Returns:
        The baseline configuration for a model explainability job.
      • withModelExplainabilityBaselineConfig

        public DescribeModelExplainabilityJobDefinitionResult withModelExplainabilityBaselineConfig(ModelExplainabilityBaselineConfig modelExplainabilityBaselineConfig)

        The baseline configuration for a model explainability job.

        Parameters:
        modelExplainabilityBaselineConfig - The baseline configuration for a model explainability job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModelExplainabilityAppSpecification

        public void setModelExplainabilityAppSpecification(ModelExplainabilityAppSpecification modelExplainabilityAppSpecification)

        Configures the model explainability job to run a specified Docker container image.

        Parameters:
        modelExplainabilityAppSpecification - Configures the model explainability job to run a specified Docker container image.
      • getModelExplainabilityAppSpecification

        public ModelExplainabilityAppSpecification getModelExplainabilityAppSpecification()

        Configures the model explainability job to run a specified Docker container image.

        Returns:
        Configures the model explainability job to run a specified Docker container image.
      • withModelExplainabilityAppSpecification

        public DescribeModelExplainabilityJobDefinitionResult withModelExplainabilityAppSpecification(ModelExplainabilityAppSpecification modelExplainabilityAppSpecification)

        Configures the model explainability job to run a specified Docker container image.

        Parameters:
        modelExplainabilityAppSpecification - Configures the model explainability job to run a specified Docker container image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModelExplainabilityJobInput

        public void setModelExplainabilityJobInput(ModelExplainabilityJobInput modelExplainabilityJobInput)

        Inputs for the model explainability job.

        Parameters:
        modelExplainabilityJobInput - Inputs for the model explainability job.
      • getModelExplainabilityJobInput

        public ModelExplainabilityJobInput getModelExplainabilityJobInput()

        Inputs for the model explainability job.

        Returns:
        Inputs for the model explainability job.
      • withModelExplainabilityJobInput

        public DescribeModelExplainabilityJobDefinitionResult withModelExplainabilityJobInput(ModelExplainabilityJobInput modelExplainabilityJobInput)

        Inputs for the model explainability job.

        Parameters:
        modelExplainabilityJobInput - Inputs for the model explainability job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModelExplainabilityJobOutputConfig

        public void setModelExplainabilityJobOutputConfig(MonitoringOutputConfig modelExplainabilityJobOutputConfig)
        Parameters:
        modelExplainabilityJobOutputConfig -
      • getModelExplainabilityJobOutputConfig

        public MonitoringOutputConfig getModelExplainabilityJobOutputConfig()
        Returns:
      • setJobResources

        public void setJobResources(MonitoringResources jobResources)
        Parameters:
        jobResources -
      • setNetworkConfig

        public void setNetworkConfig(MonitoringNetworkConfig networkConfig)

        Networking options for a model explainability job.

        Parameters:
        networkConfig - Networking options for a model explainability job.
      • getNetworkConfig

        public MonitoringNetworkConfig getNetworkConfig()

        Networking options for a model explainability job.

        Returns:
        Networking options for a model explainability job.
      • withNetworkConfig

        public DescribeModelExplainabilityJobDefinitionResult withNetworkConfig(MonitoringNetworkConfig networkConfig)

        Networking options for a model explainability job.

        Parameters:
        networkConfig - Networking options for a model explainability job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRoleArn

        public void setRoleArn(String roleArn)

        The Amazon Resource Name (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 Amazon Resource Name (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 Amazon Resource Name (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 Amazon Resource Name (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 DescribeModelExplainabilityJobDefinitionResult withRoleArn(String roleArn)

        The Amazon Resource Name (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 Amazon Resource Name (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.
      • 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 によって変換されたページ (->オリジナル) /