Interface CfnModelPackage.IMetricsSourceProperty
Details about the metrics source.
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnModelPackage.IMetricsSourceProperty
Syntax (vb)
Public Interface CfnModelPackage.IMetricsSourceProperty
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.AWS.Sagemaker;
var metricsSourceProperty = new MetricsSourceProperty {
ContentType = "contentType",
S3Uri = "s3Uri",
// the properties below are optional
ContentDigest = "contentDigest"
};
Synopsis
Properties
| ContentDigest | The hash key used for the metrics source. |
| ContentType | The metric source content type. |
| S3Uri | The S3 URI for the metrics source. |
Properties
ContentDigest
The hash key used for the metrics source.
string? ContentDigest { get; }
Property Value
Remarks
ContentType
The metric source content type.
string ContentType { get; }
Property Value
Remarks
S3Uri
The S3 URI for the metrics source.
string S3Uri { get; }