GetModelsPlainArgs

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.

Constructors

Link copied to clipboard
constructor(byCustomizationType: String? = null, byInferenceType: String? = null, byOutputModality: String? = null, byProvider: String? = null)

Properties

Link copied to clipboard

Customization type to filter on. Valid values are FINE_TUNING.

Link copied to clipboard
val byInferenceType: String? = null

Inference type to filter on. Valid values are ON_DEMAND and PROVISIONED.

Link copied to clipboard

Output modality to filter on. Valid values are TEXT, IMAGE, and EMBEDDING.

Link copied to clipboard
val byProvider: String? = null

Model provider to filter on.

Functions

Link copied to clipboard
open override fun toJava(): GetModelsPlainArgs