GoogleCloudAiplatformV1FeatureViewVertexRagSource.fromJson constructor
      
      GoogleCloudAiplatformV1FeatureViewVertexRagSource.fromJson(
    
    
- Map json_
 
Implementation
GoogleCloudAiplatformV1FeatureViewVertexRagSource.fromJson(core.Map json_)
  : this(
      ragCorpusId: json_['ragCorpusId'] as core.String?,
      uri: json_['uri'] as core.String?,
    );