Cloud AI Platform v1 API - Class CreateNotebookExecutionJobRequest (3.5.0)

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

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

Request message for [NotebookService.CreateNotebookExecutionJob]

Inheritance

object > CreateNotebookExecutionJobRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CreateNotebookExecutionJobRequest()

public CreateNotebookExecutionJobRequest()

CreateNotebookExecutionJobRequest(CreateNotebookExecutionJobRequest)

public CreateNotebookExecutionJobRequest(CreateNotebookExecutionJobRequest other)
Parameter
Name Description
other CreateNotebookExecutionJobRequest

Properties

NotebookExecutionJob

public NotebookExecutionJob NotebookExecutionJob { get; set; }

Required. The NotebookExecutionJob to create.

Property Value
Type Description
NotebookExecutionJob

NotebookExecutionJobId

public string NotebookExecutionJobId { get; set; }

Optional. User specified ID for the NotebookExecutionJob.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The resource name of the Location to create the NotebookExecutionJob. Format: projects/{project}/locations/{location}

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName