Show / Hide Table of Contents

Interface CfnModelQualityJobDefinition.ICsvProperty

The CSV format.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelqualityjobdefinition-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

A boolean flag indicating if given CSV has header.

Properties

Header

A boolean flag indicating if given CSV has header.

object? Header { get; }
Property Value

object

Remarks

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

Type union: either bool or IResolvable

Back to top Generated by DocFX