GoogleCloudAiplatformV1VertexMultimodalDatasetSource.fromJson constructor

GoogleCloudAiplatformV1VertexMultimodalDatasetSource.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1VertexMultimodalDatasetSource.fromJson(core.Map json_)
  : this(datasetName: json_['datasetName'] as core.String?);