Show / Hide Table of Contents

Interface CfnDataQualityJobDefinition.ICsvProperty

Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.AWS.Sagemaker.dll
Syntax (csharp)
public interface ICsvProperty
Syntax (vb)
Public Interface ICsvProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-dataqualityjobdefinition-csv.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Sagemaker;

var csvProperty = new CsvProperty {
    Header = false
};

Synopsis

Properties

Header

CfnDataQualityJobDefinition.CsvProperty.Header.

Properties

Header

CfnDataQualityJobDefinition.CsvProperty.Header.

virtual object Header { get; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-dataqualityjobdefinition-csv.html#cfn-sagemaker-dataqualityjobdefinition-csv-header

Back to top Generated by DocFX