Interface CfnEndpointConfig.ClarifyInferenceConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnEndpointConfig.ClarifyInferenceConfigProperty.Jsii$Proxy
Enclosing class:
CfnEndpointConfig

@Stability(Stable) public static interface CfnEndpointConfig.ClarifyInferenceConfigProperty extends software.amazon.jsii.JsiiSerializable
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.*;
 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();
 
  • Method Details

    • getContentTemplate

      @Stability(Stable) @Nullable default String getContentTemplate()
      CfnEndpointConfig.ClarifyInferenceConfigProperty.ContentTemplate.
    • getFeatureHeaders

      @Stability(Stable) @Nullable default List<String> getFeatureHeaders()
      CfnEndpointConfig.ClarifyInferenceConfigProperty.FeatureHeaders.
    • getFeaturesAttribute

      @Stability(Stable) @Nullable default String getFeaturesAttribute()
      CfnEndpointConfig.ClarifyInferenceConfigProperty.FeaturesAttribute.
    • getFeatureTypes

      @Stability(Stable) @Nullable default List<String> getFeatureTypes()
      CfnEndpointConfig.ClarifyInferenceConfigProperty.FeatureTypes.
    • getLabelAttribute

      @Stability(Stable) @Nullable default String getLabelAttribute()
      CfnEndpointConfig.ClarifyInferenceConfigProperty.LabelAttribute.
    • getLabelHeaders

      @Stability(Stable) @Nullable default List<String> getLabelHeaders()
      CfnEndpointConfig.ClarifyInferenceConfigProperty.LabelHeaders.
    • getLabelIndex

      @Stability(Stable) @Nullable default Number getLabelIndex()
      CfnEndpointConfig.ClarifyInferenceConfigProperty.LabelIndex.
    • getMaxPayloadInMb

      @Stability(Stable) @Nullable default Number getMaxPayloadInMb()
      CfnEndpointConfig.ClarifyInferenceConfigProperty.MaxPayloadInMB.
    • getMaxRecordCount

      @Stability(Stable) @Nullable default Number getMaxRecordCount()
      CfnEndpointConfig.ClarifyInferenceConfigProperty.MaxRecordCount.
    • getProbabilityAttribute

      @Stability(Stable) @Nullable default String getProbabilityAttribute()
      CfnEndpointConfig.ClarifyInferenceConfigProperty.ProbabilityAttribute.
    • getProbabilityIndex

      @Stability(Stable) @Nullable default Number getProbabilityIndex()
      CfnEndpointConfig.ClarifyInferenceConfigProperty.ProbabilityIndex.
    • builder

      @Stability(Stable) static CfnEndpointConfig.ClarifyInferenceConfigProperty.Builder builder()
      Returns:
      a CfnEndpointConfig.ClarifyInferenceConfigProperty.Builder of CfnEndpointConfig.ClarifyInferenceConfigProperty