Uses of Interface
software.amazon.awssdk.services.sagemaker.model.TotalHits.Builder
-
Packages that use TotalHits.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TotalHits.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TotalHits.Builder Modifier and Type Method Description static TotalHits.BuilderTotalHits. builder()TotalHits.BuilderTotalHits.Builder. relation(String relation)Indicates the relationship between the returnedValueand the actual total number of matching results.TotalHits.BuilderTotalHits.Builder. relation(Relation relation)Indicates the relationship between the returnedValueand the actual total number of matching results.TotalHits.BuilderTotalHits. toBuilder()TotalHits.BuilderTotalHits.Builder. value(Long value)The total number of matching results.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type TotalHits.Builder Modifier and Type Method Description static Class<? extends TotalHits.Builder>TotalHits. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type TotalHits.Builder Modifier and Type Method Description default SearchResponse.BuilderSearchResponse.Builder. totalHits(Consumer<TotalHits.Builder> totalHits)The total number of matching results.
-