Package-level declarations

Types

Link copied to clipboard

Describes the API operations for creating and managing Amazon Bedrock models.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Functions

Link copied to clipboard

Creates a fine-tuning job to customize a base model.

Link copied to clipboard

Creates a provisioned throughput with dedicated capacity for a foundation model or a fine-tuned model.

Link copied to clipboard

Deletes a custom model that you created earlier. For more information, see Custom models in the Bedrock User Guide.

Link copied to clipboard

Deletes a provisioned throughput. For more information, see Provisioned throughput in the Bedrock User Guide.

Link copied to clipboard

Get the properties associated with a Amazon Bedrock custom model that you have created.For more information, see Custom models in the Bedrock User Guide.

Link copied to clipboard

Get details about a Amazon Bedrock foundation model.

Link copied to clipboard

Retrieves the properties associated with a model-customization job, including the status of the job. For more information, see Custom models in the Bedrock User Guide.

Link copied to clipboard

Get the current configuration values for model invocation logging.

Link copied to clipboard

Get details for a provisioned throughput. For more information, see Provisioned throughput in the Bedrock User Guide.

Link copied to clipboard

Returns a list of the custom models that you have created with the CreateModelCustomizationJob operation.

Link copied to clipboard

List of Amazon Bedrock foundation models that you can use. For more information, see Foundation models in the Bedrock User Guide.

Link copied to clipboard

Returns a list of model customization jobs that you have submitted. You can filter the jobs to return based on one or more criteria.

Link copied to clipboard

List the provisioned capacities. For more information, see Provisioned throughput in the Bedrock User Guide.

Link copied to clipboard

List the tags associated with the specified resource.

Link copied to clipboard

Set the configuration values for model invocation logging.

Link copied to clipboard

Stops an active model customization job. For more information, see Custom models in the Bedrock User Guide.

Link copied to clipboard
inline suspend fun BedrockClient.tagResource(crossinline block: TagResourceRequest.Builder.() -> Unit): TagResourceResponse

Associate tags with a resource. For more information, see Tagging resources in the Bedrock User Guide.

Link copied to clipboard

Remove one or more tags from a resource. For more information, see Tagging resources in the Bedrock User Guide.

Link copied to clipboard

Update a provisioned throughput. For more information, see Provisioned throughput in the Bedrock User Guide.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.