Uses of Class
software.amazon.awssdk.services.bedrock.model.InferenceProfileSummary
-
Packages that use InferenceProfileSummary Package Description software.amazon.awssdk.services.bedrock.model software.amazon.awssdk.services.bedrock.paginators -
-
Uses of InferenceProfileSummary in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type InferenceProfileSummary Modifier and Type Method Description List<InferenceProfileSummary>ListInferenceProfilesResponse. inferenceProfileSummaries()A list of information about each inference profile that you can use.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type InferenceProfileSummary Modifier and Type Method Description ListInferenceProfilesResponse.BuilderListInferenceProfilesResponse.Builder. inferenceProfileSummaries(InferenceProfileSummary... inferenceProfileSummaries)A list of information about each inference profile that you can use.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type InferenceProfileSummary Modifier and Type Method Description ListInferenceProfilesResponse.BuilderListInferenceProfilesResponse.Builder. inferenceProfileSummaries(Collection<InferenceProfileSummary> inferenceProfileSummaries)A list of information about each inference profile that you can use. -
Uses of InferenceProfileSummary in software.amazon.awssdk.services.bedrock.paginators
Methods in software.amazon.awssdk.services.bedrock.paginators that return types with arguments of type InferenceProfileSummary Modifier and Type Method Description SdkIterable<InferenceProfileSummary>ListInferenceProfilesIterable. inferenceProfileSummaries()Returns an iterable to iterate through the paginatedListInferenceProfilesResponse.inferenceProfileSummaries()member.SdkPublisher<InferenceProfileSummary>ListInferenceProfilesPublisher. inferenceProfileSummaries()Returns a publisher that can be used to get a stream of data.
-