Uses of Class
software.amazon.awssdk.services.bedrock.model.ModelModality
-
Packages that use ModelModality Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of ModelModality in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return ModelModality Modifier and Type Method Description ModelModalityListFoundationModelsRequest. byOutputModality()List by output modality type.static ModelModalityModelModality. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ModelModalityModelModality. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelModality[]ModelModality. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type ModelModality Modifier and Type Method Description List<ModelModality>FoundationModelDetails. inputModalities()The input modalities that the model supports.List<ModelModality>FoundationModelSummary. inputModalities()The input modalities that the model supports.static Set<ModelModality>ModelModality. knownValues()List<ModelModality>FoundationModelDetails. outputModalities()The output modalities that the model supports.List<ModelModality>FoundationModelSummary. outputModalities()The output modalities that the model supports.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type ModelModality Modifier and Type Method Description ListFoundationModelsRequest.BuilderListFoundationModelsRequest.Builder. byOutputModality(ModelModality byOutputModality)List by output modality type.FoundationModelDetails.BuilderFoundationModelDetails.Builder. inputModalities(ModelModality... inputModalities)The input modalities that the model supports.FoundationModelSummary.BuilderFoundationModelSummary.Builder. inputModalities(ModelModality... inputModalities)The input modalities that the model supports.FoundationModelDetails.BuilderFoundationModelDetails.Builder. outputModalities(ModelModality... outputModalities)The output modalities that the model supports.FoundationModelSummary.BuilderFoundationModelSummary.Builder. outputModalities(ModelModality... outputModalities)The output modalities that the model supports.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type ModelModality Modifier and Type Method Description FoundationModelDetails.BuilderFoundationModelDetails.Builder. inputModalities(Collection<ModelModality> inputModalities)The input modalities that the model supports.FoundationModelSummary.BuilderFoundationModelSummary.Builder. inputModalities(Collection<ModelModality> inputModalities)The input modalities that the model supports.FoundationModelDetails.BuilderFoundationModelDetails.Builder. outputModalities(Collection<ModelModality> outputModalities)The output modalities that the model supports.FoundationModelSummary.BuilderFoundationModelSummary.Builder. outputModalities(Collection<ModelModality> outputModalities)The output modalities that the model supports.
-