ApplicationInferenceProfileReference

class aws_cdk.aws_bedrock.ApplicationInferenceProfileReference(*, inference_profile_identifier)

Bases: object

A reference to a ApplicationInferenceProfile resource.

Parameters:

inference_profile_identifier (str) – The InferenceProfileIdentifier of the ApplicationInferenceProfile resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_bedrock as bedrock

application_inference_profile_reference = bedrock.ApplicationInferenceProfileReference(
    inference_profile_identifier="inferenceProfileIdentifier"
)

Attributes

inference_profile_identifier

The InferenceProfileIdentifier of the ApplicationInferenceProfile resource.