Class MultiLabelClassifyOptions
java.lang.Object
com.azure.ai.textanalytics.models.MultiLabelClassifyOptions
The
MultiLabelClassifyOptions model.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets display name of the operation.booleanGet the value ofincludeStatistics.booleanGets the value ofdisableServiceLogs.setDisplayName(String displayName) Sets display name of the operation.setIncludeStatistics(boolean includeStatistics) Set the value ofincludeStatistics.setServiceLogsDisabled(boolean disableServiceLogs) Sets the value ofdisableServiceLogs.
-
Constructor Details
-
MultiLabelClassifyOptions
public MultiLabelClassifyOptions()Constructs aMultiLabelClassifyOptionsmodel.
-
-
Method Details
-
getDisplayName
Gets display name of the operation.- Returns:
- Display name of the operation.
-
setDisplayName
Sets display name of the operation.- Parameters:
displayName- Display name of the operation.- Returns:
- The
MultiLabelClassifyOptionsobject itself.
-
isIncludeStatistics
public boolean isIncludeStatistics()Get the value ofincludeStatistics.- Returns:
- The value of
includeStatistics.
-
setIncludeStatistics
Set the value ofincludeStatistics. The default value is false by default. If set to true, indicates that the service should return document and document batch statistics with the results of the operation.- Parameters:
includeStatistics- If a boolean value was specified in the request this field will contain information about the document payload.- Returns:
- the
MultiLabelClassifyOptionsobject itself.
-
isServiceLogsDisabled
public boolean isServiceLogsDisabled()Gets the value ofdisableServiceLogs.- Returns:
- The value of
disableServiceLogs. The default value of this property is 'false'. This means, Text Analytics service logs your input text for 48 hours, solely to allow for troubleshooting issues. Setting this property to true, disables input logging and may limit our ability to investigate issues that occur.
-
setServiceLogsDisabled
Sets the value ofdisableServiceLogs.- Parameters:
disableServiceLogs- The default value of this property is 'false'. This means, Text Analytics service logs your input text for 48 hours, solely to allow for troubleshooting issues. Setting this property to true, disables input logging and may limit our ability to investigate issues that occur.- Returns:
- The
MultiLabelClassifyActionobject itself.
-