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.
Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z
public class DataQualityAppSpecification
The DataQualityAppSpecification type exposes the following members
Name | Description | |
---|---|---|
DataQualityAppSpecification() |
Name | Type | Description | |
---|---|---|---|
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. |
|
ContainerEntrypoint | System.Collections.Generic.List<System.String> |
Gets and sets the property ContainerEntrypoint. The entrypoint for a container used to run a monitoring job. |
|
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. |
|
ImageUri | System.String |
Gets and sets the property ImageUri. The container image that the data quality monitoring job runs. |
|
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. |
|
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. |
.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