Cloud AI Platform v1 API - Class DeleteNotebookExecutionJobRequest (3.5.0)

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

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

Request message for [NotebookService.DeleteNotebookExecutionJob]

Inheritance

object > DeleteNotebookExecutionJobRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeleteNotebookExecutionJobRequest()

public DeleteNotebookExecutionJobRequest()

DeleteNotebookExecutionJobRequest(DeleteNotebookExecutionJobRequest)

public DeleteNotebookExecutionJobRequest(DeleteNotebookExecutionJobRequest other)
Parameter
Name Description
other DeleteNotebookExecutionJobRequest

Properties

Name

public string Name { get; set; }

Required. The name of the NotebookExecutionJob resource to be deleted.

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