Interface CfnModelPackagePropsMixin.MetricsSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnModelPackagePropsMixin.MetricsSourceProperty.Jsii$Proxy
- Enclosing class:
CfnModelPackagePropsMixin
@Stability(Stable)
public static interface CfnModelPackagePropsMixin.MetricsSourceProperty
extends software.amazon.jsii.JsiiSerializable
Details about the metrics source.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.sagemaker.*;
MetricsSourceProperty metricsSourceProperty = MetricsSourceProperty.builder()
.contentDigest("contentDigest")
.contentType("contentType")
.s3Uri("s3Uri")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnModelPackagePropsMixin.MetricsSourcePropertystatic final classAn implementation forCfnModelPackagePropsMixin.MetricsSourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContentDigest
The hash key used for the metrics source.- See Also:
-
getContentType
The metric source content type.- See Also:
-
getS3Uri
The S3 URI for the metrics source.- See Also:
-
builder
-