GoogleCloudAiplatformV1RagEmbeddingModelConfig.fromJson constructor
GoogleCloudAiplatformV1RagEmbeddingModelConfig.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1RagEmbeddingModelConfig.fromJson(core.Map json_)
: this(
vertexPredictionEndpoint: json_.containsKey('vertexPredictionEndpoint')
? GoogleCloudAiplatformV1RagEmbeddingModelConfigVertexPredictionEndpoint.fromJson(
json_['vertexPredictionEndpoint']
as core.Map<core.String, core.dynamic>,
)
: null,
);