Show / Hide Table of Contents

Class CfnModelExplainabilityJobDefinitionPropsMixin.CsvProperty

The CSV format.

Inheritance
object
CfnModelExplainabilityJobDefinitionPropsMixin.CsvProperty
Implements
CfnModelExplainabilityJobDefinitionPropsMixin.ICsvProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelexplainabilityjobdefinition-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.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; }
Property Value

object

Remarks

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

Type union: either bool or IResolvable

Implements

CfnModelExplainabilityJobDefinitionPropsMixin.ICsvProperty
Back to top Generated by DocFX