Package com.oracle.bmc.aidocument.model
Class DocumentClassificationFeature.Builder
- java.lang.Object
- 
- com.oracle.bmc.aidocument.model.DocumentClassificationFeature.Builder
 
- 
- Enclosing class:
- DocumentClassificationFeature
 
 public static class DocumentClassificationFeature.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentClassificationFeaturebuild()DocumentClassificationFeature.Buildercopy(DocumentClassificationFeature model)DocumentClassificationFeature.BuildermaxResults(Integer maxResults)The maximum number of results to return.DocumentClassificationFeature.BuildermodelId(String modelId)Unique identifier custom model OCID that should be used for inference.DocumentClassificationFeature.BuildertenancyId(String tenancyId)The custom model tenancy ID when modelId represents aliasName.
 
- 
- 
- 
Method Detail- 
maxResultspublic DocumentClassificationFeature.Builder maxResults(Integer maxResults) The maximum number of results to return.- Parameters:
- maxResults- the value to set
- Returns:
- this builder
 
 - 
modelIdpublic DocumentClassificationFeature.Builder modelId(String modelId) Unique identifier custom model OCID that should be used for inference.- Parameters:
- modelId- the value to set
- Returns:
- this builder
 
 - 
tenancyIdpublic DocumentClassificationFeature.Builder tenancyId(String tenancyId) The custom model tenancy ID when modelId represents aliasName.- Parameters:
- tenancyId- the value to set
- Returns:
- this builder
 
 - 
buildpublic DocumentClassificationFeature build() 
 - 
copypublic DocumentClassificationFeature.Builder copy(DocumentClassificationFeature model) 
 
- 
 
-