Uses of Class
software.amazon.awssdk.services.bedrock.model.InferenceProfileModelSource
-
Packages that use InferenceProfileModelSource Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of InferenceProfileModelSource in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return InferenceProfileModelSource Modifier and Type Method Description static InferenceProfileModelSourceInferenceProfileModelSource. fromCopyFrom(String copyFrom)Create an instance of this class withcopyFrom()initialized to the given value.InferenceProfileModelSourceCreateInferenceProfileRequest. modelSource()The foundation model or system-defined inference profile that the inference profile will track metrics and costs for.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type InferenceProfileModelSource Modifier and Type Method Description CreateInferenceProfileRequest.BuilderCreateInferenceProfileRequest.Builder. modelSource(InferenceProfileModelSource modelSource)The foundation model or system-defined inference profile that the inference profile will track metrics and costs for.
-