GoogleCloudAiplatformV1RagEmbeddingModelConfigVertexPredictionEndpoint.fromJson constructor
GoogleCloudAiplatformV1RagEmbeddingModelConfigVertexPredictionEndpoint.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1RagEmbeddingModelConfigVertexPredictionEndpoint.fromJson(
core.Map json_,
) : this(
endpoint: json_['endpoint'] as core.String?,
model: json_['model'] as core.String?,
modelVersionId: json_['modelVersionId'] as core.String?,
);