Interface CfnModelPackage.IMetricsSourceProperty
Details about the metrics source.
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IMetricsSourceProperty
Syntax (vb)
Public Interface 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
Content |
The hash key used for the metrics source. |
Content |
The metric source content type. |
S3Uri | The S3 URI for the metrics source. |
Properties
ContentDigest
The hash key used for the metrics source.
virtual string ContentDigest { get; }
Property Value
System.
Remarks
ContentType
The metric source content type.
string ContentType { get; }
Property Value
System.
Remarks
S3Uri
The S3 URI for the metrics source.
string S3Uri { get; }
Property Value
System.