Show / Hide Table of Contents

Class CfnMonitoringSchedule.DatasetFormatProperty

Inheritance
System.Object
CfnMonitoringSchedule.DatasetFormatProperty
Implements
CfnMonitoringSchedule.IDatasetFormatProperty
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.AWS.Sagemaker.dll
Syntax (csharp)
public class DatasetFormatProperty : Object, CfnMonitoringSchedule.IDatasetFormatProperty
Syntax (vb)
Public Class DatasetFormatProperty
    Inherits Object
    Implements CfnMonitoringSchedule.IDatasetFormatProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-datasetformat.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 json;

var datasetFormatProperty = new DatasetFormatProperty {
    Csv = new CsvProperty {
        Header = false
    },
    Json = json,
    Parquet = false
};

Synopsis

Constructors

DatasetFormatProperty()

Properties

Csv

CfnMonitoringSchedule.DatasetFormatProperty.Csv.

Json

CfnMonitoringSchedule.DatasetFormatProperty.Json.

Parquet

CfnMonitoringSchedule.DatasetFormatProperty.Parquet.

Constructors

DatasetFormatProperty()

public DatasetFormatProperty()

Properties

Csv

CfnMonitoringSchedule.DatasetFormatProperty.Csv.

public object Csv { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-datasetformat.html#cfn-sagemaker-monitoringschedule-datasetformat-csv

Json

CfnMonitoringSchedule.DatasetFormatProperty.Json.

public object Json { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-datasetformat.html#cfn-sagemaker-monitoringschedule-datasetformat-json

Parquet

CfnMonitoringSchedule.DatasetFormatProperty.Parquet.

public object Parquet { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-datasetformat.html#cfn-sagemaker-monitoringschedule-datasetformat-parquet

Implements

CfnMonitoringSchedule.IDatasetFormatProperty
Back to top Generated by DocFX