CreateModelInvocationJobRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.

Link copied to clipboard

Details about the location of the input to the batch inference job.

Link copied to clipboard

A name to give the batch inference job.

Link copied to clipboard

The unique identifier of the foundation model to use for the batch inference job.

Link copied to clipboard

Details about the location of the output of the batch inference job.

Link copied to clipboard

The Amazon Resource Name (ARN) of the service role with permissions to carry out and manage batch inference. You can use the console to create a default service role or follow the steps at Create a service role for batch inference.

Link copied to clipboard
val tags: List<Tag>?

Any tags to associate with the batch inference job. For more information, see Tagging Amazon Bedrock resources.

Link copied to clipboard

The number of hours after which to force the batch inference job to time out.

Link copied to clipboard

The configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job. For more information, see Protect batch inference jobs using a VPC.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String