GetCapabilityResponse

The result of a GetCapability request. Contains details about the capability.

Types

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

Properties

Link copied to clipboard

The unique identifier of the OpenSearch UI application.

Link copied to clipboard

The configuration settings for the capability, including capability-specific settings such as AI configuration.

Link copied to clipboard

The name of the capability.

Link copied to clipboard

A list of failures associated with the capability, if any. Each failure includes a reason and details about what went wrong.

Link copied to clipboard

The current status of the capability. Possible values: creating, create_failed, active, updating, update_failed, deleting, delete_failed.

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