Uses of Class
software.amazon.awssdk.services.bedrock.model.ListInferenceProfilesResponse
-
Packages that use ListInferenceProfilesResponse 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.paginators -
-
Uses of ListInferenceProfilesResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return ListInferenceProfilesResponse Modifier and Type Method Description default ListInferenceProfilesResponseBedrockClient. listInferenceProfiles(Consumer<ListInferenceProfilesRequest.Builder> listInferenceProfilesRequest)Returns a list of inference profiles that you can use.default ListInferenceProfilesResponseBedrockClient. listInferenceProfiles(ListInferenceProfilesRequest listInferenceProfilesRequest)Returns a list of inference profiles that you can use.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type ListInferenceProfilesResponse Modifier and Type Method Description default CompletableFuture<ListInferenceProfilesResponse>BedrockAsyncClient. listInferenceProfiles(Consumer<ListInferenceProfilesRequest.Builder> listInferenceProfilesRequest)Returns a list of inference profiles that you can use.default CompletableFuture<ListInferenceProfilesResponse>BedrockAsyncClient. listInferenceProfiles(ListInferenceProfilesRequest listInferenceProfilesRequest)Returns a list of inference profiles that you can use. -
Uses of ListInferenceProfilesResponse in software.amazon.awssdk.services.bedrock.paginators
Methods in software.amazon.awssdk.services.bedrock.paginators that return types with arguments of type ListInferenceProfilesResponse Modifier and Type Method Description Iterator<ListInferenceProfilesResponse>ListInferenceProfilesIterable. iterator()Method parameters in software.amazon.awssdk.services.bedrock.paginators with type arguments of type ListInferenceProfilesResponse Modifier and Type Method Description voidListInferenceProfilesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListInferenceProfilesResponse> subscriber)
-