Show / Hide Table of Contents

Class CfnDataQualityJobDefinition.CsvProperty

Inheritance
System.Object
CfnDataQualityJobDefinition.CsvProperty
Implements
CfnDataQualityJobDefinition.ICsvProperty
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.AWS.Sagemaker.dll
Syntax (csharp)
public class CsvProperty : Object, CfnDataQualityJobDefinition.ICsvProperty
Syntax (vb)
Public Class CsvProperty
    Inherits Object
    Implements CfnDataQualityJobDefinition.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

Constructors

CsvProperty()

Properties

Header

CfnDataQualityJobDefinition.CsvProperty.Header.

Constructors

CsvProperty()

public CsvProperty()

Properties

Header

CfnDataQualityJobDefinition.CsvProperty.Header.

public object Header { get; set; }
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

Implements

CfnDataQualityJobDefinition.ICsvProperty
Back to top Generated by DocFX