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