Interface CfnModelPackage.MetricsSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnModelPackage.MetricsSourceProperty.Jsii$Proxy
- Enclosing class:
CfnModelPackage
@Stability(Stable)
public static interface CfnModelPackage.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.services.sagemaker.*; MetricsSourceProperty metricsSourceProperty = MetricsSourceProperty.builder() .contentType("contentType") .s3Uri("s3Uri") // the properties below are optional .contentDigest("contentDigest") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnModelPackage.MetricsSourceProperty
static final class
An implementation forCfnModelPackage.MetricsSourceProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContentType
The metric source content type. -
getS3Uri
The S3 URI for the metrics source. -
getContentDigest
The hash key used for the metrics source. -
builder
-