Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelpackage-metricssource.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 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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelpackage-metricssource.html#cfn-sagemaker-modelpackage-metricssource-contentdigest

ContentType

The metric source content type.

string ContentType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelpackage-metricssource.html#cfn-sagemaker-modelpackage-metricssource-contenttype

S3Uri

The S3 URI for the metrics source.

string S3Uri { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX