[[["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-09 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eExecution\u003c/code\u003e class within the Google Cloud Notebooks v1 API, which represents a single executed notebook.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eExecution\u003c/code\u003e class is 2.5.0, with previous versions from 2.4.0 down to 1.0.0-beta04 available for reference.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExecution\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, with properties like \u003ccode\u003eCreateTime\u003c/code\u003e, \u003ccode\u003eDescription\u003c/code\u003e, \u003ccode\u003eDisplayName\u003c/code\u003e, and \u003ccode\u003eState\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExecution\u003c/code\u003e class includes properties that provide details about the executed notebook, such as \u003ccode\u003eExecutionTemplate\u003c/code\u003e for metadata, \u003ccode\u003eJobUri\u003c/code\u003e for the external job URI, and \u003ccode\u003eOutputNotebookFile\u003c/code\u003e for the generated notebook file.\u003c/p\u003e\n"],["\u003cp\u003eInstances of \u003ccode\u003eExecution\u003c/code\u003e have a resource \u003ccode\u003eName\u003c/code\u003e in the format \u003ccode\u003eprojects/{project_id}/locations/{location}/executions/{execution_id}\u003c/code\u003e, and you can access \u003ccode\u003eExecutionName\u003c/code\u003e via the \u003ccode\u003eExecutionName\u003c/code\u003e property for a strongly typed view of it.\u003c/p\u003e\n"]]],[],null,["# AI Platform Notebooks v1 API - Class Execution (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.Execution)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.4.0/Google.Cloud.Notebooks.V1.Execution)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.3.0/Google.Cloud.Notebooks.V1.Execution)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.2.0/Google.Cloud.Notebooks.V1.Execution)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.1.0/Google.Cloud.Notebooks.V1.Execution)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.0.0/Google.Cloud.Notebooks.V1.Execution)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/1.0.0-beta04/Google.Cloud.Notebooks.V1.Execution) \n\n public sealed class Execution : IMessage\u003cExecution\u003e, IEquatable\u003cExecution\u003e, IDeepCloneable\u003cExecution\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the AI Platform Notebooks v1 API class Execution.\n\nThe definition of a single executed notebook. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Execution \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Execution](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.Execution), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Execution](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.Execution), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Execution](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.Execution), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Notebooks.V1](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Notebooks.V1.dll\n\nConstructors\n------------\n\n### Execution()\n\n public Execution()\n\n### Execution(Execution)\n\n public Execution(Execution other)\n\nProperties\n----------\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. Time the Execution was instantiated.\n\n### Description\n\n public string Description { get; set; }\n\nA brief description of this execution.\n\n### DisplayName\n\n public string DisplayName { get; set; }\n\nOutput only. Name used for UI purposes.\nName can only contain alphanumeric characters and underscores '_'.\n\n### ExecutionName\n\n public ExecutionName ExecutionName { get; set; }\n\n[ExecutionName](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.ExecutionName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.Execution#Google_Cloud_Notebooks_V1_Execution_Name) resource name property.\n\n### ExecutionTemplate\n\n public ExecutionTemplate ExecutionTemplate { get; set; }\n\nexecute metadata including name, hardware spec, region, labels, etc.\n\n### JobUri\n\n public string JobUri { get; set; }\n\nOutput only. The URI of the external job used to execute the notebook.\n\n### Name\n\n public string Name { get; set; }\n\nOutput only. The resource name of the execute. Format:\n`projects/{project_id}/locations/{location}/executions/{execution_id}`\n\n### OutputNotebookFile\n\n public string OutputNotebookFile { get; set; }\n\nOutput notebook file generated by this execution\n\n### State\n\n public Execution.Types.State State { get; set; }\n\nOutput only. State of the underlying AI Platform job.\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nOutput only. Time the Execution was last updated."]]