GoogleCloudAiplatformV1OutputFieldSpec constructor

GoogleCloudAiplatformV1OutputFieldSpec({
  1. String? fieldName,
  2. String? fieldType,
  3. String? guidance,
})

Implementation

GoogleCloudAiplatformV1OutputFieldSpec({
  this.fieldName,
  this.fieldType,
  this.guidance,
});