interface ClarifyInferenceConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnEndpointConfig.ClarifyInferenceConfigProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnEndpointConfig.ClarifyInferenceConfigProperty |
![]() | aws_cdk.aws_sagemaker.CfnEndpointConfig.ClarifyInferenceConfigProperty |
![]() | @aws-cdk/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 * as sagemaker from '@aws-cdk/aws-sagemaker';
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
Name | Type | Description |
---|---|---|
content | string | CfnEndpointConfig.ClarifyInferenceConfigProperty.ContentTemplate . |
feature | string[] | CfnEndpointConfig.ClarifyInferenceConfigProperty.FeatureHeaders . |
feature | string[] | CfnEndpointConfig.ClarifyInferenceConfigProperty.FeatureTypes . |
features | string | CfnEndpointConfig.ClarifyInferenceConfigProperty.FeaturesAttribute . |
label | string | CfnEndpointConfig.ClarifyInferenceConfigProperty.LabelAttribute . |
label | string[] | CfnEndpointConfig.ClarifyInferenceConfigProperty.LabelHeaders . |
label | number | CfnEndpointConfig.ClarifyInferenceConfigProperty.LabelIndex . |
max | number | CfnEndpointConfig.ClarifyInferenceConfigProperty.MaxPayloadInMB . |
max | number | CfnEndpointConfig.ClarifyInferenceConfigProperty.MaxRecordCount . |
probability | string | CfnEndpointConfig.ClarifyInferenceConfigProperty.ProbabilityAttribute . |
probability | number | CfnEndpointConfig.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
.