Capability Host Args
data class CapabilityHostArgs(val aiServicesConnections: Output<List<String>>? = null, val capabilityHostKind: Output<Either<String, CapabilityHostKind>>? = null, val customerSubnet: Output<String>? = null, val description: Output<String>? = null, val storageConnections: Output<List<String>>? = null, val tags: Output<Map<String, String>>? = null, val threadStorageConnections: Output<List<String>>? = null, val vectorStoreConnections: Output<List<String>>? = null) : ConvertibleToJava<CapabilityHostArgs>
Constructors
Link copied to clipboard
constructor(aiServicesConnections: Output<List<String>>? = null, capabilityHostKind: Output<Either<String, CapabilityHostKind>>? = null, customerSubnet: Output<String>? = null, description: Output<String>? = null, storageConnections: Output<List<String>>? = null, tags: Output<Map<String, String>>? = null, threadStorageConnections: Output<List<String>>? = null, vectorStoreConnections: Output<List<String>>? = null)
Properties
Link copied to clipboard
List of AI services connections.
Link copied to clipboard
Kind of this capability host.
Link copied to clipboard
Customer subnet info to help set up this capability host.
Link copied to clipboard
The asset description text.
Link copied to clipboard
List of Storage connections.
Link copied to clipboard
List of Thread storage connections.
Link copied to clipboard
List of VectorStore connections.