@Stability(value=Stable)
public static interface CfnEndpointConfig.ClarifyInferenceConfigProperty
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.*;
ClarifyInferenceConfigProperty clarifyInferenceConfigProperty = ClarifyInferenceConfigProperty.builder()
.contentTemplate("contentTemplate")
.featureHeaders(List.of("featureHeaders"))
.featuresAttribute("featuresAttribute")
.featureTypes(List.of("featureTypes"))
.labelAttribute("labelAttribute")
.labelHeaders(List.of("labelHeaders"))
.labelIndex(123)
.maxPayloadInMb(123)
.maxRecordCount(123)
.probabilityAttribute("probabilityAttribute")
.probabilityIndex(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEndpointConfig.ClarifyInferenceConfigProperty.Builder
A builder for
CfnEndpointConfig.ClarifyInferenceConfigProperty |
static class |
CfnEndpointConfig.ClarifyInferenceConfigProperty.Jsii$Proxy
An implementation for
CfnEndpointConfig.ClarifyInferenceConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEndpointConfig.ClarifyInferenceConfigProperty.Builder |
builder() |
default String |
getContentTemplate()
`CfnEndpointConfig.ClarifyInferenceConfigProperty.ContentTemplate`.
|
default List<String> |
getFeatureHeaders()
`CfnEndpointConfig.ClarifyInferenceConfigProperty.FeatureHeaders`.
|
default String |
getFeaturesAttribute()
`CfnEndpointConfig.ClarifyInferenceConfigProperty.FeaturesAttribute`.
|
default List<String> |
getFeatureTypes()
`CfnEndpointConfig.ClarifyInferenceConfigProperty.FeatureTypes`.
|
default String |
getLabelAttribute()
`CfnEndpointConfig.ClarifyInferenceConfigProperty.LabelAttribute`.
|
default List<String> |
getLabelHeaders()
`CfnEndpointConfig.ClarifyInferenceConfigProperty.LabelHeaders`.
|
default Number |
getLabelIndex()
`CfnEndpointConfig.ClarifyInferenceConfigProperty.LabelIndex`.
|
default Number |
getMaxPayloadInMb()
`CfnEndpointConfig.ClarifyInferenceConfigProperty.MaxPayloadInMB`.
|
default Number |
getMaxRecordCount()
`CfnEndpointConfig.ClarifyInferenceConfigProperty.MaxRecordCount`.
|
default String |
getProbabilityAttribute()
`CfnEndpointConfig.ClarifyInferenceConfigProperty.ProbabilityAttribute`.
|
default Number |
getProbabilityIndex()
`CfnEndpointConfig.ClarifyInferenceConfigProperty.ProbabilityIndex`.
|
@Stability(value=Stable) @Nullable default String getContentTemplate()
@Stability(value=Stable) @Nullable default List<String> getFeatureHeaders()
@Stability(value=Stable) @Nullable default String getFeaturesAttribute()
@Stability(value=Stable) @Nullable default List<String> getFeatureTypes()
@Stability(value=Stable) @Nullable default String getLabelAttribute()
@Stability(value=Stable) @Nullable default List<String> getLabelHeaders()
@Stability(value=Stable) @Nullable default Number getLabelIndex()
@Stability(value=Stable) @Nullable default Number getMaxPayloadInMb()
@Stability(value=Stable) @Nullable default Number getMaxRecordCount()
@Stability(value=Stable) @Nullable default String getProbabilityAttribute()
@Stability(value=Stable) @Nullable default Number getProbabilityIndex()
@Stability(value=Stable) static CfnEndpointConfig.ClarifyInferenceConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.