interface CfnApplicationInferenceProfileProps
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrock.CfnApplicationInferenceProfileProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnApplicationInferenceProfileProps |
![]() | software.amazon.awscdk.services.bedrock.CfnApplicationInferenceProfileProps |
![]() | aws_cdk.aws_bedrock.CfnApplicationInferenceProfileProps |
![]() | aws-cdk-lib » aws_bedrock » CfnApplicationInferenceProfileProps |
Properties for defining a CfnApplicationInferenceProfile
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from 'aws-cdk-lib';
const cfnApplicationInferenceProfileProps: bedrock.CfnApplicationInferenceProfileProps = {
inferenceProfileName: 'inferenceProfileName',
// the properties below are optional
description: 'description',
modelSource: {
copyFrom: 'copyFrom',
},
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
inference | string | The name of the inference profile. |
description? | string | The description of the inference profile. |
model | IResolvable | Inference | Contains configurations for the inference profile to copy as the resource. |
tags? | Cfn [] | A list of tags associated with the inference profile. |
inferenceProfileName
Type:
string
The name of the inference profile.
description?
Type:
string
(optional)
The description of the inference profile.
modelSource?
Type:
IResolvable
|
Inference
(optional)
Contains configurations for the inference profile to copy as the resource.
tags?
Type:
Cfn
[]
(optional)
A list of tags associated with the inference profile.