interface InferenceOperationConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnGatewayTargetPropsMixin.InferenceOperationConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnGatewayTargetPropsMixin_InferenceOperationConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnGatewayTargetPropsMixin.InferenceOperationConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnGatewayTargetPropsMixin.InferenceOperationConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnGatewayTargetPropsMixin » InferenceOperationConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as bedrockagentcore } from '@aws-cdk/cfn-property-mixins';
const inferenceOperationConfigurationProperty: bedrockagentcore.CfnGatewayTargetPropsMixin.InferenceOperationConfigurationProperty = {
models: [{
model: 'model',
}],
path: 'path',
providerPath: 'providerPath',
};
Properties
| Name | Type | Description |
|---|---|---|
| models? | IResolvable | (IResolvable | Model)[] | |
| path? | string | |
| provider | string |
models?
Type:
IResolvable | (IResolvable | Model)[]
(optional)
path?
Type:
string
(optional)
providerPath?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript