type property

  1. @TagNumber.new(2)
String get type

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);
  1. @TagNumber.new(2)
set type (String value)

Implementation

@$pb.TagNumber(2)
set type($core.String value) => $_setString(1, value);