GoogleCloudAiplatformV1FetchPredictOperationRequest.fromJson constructor

GoogleCloudAiplatformV1FetchPredictOperationRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1FetchPredictOperationRequest.fromJson(core.Map json_)
    : this(
        operationName: json_['operationName'] as core.String?,
      );