CreateClassificationResponse constructor

CreateClassificationResponse({
  1. String? object,
  2. String? model,
  3. String? searchModel,
  4. String? completion,
  5. String? label,
  6. List<CreateClassificationResponseSelectedExamplesInner> selectedExamples = const [],
})

Returns a new CreateClassificationResponse instance.

Implementation

CreateClassificationResponse({
  this.object,
  this.model,
  this.searchModel,
  this.completion,
  this.label,
  this.selectedExamples = const [],
});