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