GoogleCloudAiplatformV1ClientConnectionConfig.fromJson constructor

GoogleCloudAiplatformV1ClientConnectionConfig.fromJson(
  1. Map json_
)

Implementation

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