Interface CreateNotebookExecutionJobRequestOrBuilder (3.44.0)

public interface CreateNotebookExecutionJobRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNotebookExecutionJob()

public abstract NotebookExecutionJob getNotebookExecutionJob()

Required. The NotebookExecutionJob to create.

.google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_job = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
NotebookExecutionJob

The notebookExecutionJob.

getNotebookExecutionJobId()

public abstract String getNotebookExecutionJobId()

Optional. User specified ID for the NotebookExecutionJob.

string notebook_execution_job_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The notebookExecutionJobId.

getNotebookExecutionJobIdBytes()

public abstract ByteString getNotebookExecutionJobIdBytes()

Optional. User specified ID for the NotebookExecutionJob.

string notebook_execution_job_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for notebookExecutionJobId.

getNotebookExecutionJobOrBuilder()

public abstract NotebookExecutionJobOrBuilder getNotebookExecutionJobOrBuilder()

Required. The NotebookExecutionJob to create.

.google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_job = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
NotebookExecutionJobOrBuilder

getParent()

public abstract String getParent()

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

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

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

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

hasNotebookExecutionJob()

public abstract boolean hasNotebookExecutionJob()

Required. The NotebookExecutionJob to create.

.google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_job = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the notebookExecutionJob field is set.