Show / Hide Table of Contents

Interface CfnDataQualityJobDefinitionPropsMixin.IStatisticsResourceProperty

The statistics resource for a monitoring job.

Namespace: Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDataQualityJobDefinitionPropsMixin.IStatisticsResourceProperty
Syntax (vb)
Public Interface CfnDataQualityJobDefinitionPropsMixin.IStatisticsResourceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-dataqualityjobdefinition-statisticsresource.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 statisticsResourceProperty = new StatisticsResourceProperty {
                 S3Uri = "s3Uri"
             };

Synopsis

Properties

S3Uri

The Amazon S3 URI for the statistics resource.

Properties

S3Uri

The Amazon S3 URI for the statistics resource.

string? S3Uri { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-dataqualityjobdefinition-statisticsresource.html#cfn-sagemaker-dataqualityjobdefinition-statisticsresource-s3uri

Back to top Generated by DocFX