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