interface InferenceProfileModelProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins.CfnApplicationInferenceProfilePropsMixin.InferenceProfileModelProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrock/mixins#CfnApplicationInferenceProfilePropsMixin_InferenceProfileModelProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrock.mixins.CfnApplicationInferenceProfilePropsMixin.InferenceProfileModelProperty |
Python | aws_cdk.mixins_preview.aws_bedrock.mixins.CfnApplicationInferenceProfilePropsMixin.InferenceProfileModelProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrock » mixins » CfnApplicationInferenceProfilePropsMixin » 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 { mixins as bedrock_mixins } from '@aws-cdk/mixins-preview/aws-bedrock';
const inferenceProfileModelProperty: bedrock_mixins.CfnApplicationInferenceProfilePropsMixin.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