interface InferenceProfileModelSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnApplicationInferenceProfilePropsMixin.InferenceProfileModelSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnApplicationInferenceProfilePropsMixin_InferenceProfileModelSourceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnApplicationInferenceProfilePropsMixin.InferenceProfileModelSourceProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnApplicationInferenceProfilePropsMixin.InferenceProfileModelSourceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » CfnApplicationInferenceProfilePropsMixin » InferenceProfileModelSourceProperty |
Contains information about the model or system-defined inference profile that is the source for an inference profile..
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 inferenceProfileModelSourceProperty: bedrock.CfnApplicationInferenceProfilePropsMixin.InferenceProfileModelSourceProperty = {
copyFrom: 'copyFrom',
};
Properties
| Name | Type | Description |
|---|---|---|
| copy | string | The ARN of the model or system-defined inference profile that is the source for the inference profile. |
copyFrom?
Type:
string
(optional)
The ARN of the model or system-defined inference profile that is the source for the inference profile.

.NET
Go
Java
Python
TypeScript