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