Class DPIConfigMaskGroundingInput
java.lang.Object
com.sap.ai.sdk.orchestration.model.DPIConfigMaskGroundingInput
DPIConfigMaskGroundingInput
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for DPIConfigMaskGroundingInput. -
Method Summary
Modifier and TypeMethodDescriptionstatic DPIConfigMaskGroundingInputcreate()Create a newDPIConfigMaskGroundingInputinstance.Set the enabled of thisDPIConfigMaskGroundingInputinstance and return the same instance.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theDPIConfigMaskGroundingInput.inthashCode()controls whether the input to the grounding module will be masked with the configuration supplied in the masking modulevoidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisDPIConfigMaskGroundingInputinstance.voidsetEnabled(Boolean enabled) Set the enabled of thisDPIConfigMaskGroundingInputinstance.toMap()Get the value of all properties of thisDPIConfigMaskGroundingInputinstance including unrecognized properties.toString()
-
Constructor Details
-
DPIConfigMaskGroundingInput
protected DPIConfigMaskGroundingInput()Default constructor for DPIConfigMaskGroundingInput.
-
-
Method Details
-
enabled
Set the enabled of thisDPIConfigMaskGroundingInputinstance and return the same instance.- Parameters:
enabled- controls whether the input to the grounding module will be masked with the configuration supplied in the masking module- Returns:
- The same instance of this
DPIConfigMaskGroundingInputclass
-
isEnabled
controls whether the input to the grounding module will be masked with the configuration supplied in the masking module- Returns:
- enabled The enabled of this
DPIConfigMaskGroundingInputinstance.
-
setEnabled
Set the enabled of thisDPIConfigMaskGroundingInputinstance.- Parameters:
enabled- controls whether the input to the grounding module will be masked with the configuration supplied in the masking module
-
getCustomFieldNames
Get the names of the unrecognizable properties of theDPIConfigMaskGroundingInput.- Returns:
- The set of properties names
-
getCustomField
@Nullable @Deprecated public Object getCustomField(@Nonnull String name) throws NoSuchElementException Deprecated.UsetoMap()instead.Get the value of an unrecognizable property of thisDPIConfigMaskGroundingInputinstance.- Parameters:
name- The name of the property- Returns:
- The value of the property
- Throws:
NoSuchElementException- If no property with the given name could be found.
-
toMap
Get the value of all properties of thisDPIConfigMaskGroundingInputinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisDPIConfigMaskGroundingInputinstance. If the map previously contained a mapping for the key, the old value is replaced by the specified value.- Parameters:
customFieldName- The name of the propertycustomFieldValue- The value of the property
-
equals
-
hashCode
public int hashCode() -
toString
-
create
Create a newDPIConfigMaskGroundingInputinstance. No arguments are required.
-
toMap()instead.