GoogleCloudAiplatformV1FeatureViewVertexRagSource.fromJson constructor

GoogleCloudAiplatformV1FeatureViewVertexRagSource.fromJson(
  1. Map json_
)

Implementation

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