Class CfnModelExplainabilityJobDefinitionPropsMixin.CsvProperty
The CSV format.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnModelExplainabilityJobDefinitionPropsMixin.CsvProperty : CfnModelExplainabilityJobDefinitionPropsMixin.ICsvProperty
Syntax (vb)
Public Class CfnModelExplainabilityJobDefinitionPropsMixin.CsvProperty Implements CfnModelExplainabilityJobDefinitionPropsMixin.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.Mixins.Preview.AWS.SageMaker.Mixins;
var csvProperty = new CsvProperty {
Header = false
};
Synopsis
Constructors
| CsvProperty() | The CSV format. |
Properties
| Header | A boolean flag indicating if given CSV has header. |
Constructors
CsvProperty()
The CSV format.
public CsvProperty()
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.Mixins.Preview.AWS.SageMaker.Mixins;
var csvProperty = new CsvProperty {
Header = false
};
Properties
Header
A boolean flag indicating if given CSV has header.
public object? Header { get; set; }