GoogleCloudAiplatformV1OutputFieldSpec.fromJson constructor

GoogleCloudAiplatformV1OutputFieldSpec.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1OutputFieldSpec.fromJson(core.Map json_)
  : this(
      fieldName: json_['fieldName'] as core.String?,
      fieldType: json_['fieldType'] as core.String?,
      guidance: json_['guidance'] as core.String?,
    );