Recupera i dettagli dell'esecuzione della fase (asincrona)
bookmark_borderbookmark
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Mostra come ottenere informazioni sui lavoratori e sugli elementi di lavoro all'interno di una fase.
Esempio di codice
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],[],[[["This page provides code examples in C#, Java, Node.js, and Python that demonstrate how to retrieve details about workers and work items within a specific stage in Google Cloud Dataflow."],["The code samples use the `GetStageExecutionDetails` method to fetch worker and work item information from a Dataflow job, requiring the specification of project ID, job ID, location, and stage ID."],["The examples also provide guidance on authenticating to Dataflow by setting up Application Default Credentials, linking to relevant documentation."],["The code samples display information such as the page token, allowing for the next page of results to be returned, and include both start and end time parameters to define the range of work items that are to be returned."],["The `GetStageExecutionDetails` function can return all the results or a specific page size, allowing for the choice on how much information to retrieve."]]],[]]