CachePoint

data class CachePoint(val value: CachePointBlock) : Tool

Creates a cache checkpoint within a tool designation

Constructors

Link copied to clipboard
constructor(value: CachePointBlock)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this Tool as a CachePoint and retrieves its aws.sdk.kotlin.services.bedrockagent.model.CachePointBlock value. Throws an exception if the Tool is not a CachePoint.

Link copied to clipboard

Casts this Tool as a CachePoint and retrieves its aws.sdk.kotlin.services.bedrockagent.model.CachePointBlock value. Returns null if the Tool is not a CachePoint.

Link copied to clipboard

Casts this Tool as a ToolSpec and retrieves its aws.sdk.kotlin.services.bedrockagent.model.ToolSpecification value. Throws an exception if the Tool is not a ToolSpec.

Link copied to clipboard

Casts this Tool as a ToolSpec and retrieves its aws.sdk.kotlin.services.bedrockagent.model.ToolSpecification value. Returns null if the Tool is not a ToolSpec.