- 3.10.0 (latest)
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class NotebookExecutionJob : IMessage<NotebookExecutionJob>, IEquatable<NotebookExecutionJob>, IDeepCloneable<NotebookExecutionJob>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1 API class NotebookExecutionJob.
NotebookExecutionJob represents an instance of a notebook execution.
Implements
IMessageNotebookExecutionJob, IEquatableNotebookExecutionJob, IDeepCloneableNotebookExecutionJob, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
NotebookExecutionJob()
public NotebookExecutionJob()
NotebookExecutionJob(NotebookExecutionJob)
public NotebookExecutionJob(NotebookExecutionJob other)
Parameter | |
---|---|
Name | Description |
other |
NotebookExecutionJob |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. Timestamp when this NotebookExecutionJob was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
DataformRepositorySource
public NotebookExecutionJob.Types.DataformRepositorySource DataformRepositorySource { get; set; }
The Dataform Repository pointing to a single file notebook repository.
Property Value | |
---|---|
Type | Description |
NotebookExecutionJobTypesDataformRepositorySource |
DirectNotebookSource
public NotebookExecutionJob.Types.DirectNotebookSource DirectNotebookSource { get; set; }
The contents of an input notebook file.
Property Value | |
---|---|
Type | Description |
NotebookExecutionJobTypesDirectNotebookSource |
DisplayName
public string DisplayName { get; set; }
The display name of the NotebookExecutionJob. The name can be up to 128 characters long and can consist of any UTF-8 characters.
Property Value | |
---|---|
Type | Description |
string |
EncryptionSpec
public EncryptionSpec EncryptionSpec { get; set; }
Customer-managed encryption key spec for the notebook execution job. This field is auto-populated if the [NotebookService.NotebookRuntimeTemplate][] has an encryption spec.
Property Value | |
---|---|
Type | Description |
EncryptionSpec |
EnvironmentSpecCase
public NotebookExecutionJob.EnvironmentSpecOneofCase EnvironmentSpecCase { get; }
Property Value | |
---|---|
Type | Description |
NotebookExecutionJobEnvironmentSpecOneofCase |
ExecutionIdentityCase
public NotebookExecutionJob.ExecutionIdentityOneofCase ExecutionIdentityCase { get; }
Property Value | |
---|---|
Type | Description |
NotebookExecutionJobExecutionIdentityOneofCase |
ExecutionSinkCase
public NotebookExecutionJob.ExecutionSinkOneofCase ExecutionSinkCase { get; }
Property Value | |
---|---|
Type | Description |
NotebookExecutionJobExecutionSinkOneofCase |
ExecutionTimeout
public Duration ExecutionTimeout { get; set; }
Max running time of the execution job in seconds (default 86400s / 24 hrs).
Property Value | |
---|---|
Type | Description |
Duration |
ExecutionUser
public string ExecutionUser { get; set; }
The user email to run the execution as. Only supported by Colab runtimes.
Property Value | |
---|---|
Type | Description |
string |
GcsNotebookSource
public NotebookExecutionJob.Types.GcsNotebookSource GcsNotebookSource { get; set; }
The Cloud Storage url pointing to the ipynb file. Format:
gs://bucket/notebook_file.ipynb
Property Value | |
---|---|
Type | Description |
NotebookExecutionJobTypesGcsNotebookSource |
GcsOutputUri
public string GcsOutputUri { get; set; }
The Cloud Storage location to upload the result to. Format:
gs://bucket-name
Property Value | |
---|---|
Type | Description |
string |
HasExecutionUser
public bool HasExecutionUser { get; }
Gets whether the "execution_user" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasGcsOutputUri
public bool HasGcsOutputUri { get; }
Gets whether the "gcs_output_uri" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasNotebookRuntimeTemplateResourceName
public bool HasNotebookRuntimeTemplateResourceName { get; }
Gets whether the "notebook_runtime_template_resource_name" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasServiceAccount
public bool HasServiceAccount { get; }
Gets whether the "service_account" field is set
Property Value | |
---|---|
Type | Description |
bool |
JobState
public JobState JobState { get; set; }
Output only. The state of the NotebookExecutionJob.
Property Value | |
---|---|
Type | Description |
JobState |
Labels
public MapField<string, string> Labels { get; }
The labels with user-defined metadata to organize NotebookExecutionJobs.
Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed.
See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
Name
public string Name { get; set; }
Output only. The resource name of this NotebookExecutionJob. Format:
projects/{project_id}/locations/{location}/notebookExecutionJobs/{job_id}
Property Value | |
---|---|
Type | Description |
string |
NotebookExecutionJobName
public NotebookExecutionJobName NotebookExecutionJobName { get; set; }
NotebookExecutionJobName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
NotebookExecutionJobName |
NotebookRuntimeTemplateResourceName
public string NotebookRuntimeTemplateResourceName { get; set; }
The NotebookRuntimeTemplate to source compute configuration from.
Property Value | |
---|---|
Type | Description |
string |
NotebookRuntimeTemplateResourceNameAsNotebookRuntimeTemplateName
public NotebookRuntimeTemplateName NotebookRuntimeTemplateResourceNameAsNotebookRuntimeTemplateName { get; set; }
NotebookRuntimeTemplateName-typed view over the NotebookRuntimeTemplateResourceName resource name property.
Property Value | |
---|---|
Type | Description |
NotebookRuntimeTemplateName |
NotebookSourceCase
public NotebookExecutionJob.NotebookSourceOneofCase NotebookSourceCase { get; }
Property Value | |
---|---|
Type | Description |
NotebookExecutionJobNotebookSourceOneofCase |
ScheduleResourceName
public string ScheduleResourceName { get; set; }
Output only. The Schedule resource name if this job is triggered by one.
Format:
projects/{project_id}/locations/{location}/schedules/{schedule_id}
Property Value | |
---|---|
Type | Description |
string |
ScheduleResourceNameAsScheduleName
public ScheduleName ScheduleResourceNameAsScheduleName { get; set; }
ScheduleName-typed view over the ScheduleResourceName resource name property.
Property Value | |
---|---|
Type | Description |
ScheduleName |
ServiceAccount
public string ServiceAccount { get; set; }
The service account to run the execution as.
Property Value | |
---|---|
Type | Description |
string |
Status
public Status Status { get; set; }
Output only. Populated when the NotebookExecutionJob is completed. When there is an error during notebook execution, the error details are populated.
Property Value | |
---|---|
Type | Description |
Status |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. Timestamp when this NotebookExecutionJob was most recently updated.
Property Value | |
---|---|
Type | Description |
Timestamp |