InvestigationsOperations interface

Interfaccia che rappresenta un'operazione di Investigations.

Proprietà

createOrReplace

Crea un'indagine.

deleteInvestigation

Cancella un'indagine.

get

Prendi un'Indagine per nome.

getDiscoveryEngine

Prendi il motore di scoperta per un'indagine.

getOperationStatus

Ottenere lo stato di un'operazione a esecuzione prolungata.

list

Elenco delle risorse per l'indagine

listDiscoveryEngineMemory

Elenca le voci della memoria di lavoro del motore di scoperta per un'indagine.

startDiscoveryEngine

Avvia il motore di scoperta per un'indagine.

stopDiscoveryEngine

Ferma il motore di scoperta per un'indagine.

update

Aggiorna un'indagine.

updateDiscoveryEngine

Aggiorna il motore di discovery per un'indagine. Questo creerà il motore di discovery se non esiste già.

Dettagli proprietà

createOrReplace

Crea un'indagine.

createOrReplace: (projectName: string, investigationName: string, resource: InvestigationCreateOrUpdateContent, options?: InvestigationsCreateOrReplaceOptionalParams) => Promise<Investigation>

Valore della proprietà

(projectName: string, investigationName: string, resource: InvestigationCreateOrUpdateContent, options?: InvestigationsCreateOrReplaceOptionalParams) => Promise<Investigation>

deleteInvestigation

Cancella un'indagine.

deleteInvestigation: (projectName: string, investigationName: string, options?: InvestigationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valore della proprietà

(projectName: string, investigationName: string, options?: InvestigationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Prendi un'Indagine per nome.

get: (projectName: string, investigationName: string, options?: InvestigationsGetOptionalParams) => Promise<Investigation>

Valore della proprietà

(projectName: string, investigationName: string, options?: InvestigationsGetOptionalParams) => Promise<Investigation>

getDiscoveryEngine

Prendi il motore di scoperta per un'indagine.

getDiscoveryEngine: (projectName: string, investigationName: string, options?: InvestigationsGetDiscoveryEngineOptionalParams) => Promise<DiscoveryEngine>

Valore della proprietà

(projectName: string, investigationName: string, options?: InvestigationsGetDiscoveryEngineOptionalParams) => Promise<DiscoveryEngine>

getOperationStatus

Ottenere lo stato di un'operazione a esecuzione prolungata.

getOperationStatus: (projectName: string, investigationName: string, operationId: string, options?: InvestigationsGetOperationStatusOptionalParams) => Promise<InvestigationOperationStatus>

Valore della proprietà

(projectName: string, investigationName: string, operationId: string, options?: InvestigationsGetOperationStatusOptionalParams) => Promise<InvestigationOperationStatus>

list

Elenco delle risorse per l'indagine

list: (projectName: string, options?: InvestigationsListOptionalParams) => PagedAsyncIterableIterator<Investigation, Investigation[], PageSettings>

Valore della proprietà

(projectName: string, options?: InvestigationsListOptionalParams) => PagedAsyncIterableIterator<Investigation, Investigation[], PageSettings>

listDiscoveryEngineMemory

Elenca le voci della memoria di lavoro del motore di scoperta per un'indagine.

listDiscoveryEngineMemory: (projectName: string, investigationName: string, options?: InvestigationsGetDiscoveryEngineMemoryOptionalParams) => PagedAsyncIterableIterator<WorkingMemoryEntry, WorkingMemoryEntry[], PageSettings>

Valore della proprietà

(projectName: string, investigationName: string, options?: InvestigationsGetDiscoveryEngineMemoryOptionalParams) => PagedAsyncIterableIterator<WorkingMemoryEntry, WorkingMemoryEntry[], PageSettings>

startDiscoveryEngine

Avvia il motore di scoperta per un'indagine.

startDiscoveryEngine: (projectName: string, investigationName: string, options?: InvestigationsStartDiscoveryEngineOptionalParams) => Promise<DiscoveryEngine>

Valore della proprietà

(projectName: string, investigationName: string, options?: InvestigationsStartDiscoveryEngineOptionalParams) => Promise<DiscoveryEngine>

stopDiscoveryEngine

Ferma il motore di scoperta per un'indagine.

stopDiscoveryEngine: (projectName: string, investigationName: string, options?: InvestigationsStopDiscoveryEngineOptionalParams) => Promise<DiscoveryEngine>

Valore della proprietà

(projectName: string, investigationName: string, options?: InvestigationsStopDiscoveryEngineOptionalParams) => Promise<DiscoveryEngine>

update

Aggiorna un'indagine.

update: (projectName: string, investigationName: string, resource: InvestigationCreateOrUpdateContent, options?: InvestigationsUpdateOptionalParams) => Promise<Investigation>

Valore della proprietà

(projectName: string, investigationName: string, resource: InvestigationCreateOrUpdateContent, options?: InvestigationsUpdateOptionalParams) => Promise<Investigation>

updateDiscoveryEngine

Aggiorna il motore di discovery per un'indagine. Questo creerà il motore di discovery se non esiste già.

updateDiscoveryEngine: (projectName: string, investigationName: string, body: DiscoveryEngineUpdate, options?: InvestigationsUpdateDiscoveryEngineOptionalParams) => Promise<DiscoveryEngine>

Valore della proprietà

(projectName: string, investigationName: string, body: DiscoveryEngineUpdate, options?: InvestigationsUpdateDiscoveryEngineOptionalParams) => Promise<DiscoveryEngine>