Uses of Interface
software.amazon.awssdk.services.bedrock.model.CreateFoundationModelAgreementRequest.Builder
-
Packages that use CreateFoundationModelAgreementRequest.Builder Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models.software.amazon.awssdk.services.bedrock.model -
-
Uses of CreateFoundationModelAgreementRequest.Builder in software.amazon.awssdk.services.bedrock
Method parameters in software.amazon.awssdk.services.bedrock with type arguments of type CreateFoundationModelAgreementRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateFoundationModelAgreementResponse>BedrockAsyncClient. createFoundationModelAgreement(Consumer<CreateFoundationModelAgreementRequest.Builder> createFoundationModelAgreementRequest)Request a model access agreement for the specified model.default CreateFoundationModelAgreementResponseBedrockClient. createFoundationModelAgreement(Consumer<CreateFoundationModelAgreementRequest.Builder> createFoundationModelAgreementRequest)Request a model access agreement for the specified model. -
Uses of CreateFoundationModelAgreementRequest.Builder in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type CreateFoundationModelAgreementRequest.Builder Modifier and Type Method Description static Class<? extends CreateFoundationModelAgreementRequest.Builder>CreateFoundationModelAgreementRequest. serializableBuilderClass()
-