GoogleCloudAiplatformV1CorpusStatus.fromJson constructor

GoogleCloudAiplatformV1CorpusStatus.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1CorpusStatus.fromJson(core.Map json_)
  : this(
      errorStatus: json_['errorStatus'] as core.String?,
      state: json_['state'] as core.String?,
    );