Uses of Class
software.amazon.awssdk.services.bedrock.model.CustomModelSummary
-
Packages that use CustomModelSummary Package Description software.amazon.awssdk.services.bedrock.model software.amazon.awssdk.services.bedrock.paginators -
-
Uses of CustomModelSummary in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type CustomModelSummary Modifier and Type Method Description List<CustomModelSummary>ListCustomModelsResponse. modelSummaries()Model summaries.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type CustomModelSummary Modifier and Type Method Description ListCustomModelsResponse.BuilderListCustomModelsResponse.Builder. modelSummaries(CustomModelSummary... modelSummaries)Model summaries.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type CustomModelSummary Modifier and Type Method Description ListCustomModelsResponse.BuilderListCustomModelsResponse.Builder. modelSummaries(Collection<CustomModelSummary> modelSummaries)Model summaries. -
Uses of CustomModelSummary in software.amazon.awssdk.services.bedrock.paginators
Methods in software.amazon.awssdk.services.bedrock.paginators that return types with arguments of type CustomModelSummary Modifier and Type Method Description SdkIterable<CustomModelSummary>ListCustomModelsIterable. modelSummaries()Returns an iterable to iterate through the paginatedListCustomModelsResponse.modelSummaries()member.SdkPublisher<CustomModelSummary>ListCustomModelsPublisher. modelSummaries()Returns a publisher that can be used to get a stream of data.
-