interface InferenceProfileModelProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Bedrock.CfnApplicationInferenceProfile.InferenceProfileModelProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnApplicationInferenceProfile_InferenceProfileModelProperty |
Java | software.amazon.awscdk.services.bedrock.CfnApplicationInferenceProfile.InferenceProfileModelProperty |
Python | aws_cdk.aws_bedrock.CfnApplicationInferenceProfile.InferenceProfileModelProperty |
TypeScript | aws-cdk-lib » aws_bedrock » CfnApplicationInferenceProfile » InferenceProfileModelProperty |
Contains information about a model.
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 inferenceProfileModelProperty: bedrock.CfnApplicationInferenceProfile.InferenceProfileModelProperty = {
modelArn: 'modelArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| model | string | The Amazon Resource Name (ARN) of the model. |
modelArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the model.

.NET
Go
Java
Python
TypeScript