TextClassificationRequest |
TextClassificationRequest.Builder.build() |
|
TextClassificationRequest |
TextClassificationRequest.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
TextClassificationRequest |
TextClassificationRequest.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
TextClassificationRequest |
TextClassificationRequest.withFileExtension(String fileExtension) |
|
TextClassificationRequest |
TextClassificationRequest.withMatchTolerancesToInclude(MlClassificationMatchTolerance matchTolerancesToInclude) |
|
TextClassificationRequest |
TextClassificationRequest.withScopesToRun(SensitiveTypeScope scopesToRun) |
|
TextClassificationRequest |
TextClassificationRequest.withSensitiveTypeIds(List<String> sensitiveTypeIds) |
|
TextClassificationRequest |
TextClassificationRequest.withText(String text) |
|
TextClassificationRequest |
TextClassificationRequest.withUnmappedField(String name,
String value) |
|