AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.DataQualityAppSpecification

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class DataQualityAppSpecification

The DataQualityAppSpecification type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContainerArguments System.Collections.Generic.List<System.String>

Gets and sets the property ContainerArguments.

The arguments to send to the container that the monitoring job runs.

Public Property ContainerEntrypoint System.Collections.Generic.List<System.String>

Gets and sets the property ContainerEntrypoint.

The entrypoint for a container used to run a monitoring job.

Public Property Environment System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Environment.

Sets the environment variables in the container that the monitoring job runs.

Public Property ImageUri System.String

Gets and sets the property ImageUri.

The container image that the data quality monitoring job runs.

Public Property PostAnalyticsProcessorSourceUri System.String

Gets and sets the property PostAnalyticsProcessorSourceUri.

An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.

Public Property RecordPreprocessorSourceUri System.String

Gets and sets the property RecordPreprocessorSourceUri.

An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flattened JSON so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5