Package-level declarations

Types

Link copied to clipboard
data class GetModelPlainArgs(val modelId: String) : ConvertibleToJava<GetModelPlainArgs>

A collection of arguments for invoking getModel.

Link copied to clipboard
Link copied to clipboard
data class GetModelsPlainArgs(val byCustomizationType: String? = null, val byInferenceType: String? = null, val byOutputModality: String? = null, val byProvider: String? = null) : ConvertibleToJava<GetModelsPlainArgs>

A collection of arguments for invoking getModels.

Link copied to clipboard