Interface WorkflowInvocationAction.NotebookActionOrBuilder (0.59.0)

public static interface WorkflowInvocationAction.NotebookActionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContents()

public abstract String getContents()

Output only. The code contents of a Notebook to be run.

string contents = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The contents.

getContentsBytes()

public abstract ByteString getContentsBytes()

Output only. The code contents of a Notebook to be run.

string contents = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for contents.

getJobId()

public abstract String getJobId()

Output only. The ID of the Vertex job that executed the notebook in contents and also the ID used for the outputs created in Google Cloud Storage buckets. Only set once the job has started to run.

string job_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The jobId.

getJobIdBytes()

public abstract ByteString getJobIdBytes()

Output only. The ID of the Vertex job that executed the notebook in contents and also the ID used for the outputs created in Google Cloud Storage buckets. Only set once the job has started to run.

string job_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for jobId.