Class DescribeDataQualityJobDefinitionResponse

    • Method Detail

      • jobDefinitionArn

        public final String jobDefinitionArn()

        The Amazon Resource Name (ARN) of the data quality monitoring job definition.

        Returns:
        The Amazon Resource Name (ARN) of the data quality monitoring job definition.
      • jobDefinitionName

        public final String jobDefinitionName()

        The name of the data quality monitoring job definition.

        Returns:
        The name of the data quality monitoring job definition.
      • creationTime

        public final Instant creationTime()

        The time that the data quality monitoring job definition was created.

        Returns:
        The time that the data quality monitoring job definition was created.
      • dataQualityBaselineConfig

        public final DataQualityBaselineConfig dataQualityBaselineConfig()

        The constraints and baselines for the data quality monitoring job definition.

        Returns:
        The constraints and baselines for the data quality monitoring job definition.
      • dataQualityAppSpecification

        public final DataQualityAppSpecification dataQualityAppSpecification()

        Information about the container that runs the data quality monitoring job.

        Returns:
        Information about the container that runs the data quality monitoring job.
      • dataQualityJobInput

        public final DataQualityJobInput dataQualityJobInput()

        The list of inputs for the data quality monitoring job. Currently endpoints are supported.

        Returns:
        The list of inputs for the data quality monitoring job. Currently endpoints are supported.
      • dataQualityJobOutputConfig

        public final MonitoringOutputConfig dataQualityJobOutputConfig()
        Returns the value of the DataQualityJobOutputConfig property for this object.
        Returns:
        The value of the DataQualityJobOutputConfig property for this object.
      • jobResources

        public final MonitoringResources jobResources()
        Returns the value of the JobResources property for this object.
        Returns:
        The value of the JobResources property for this object.
      • networkConfig

        public final MonitoringNetworkConfig networkConfig()

        The networking configuration for the data quality monitoring job.

        Returns:
        The networking configuration for the data quality monitoring job.
      • roleArn

        public final String roleArn()

        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.
      • stoppingCondition

        public final MonitoringStoppingCondition stoppingCondition()
        Returns the value of the StoppingCondition property for this object.
        Returns:
        The value of the StoppingCondition property for this object.
      • toString

        public final 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