Interface CfnModelQualityJobDefinition.ICsvProperty
The CSV format.
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICsvProperty
Syntax (vb)
Public Interface ICsvProperty
Remarks
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 | A boolean flag indicating if given CSV has header. |
Properties
Header
A boolean flag indicating if given CSV has header.
virtual object Header { get; }
Property Value
System.