We accept input name references of the following form: :
Example:
Suppose you had an operator named "SomeOp" that has 2 output
arguments, the first of which is named "foo" and the second of which
is named "bar", and an operator named "MyOp" that accepts 2 inputs.
Also suppose that there is an analyzer named "some-analyzer" that is
running "SomeOp" and another analyzer named "my-analyzer" running
"MyOp".
To indicate that "my-analyzer" is to consume "some-analyzer"'s "foo"
output as its first input and "some-analyzer"'s "bar" output as its
second input, you can set this field to the following: input =
["some-analyzer:foo", "some-analyzer:bar"]
Attribute
Name
Description
input
str
The name of the stream input (as discussed
above).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Class StreamInput (0.1.10)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.10 (latest)](/python/docs/reference/google-cloud-visionai/latest/google.cloud.visionai_v1.types.AnalyzerDefinition.StreamInput)\n- [0.1.8](/python/docs/reference/google-cloud-visionai/0.1.8/google.cloud.visionai_v1.types.AnalyzerDefinition.StreamInput) \n\n StreamInput(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nThe inputs to this analyzer.\n\nWe accept input name references of the following form: :\n\nExample:\n\nSuppose you had an operator named \"SomeOp\" that has 2 output\narguments, the first of which is named \"foo\" and the second of which\nis named \"bar\", and an operator named \"MyOp\" that accepts 2 inputs.\n\nAlso suppose that there is an analyzer named \"some-analyzer\" that is\nrunning \"SomeOp\" and another analyzer named \"my-analyzer\" running\n\"MyOp\".\n\nTo indicate that \"my-analyzer\" is to consume \"some-analyzer\"'s \"foo\"\noutput as its first input and \"some-analyzer\"'s \"bar\" output as its\nsecond input, you can set this field to the following: input =\n\\[\"some-analyzer:foo\", \"some-analyzer:bar\"\\]"]]