AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the CreateInferenceProfile operation. Creates an application inference profile to track metrics and costs when invoking a model. To create an application inference profile for a foundation model in one region, specify the ARN of the model in that region. To create an application inference profile for a foundation model across multiple regions, specify the ARN of the system-defined inference profile that contains the regions that you want to route requests to. For more information, see Increase throughput and resilience with cross-region inference in Amazon Bedrock. in the Amazon Bedrock User Guide.
Namespace: Amazon.Bedrock.Model
Assembly: AWSSDK.Bedrock.dll
Version: 3.x.y.z
public class CreateInferenceProfileRequest : AmazonBedrockRequest IAmazonWebServiceRequest
The CreateInferenceProfileRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
CreateInferenceProfileRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
ClientRequestToken | System.String |
Gets and sets the property ClientRequestToken. A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency. |
![]() |
Description | System.String |
Gets and sets the property Description. A description for the inference profile. |
![]() |
InferenceProfileName | System.String |
Gets and sets the property InferenceProfileName. A name for the inference profile. |
![]() |
ModelSource | Amazon.Bedrock.Model.InferenceProfileModelSource |
Gets and sets the property ModelSource. The foundation model or system-defined inference profile that the inference profile will track metrics and costs for. |
![]() |
Tags | System.Collections.Generic.List<Amazon.Bedrock.Model.Tag> |
Gets and sets the property Tags. An array of objects, each of which contains a tag and its value. For more information, see Tagging resources in the Amazon Bedrock User Guide. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5