aws-cdk-lib.aws_sagemaker.CfnEndpointConfig.ClarifyInferenceConfigProperty

interface ClarifyInferenceConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnEndpointConfig.ClarifyInferenceConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnEndpointConfig_ClarifyInferenceConfigProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnEndpointConfig.ClarifyInferenceConfigProperty
Pythonaws_cdk.aws_sagemaker.CfnEndpointConfig.ClarifyInferenceConfigProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnEndpointConfig » ClarifyInferenceConfigProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const clarifyInferenceConfigProperty: sagemaker.CfnEndpointConfig.ClarifyInferenceConfigProperty = {
  contentTemplate: 'contentTemplate',
  featureHeaders: ['featureHeaders'],
  featuresAttribute: 'featuresAttribute',
  featureTypes: ['featureTypes'],
  labelAttribute: 'labelAttribute',
  labelHeaders: ['labelHeaders'],
  labelIndex: 123,
  maxPayloadInMb: 123,
  maxRecordCount: 123,
  probabilityAttribute: 'probabilityAttribute',
  probabilityIndex: 123,
};

Properties

NameTypeDescription
contentTemplate?stringCfnEndpointConfig.ClarifyInferenceConfigProperty.ContentTemplate.
featureHeaders?string[]CfnEndpointConfig.ClarifyInferenceConfigProperty.FeatureHeaders.
featureTypes?string[]CfnEndpointConfig.ClarifyInferenceConfigProperty.FeatureTypes.
featuresAttribute?stringCfnEndpointConfig.ClarifyInferenceConfigProperty.FeaturesAttribute.
labelAttribute?stringCfnEndpointConfig.ClarifyInferenceConfigProperty.LabelAttribute.
labelHeaders?string[]CfnEndpointConfig.ClarifyInferenceConfigProperty.LabelHeaders.
labelIndex?numberCfnEndpointConfig.ClarifyInferenceConfigProperty.LabelIndex.
maxPayloadInMb?numberCfnEndpointConfig.ClarifyInferenceConfigProperty.MaxPayloadInMB.
maxRecordCount?numberCfnEndpointConfig.ClarifyInferenceConfigProperty.MaxRecordCount.
probabilityAttribute?stringCfnEndpointConfig.ClarifyInferenceConfigProperty.ProbabilityAttribute.
probabilityIndex?numberCfnEndpointConfig.ClarifyInferenceConfigProperty.ProbabilityIndex.

contentTemplate?

Type: string (optional)

CfnEndpointConfig.ClarifyInferenceConfigProperty.ContentTemplate.


featureHeaders?

Type: string[] (optional)

CfnEndpointConfig.ClarifyInferenceConfigProperty.FeatureHeaders.


featureTypes?

Type: string[] (optional)

CfnEndpointConfig.ClarifyInferenceConfigProperty.FeatureTypes.


featuresAttribute?

Type: string (optional)

CfnEndpointConfig.ClarifyInferenceConfigProperty.FeaturesAttribute.


labelAttribute?

Type: string (optional)

CfnEndpointConfig.ClarifyInferenceConfigProperty.LabelAttribute.


labelHeaders?

Type: string[] (optional)

CfnEndpointConfig.ClarifyInferenceConfigProperty.LabelHeaders.


labelIndex?

Type: number (optional)

CfnEndpointConfig.ClarifyInferenceConfigProperty.LabelIndex.


maxPayloadInMb?

Type: number (optional)

CfnEndpointConfig.ClarifyInferenceConfigProperty.MaxPayloadInMB.


maxRecordCount?

Type: number (optional)

CfnEndpointConfig.ClarifyInferenceConfigProperty.MaxRecordCount.


probabilityAttribute?

Type: string (optional)

CfnEndpointConfig.ClarifyInferenceConfigProperty.ProbabilityAttribute.


probabilityIndex?

Type: number (optional)

CfnEndpointConfig.ClarifyInferenceConfigProperty.ProbabilityIndex.