setEmbedBatchLifecycleProtoForTesting static method

void setEmbedBatchLifecycleProtoForTesting(
  1. EmbeddingsResult override(
    1. EmbeddingsRequest
    )?
)

Implementation

static void setEmbedBatchLifecycleProtoForTesting(
  EmbeddingsResult Function(EmbeddingsRequest)? override,
) {
  _embedBatchLifecycleProtoForTesting = override;
}