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