Uses of Class
software.amazon.awssdk.services.bedrock.model.ModelInvocationJobSummary
-
Packages that use ModelInvocationJobSummary Package Description software.amazon.awssdk.services.bedrock.model software.amazon.awssdk.services.bedrock.paginators -
-
Uses of ModelInvocationJobSummary in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type ModelInvocationJobSummary Modifier and Type Method Description List<ModelInvocationJobSummary>ListModelInvocationJobsResponse. invocationJobSummaries()A list of items, each of which contains a summary about a batch inference job.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type ModelInvocationJobSummary Modifier and Type Method Description ListModelInvocationJobsResponse.BuilderListModelInvocationJobsResponse.Builder. invocationJobSummaries(ModelInvocationJobSummary... invocationJobSummaries)A list of items, each of which contains a summary about a batch inference job.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type ModelInvocationJobSummary Modifier and Type Method Description ListModelInvocationJobsResponse.BuilderListModelInvocationJobsResponse.Builder. invocationJobSummaries(Collection<ModelInvocationJobSummary> invocationJobSummaries)A list of items, each of which contains a summary about a batch inference job. -
Uses of ModelInvocationJobSummary in software.amazon.awssdk.services.bedrock.paginators
Methods in software.amazon.awssdk.services.bedrock.paginators that return types with arguments of type ModelInvocationJobSummary Modifier and Type Method Description SdkIterable<ModelInvocationJobSummary>ListModelInvocationJobsIterable. invocationJobSummaries()Returns an iterable to iterate through the paginatedListModelInvocationJobsResponse.invocationJobSummaries()member.SdkPublisher<ModelInvocationJobSummary>ListModelInvocationJobsPublisher. invocationJobSummaries()Returns a publisher that can be used to get a stream of data.
-