GoogleCloudAiplatformV1Rubric constructor
GoogleCloudAiplatformV1Rubric({
- GoogleCloudAiplatformV1RubricContent? content,
- String? importance,
- String? rubricId,
- String? type,
Implementation
GoogleCloudAiplatformV1Rubric({
this.content,
this.importance,
this.rubricId,
this.type,
});