type property
The primitive the operator implements: "generate_text", "transcribe", "synthesize", "detect_voice", "embed", "rerank", "tokenize", "window", or a solution-declared custom operator ("AudioSource", "AudioSink", "SentenceDetector", "VectorSearch", "ContextBuild").
Implementation
@$pb.TagNumber(2)
$core.String get type => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set type($core.String value) => $_setString(1, value);