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 CreateModelQualityJobDefinitionRequest

    • Constructor Detail

      • CreateModelQualityJobDefinitionRequest

        public CreateModelQualityJobDefinitionRequest()
    • Method Detail

      • setJobDefinitionName

        public void setJobDefinitionName(String jobDefinitionName)

        The name of the monitoring job definition.

        Parameters:
        jobDefinitionName - The name of the monitoring job definition.
      • getJobDefinitionName

        public String getJobDefinitionName()

        The name of the monitoring job definition.

        Returns:
        The name of the monitoring job definition.
      • withJobDefinitionName

        public CreateModelQualityJobDefinitionRequest withJobDefinitionName(String jobDefinitionName)

        The name of the monitoring job definition.

        Parameters:
        jobDefinitionName - The name of the monitoring job definition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModelQualityBaselineConfig

        public void setModelQualityBaselineConfig(ModelQualityBaselineConfig modelQualityBaselineConfig)

        Specifies the constraints and baselines for the monitoring job.

        Parameters:
        modelQualityBaselineConfig - Specifies the constraints and baselines for the monitoring job.
      • getModelQualityBaselineConfig

        public ModelQualityBaselineConfig getModelQualityBaselineConfig()

        Specifies the constraints and baselines for the monitoring job.

        Returns:
        Specifies the constraints and baselines for the monitoring job.
      • withModelQualityBaselineConfig

        public CreateModelQualityJobDefinitionRequest withModelQualityBaselineConfig(ModelQualityBaselineConfig modelQualityBaselineConfig)

        Specifies the constraints and baselines for the monitoring job.

        Parameters:
        modelQualityBaselineConfig - Specifies the constraints and baselines for the monitoring job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModelQualityAppSpecification

        public void setModelQualityAppSpecification(ModelQualityAppSpecification modelQualityAppSpecification)

        The container that runs the monitoring job.

        Parameters:
        modelQualityAppSpecification - The container that runs the monitoring job.
      • getModelQualityAppSpecification

        public ModelQualityAppSpecification getModelQualityAppSpecification()

        The container that runs the monitoring job.

        Returns:
        The container that runs the monitoring job.
      • withModelQualityAppSpecification

        public CreateModelQualityJobDefinitionRequest withModelQualityAppSpecification(ModelQualityAppSpecification modelQualityAppSpecification)

        The container that runs the monitoring job.

        Parameters:
        modelQualityAppSpecification - The container that runs the monitoring job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModelQualityJobInput

        public void setModelQualityJobInput(ModelQualityJobInput modelQualityJobInput)

        A list of the inputs that are monitored. Currently endpoints are supported.

        Parameters:
        modelQualityJobInput - A list of the inputs that are monitored. Currently endpoints are supported.
      • getModelQualityJobInput

        public ModelQualityJobInput getModelQualityJobInput()

        A list of the inputs that are monitored. Currently endpoints are supported.

        Returns:
        A list of the inputs that are monitored. Currently endpoints are supported.
      • withModelQualityJobInput

        public CreateModelQualityJobDefinitionRequest withModelQualityJobInput(ModelQualityJobInput modelQualityJobInput)

        A list of the inputs that are monitored. Currently endpoints are supported.

        Parameters:
        modelQualityJobInput - A list of the inputs that are monitored. Currently endpoints are supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModelQualityJobOutputConfig

        public void setModelQualityJobOutputConfig(MonitoringOutputConfig modelQualityJobOutputConfig)
        Parameters:
        modelQualityJobOutputConfig -
      • setJobResources

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

        public void setNetworkConfig(MonitoringNetworkConfig networkConfig)

        Specifies the network configuration for the monitoring job.

        Parameters:
        networkConfig - Specifies the network configuration for the monitoring job.
      • getNetworkConfig

        public MonitoringNetworkConfig getNetworkConfig()

        Specifies the network configuration for the monitoring job.

        Returns:
        Specifies the network configuration for the monitoring job.
      • withNetworkConfig

        public CreateModelQualityJobDefinitionRequest withNetworkConfig(MonitoringNetworkConfig networkConfig)

        Specifies the network configuration for the monitoring job.

        Parameters:
        networkConfig - Specifies the network configuration for the monitoring 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 an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.
      • getRoleArn

        public String getRoleArn()

        The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

        Returns:
        The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.
      • withRoleArn

        public CreateModelQualityJobDefinitionRequest withRoleArn(String roleArn)

        The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public List<Tag> getTags()

        (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

        Returns:
        (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
      • setTags

        public void setTags(Collection<Tag> tags)

        (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

        Parameters:
        tags - (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
      • 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 によって変換されたページ (->オリジナル) /