Uses of Interface
software.amazon.awssdk.services.bedrock.model.GetCustomModelRequest.Builder
-
Packages that use GetCustomModelRequest.Builder Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating and managing Amazon Bedrock models.software.amazon.awssdk.services.bedrock.model -
-
Uses of GetCustomModelRequest.Builder in software.amazon.awssdk.services.bedrock
Method parameters in software.amazon.awssdk.services.bedrock with type arguments of type GetCustomModelRequest.Builder Modifier and Type Method Description default CompletableFuture<GetCustomModelResponse>BedrockAsyncClient. getCustomModel(Consumer<GetCustomModelRequest.Builder> getCustomModelRequest)Get the properties associated with a Amazon Bedrock custom model that you have created.For more information, see Custom models in the Bedrock User Guide.default GetCustomModelResponseBedrockClient. getCustomModel(Consumer<GetCustomModelRequest.Builder> getCustomModelRequest)Get the properties associated with a Amazon Bedrock custom model that you have created.For more information, see Custom models in the Bedrock User Guide. -
Uses of GetCustomModelRequest.Builder in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return GetCustomModelRequest.Builder Modifier and Type Method Description static GetCustomModelRequest.BuilderGetCustomModelRequest. builder()GetCustomModelRequest.BuilderGetCustomModelRequest.Builder. modelIdentifier(String modelIdentifier)Name or ARN of the custom model.GetCustomModelRequest.BuilderGetCustomModelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCustomModelRequest.BuilderGetCustomModelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCustomModelRequest.BuilderGetCustomModelRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type GetCustomModelRequest.Builder Modifier and Type Method Description static Class<? extends GetCustomModelRequest.Builder>GetCustomModelRequest. serializableBuilderClass()
-