@Stability(value=Stable)
public static interface CfnEndpointConfig.ClarifyShapConfigProperty
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.*;
ClarifyShapConfigProperty clarifyShapConfigProperty = ClarifyShapConfigProperty.builder()
.shapBaselineConfig(ClarifyShapBaselineConfigProperty.builder()
.mimeType("mimeType")
.shapBaseline("shapBaseline")
.shapBaselineUri("shapBaselineUri")
.build())
// the properties below are optional
.numberOfSamples(123)
.seed(123)
.textConfig(ClarifyTextConfigProperty.builder()
.granularity("granularity")
.language("language")
.build())
.useLogit(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEndpointConfig.ClarifyShapConfigProperty.Builder
A builder for
CfnEndpointConfig.ClarifyShapConfigProperty |
static class |
CfnEndpointConfig.ClarifyShapConfigProperty.Jsii$Proxy
An implementation for
CfnEndpointConfig.ClarifyShapConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEndpointConfig.ClarifyShapConfigProperty.Builder |
builder() |
default Number |
getNumberOfSamples()
`CfnEndpointConfig.ClarifyShapConfigProperty.NumberOfSamples`.
|
default Number |
getSeed()
`CfnEndpointConfig.ClarifyShapConfigProperty.Seed`.
|
Object |
getShapBaselineConfig()
`CfnEndpointConfig.ClarifyShapConfigProperty.ShapBaselineConfig`.
|
default Object |
getTextConfig()
`CfnEndpointConfig.ClarifyShapConfigProperty.TextConfig`.
|
default Object |
getUseLogit()
`CfnEndpointConfig.ClarifyShapConfigProperty.UseLogit`.
|
@Stability(value=Stable) @NotNull Object getShapBaselineConfig()
@Stability(value=Stable) @Nullable default Number getNumberOfSamples()
@Stability(value=Stable) @Nullable default Number getSeed()
@Stability(value=Stable) @Nullable default Object getTextConfig()
@Stability(value=Stable) @Nullable default Object getUseLogit()
@Stability(value=Stable) static CfnEndpointConfig.ClarifyShapConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.