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
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; }