CapabilityHostResponse

data class CapabilityHostResponse(val aiServicesConnections: List<String>? = null, val capabilityHostKind: String? = null, val customerSubnet: String? = null, val description: String? = null, val properties: Map<String, String>? = null, val provisioningState: String, val storageConnections: List<String>? = null, val tags: Map<String, String>? = null, val vectorStoreConnections: List<String>? = null)

Constructors

Link copied to clipboard
constructor(aiServicesConnections: List<String>? = null, capabilityHostKind: String? = null, customerSubnet: String? = null, description: String? = null, properties: Map<String, String>? = null, provisioningState: String, storageConnections: List<String>? = null, tags: Map<String, String>? = null, vectorStoreConnections: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of AI services connections.

Link copied to clipboard

Kind of this capability host.

Link copied to clipboard
val customerSubnet: String? = null

Customer subnet info to help set up this capability host.

Link copied to clipboard
val description: String? = null

The asset description text.

Link copied to clipboard
val properties: Map<String, String>? = null

The asset property dictionary.

Link copied to clipboard

Provisioning state for the CapabilityHost.

Link copied to clipboard

List of Storage connections.

Link copied to clipboard
val tags: Map<String, String>? = null

Tag dictionary. Tags can be added, removed, and updated.

Link copied to clipboard

List of VectorStore connections.