Package-level declarations
Types
Link copied to clipboard
A collection of arguments for invoking getModel.
Link copied to clipboard
class GetModelPlainArgsBuilder
Builder for GetModelPlainArgs.
Link copied to clipboard
data class GetModelsModelSummary(val customizationsSupporteds: List<String>, val inferenceTypesSupporteds: List<String>, val inputModalities: List<String>, val modelArn: String, val modelId: String, val modelName: String, val outputModalities: List<String>, val providerName: String, val responseStreamingSupported: Boolean) : ConvertibleToJava<GetModelsModelSummary>
Link copied to clipboard
Builder for GetModelsModelSummary.
Link copied to clipboard
data class GetModelsPlainArgs(val byCustomizationType: String? = null, val byInferenceType: String? = null, val byOutputModality: String? = null, val byProvider: String? = null, val modelSummaries: List<GetModelsModelSummary>? = null) : ConvertibleToJava<GetModelsPlainArgs>
A collection of arguments for invoking getModels.
Link copied to clipboard
Builder for GetModelsPlainArgs.