Skip to content

Create Foundation Model Agreement

bedrock_create_foundation_model_agreement R Documentation

Request a model access agreement for the specified model

Description

Request a model access agreement for the specified model.

Usage

bedrock_create_foundation_model_agreement(offerToken, modelId)

Arguments

offerToken

[required] An offer token encapsulates the information for an offer.

modelId

[required] Model Id of the model for the access request.

Value

A list with the following syntax:

list(
  modelId = "string"
)

Request syntax

svc$create_foundation_model_agreement(
  offerToken = "string",
  modelId = "string"
)