@Stability(value=Stable)
public static interface CfnModelPackage.MetricsSourceProperty
extends software.amazon.jsii.JsiiSerializable
// 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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnModelPackage.MetricsSourceProperty.Builder
A builder for
CfnModelPackage.MetricsSourceProperty |
static class |
CfnModelPackage.MetricsSourceProperty.Jsii$Proxy
An implementation for
CfnModelPackage.MetricsSourceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnModelPackage.MetricsSourceProperty.Builder |
builder() |
default String |
getContentDigest()
`CfnModelPackage.MetricsSourceProperty.ContentDigest`.
|
String |
getContentType()
`CfnModelPackage.MetricsSourceProperty.ContentType`.
|
String |
getS3Uri()
`CfnModelPackage.MetricsSourceProperty.S3Uri`.
|
@Stability(value=Stable) @NotNull String getContentType()
@Stability(value=Stable) @NotNull String getS3Uri()
@Stability(value=Stable) @Nullable default String getContentDigest()
@Stability(value=Stable) static CfnModelPackage.MetricsSourceProperty.Builder builder()
Copyright © 2022. All rights reserved.