Get Models Plain Args
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.
Properties
Link copied to clipboard
Customization type to filter on. Valid values are FINE_TUNING
.
Link copied to clipboard
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
Model provider to filter on.