Class UpdateSemanticStoreDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeai.model.UpdateSemanticStoreDetails.Builder
-
- Enclosing class:
- UpdateSemanticStoreDetails
public static class UpdateSemanticStoreDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
description
public UpdateSemanticStoreDetails.Builder description(String description)
An optional description of the SemanticStore.- Parameters:
description- the value to set- Returns:
- this builder
-
displayName
public UpdateSemanticStoreDetails.Builder displayName(String displayName)
A user-friendly name.- Parameters:
displayName- the value to set- Returns:
- this builder
-
modelSelection
public UpdateSemanticStoreDetails.Builder modelSelection(SemanticStoreModelSelection modelSelection)
-
isUserDefinedSemanticsEnabled
public UpdateSemanticStoreDetails.Builder isUserDefinedSemanticsEnabled(Boolean isUserDefinedSemanticsEnabled)
Whether to include user-defined semantic inputs, such as annotations, comments, and synonyms, during semantic-store enrichment.When true, enrichment uses both metadata and user-defined semantics. When false, enrichment uses metadata only. If omitted, the existing setting is unchanged.
- Parameters:
isUserDefinedSemanticsEnabled- the value to set- Returns:
- this builder
-
refreshSchedule
public UpdateSemanticStoreDetails.Builder refreshSchedule(RefreshScheduleDetails refreshSchedule)
-
schemas
public UpdateSemanticStoreDetails.Builder schemas(CreateSchemasDetails schemas)
-
freeformTags
public UpdateSemanticStoreDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
- Parameters:
freeformTags- the value to set- Returns:
- this builder
-
definedTags
public UpdateSemanticStoreDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
- Parameters:
definedTags- the value to set- Returns:
- this builder
-
build
public UpdateSemanticStoreDetails build()
-
copy
public UpdateSemanticStoreDetails.Builder copy(UpdateSemanticStoreDetails model)
-
-