@Stability(value=Stable)
public static interface CfnEndpointConfig.ClarifyTextConfigProperty
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.*;
ClarifyTextConfigProperty clarifyTextConfigProperty = ClarifyTextConfigProperty.builder()
.granularity("granularity")
.language("language")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEndpointConfig.ClarifyTextConfigProperty.Builder
A builder for
CfnEndpointConfig.ClarifyTextConfigProperty |
static class |
CfnEndpointConfig.ClarifyTextConfigProperty.Jsii$Proxy
An implementation for
CfnEndpointConfig.ClarifyTextConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEndpointConfig.ClarifyTextConfigProperty.Builder |
builder() |
String |
getGranularity()
`CfnEndpointConfig.ClarifyTextConfigProperty.Granularity`.
|
String |
getLanguage()
`CfnEndpointConfig.ClarifyTextConfigProperty.Language`.
|
@Stability(value=Stable) @NotNull String getGranularity()
@Stability(value=Stable) @NotNull String getLanguage()
@Stability(value=Stable) static CfnEndpointConfig.ClarifyTextConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.