Interface CreateModelRequest.MatchPatternStage
- All Known Implementing Classes:
CreateModelRequest.Builder
- Enclosing class:
CreateModelRequest
public static interface CreateModelRequest.MatchPatternStage
-
Method Summary
Modifier and TypeMethodDescriptionmatchPattern(String matchPattern) Regex pattern which matches this model definition to generation.model.
-
Method Details
-
matchPattern
Regex pattern which matches this model definition to generation.model. Useful in case of fine-tuned models. If you want to exact match, use
(?i)^modelname$
-