ExBifrost.Model.BedrockListBatchJobs200Response (ex_bifrost v0.1.0)

Copy Markdown View Source

BedrockListBatchJobs200Response model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.BedrockListBatchJobs200Response{
  invocationJobSummaries:
    [
      ExBifrost.Model.BedrockListBatchJobs200ResponseInvocationJobSummariesInner.t()
    ]
    | nil,
  nextToken: String.t() | nil
}

Functions

decode(value)