Cloud AI Platform v1 API - Class GetNotebookExecutionJobRequest (3.5.0)

public sealed class GetNotebookExecutionJobRequest : IMessage<GetNotebookExecutionJobRequest>, IEquatable<GetNotebookExecutionJobRequest>, IDeepCloneable<GetNotebookExecutionJobRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class GetNotebookExecutionJobRequest.

Request message for [NotebookService.GetNotebookExecutionJob]

Inheritance

object > GetNotebookExecutionJobRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetNotebookExecutionJobRequest()

public GetNotebookExecutionJobRequest()

GetNotebookExecutionJobRequest(GetNotebookExecutionJobRequest)

public GetNotebookExecutionJobRequest(GetNotebookExecutionJobRequest other)
Parameter
Name Description
other GetNotebookExecutionJobRequest

Properties

Name

public string Name { get; set; }

Required. The name of the NotebookExecutionJob resource.

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

View

public NotebookExecutionJobView View { get; set; }

Optional. The NotebookExecutionJob view. Defaults to BASIC.

Property Value
Type Description
NotebookExecutionJobView