AIInference constructor
AIInference({
- String? endpoint,
- String? serviceAccountEmail,
- UnstructuredInference? unstructuredInference,
Implementation
AIInference({
this.endpoint,
this.serviceAccountEmail,
this.unstructuredInference,
});