GoogleCloudAiplatformV1DeployedIndexRef.fromJson constructor

GoogleCloudAiplatformV1DeployedIndexRef.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1DeployedIndexRef.fromJson(core.Map json_)
  : this(
      deployedIndexId: json_['deployedIndexId'] as core.String?,
      displayName: json_['displayName'] as core.String?,
      indexEndpoint: json_['indexEndpoint'] as core.String?,
    );