GoogleCloudAiplatformV1PrivateEndpoints.fromJson constructor

GoogleCloudAiplatformV1PrivateEndpoints.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1PrivateEndpoints.fromJson(core.Map json_)
    : this(
        explainHttpUri: json_['explainHttpUri'] as core.String?,
        healthHttpUri: json_['healthHttpUri'] as core.String?,
        predictHttpUri: json_['predictHttpUri'] as core.String?,
        serviceAttachment: json_['serviceAttachment'] as core.String?,
      );