GoogleCloudAiplatformV1Rubric constructor

GoogleCloudAiplatformV1Rubric({
  1. GoogleCloudAiplatformV1RubricContent? content,
  2. String? importance,
  3. String? rubricId,
  4. String? type,
})

Implementation

GoogleCloudAiplatformV1Rubric({
  this.content,
  this.importance,
  this.rubricId,
  this.type,
});