public interface CreateNotebookExecutionJobRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NotebookExecutionJob |
getNotebookExecutionJob()
Required.
|
String |
getNotebookExecutionJobId()
Optional.
|
com.google.protobuf.ByteString |
getNotebookExecutionJobIdBytes()
Optional.
|
NotebookExecutionJobOrBuilder |
getNotebookExecutionJobOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasNotebookExecutionJob()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
boolean hasNotebookExecutionJob()
Required. The NotebookExecutionJob to create.
.google.cloud.aiplatform.v1.NotebookExecutionJob notebook_execution_job = 2 [(.google.api.field_behavior) = REQUIRED];
NotebookExecutionJob getNotebookExecutionJob()
Required. The NotebookExecutionJob to create.
.google.cloud.aiplatform.v1.NotebookExecutionJob notebook_execution_job = 2 [(.google.api.field_behavior) = REQUIRED];
NotebookExecutionJobOrBuilder getNotebookExecutionJobOrBuilder()
Required. The NotebookExecutionJob to create.
.google.cloud.aiplatform.v1.NotebookExecutionJob notebook_execution_job = 2 [(.google.api.field_behavior) = REQUIRED];
String getNotebookExecutionJobId()
Optional. User specified ID for the NotebookExecutionJob.
string notebook_execution_job_id = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getNotebookExecutionJobIdBytes()
Optional. User specified ID for the NotebookExecutionJob.
string notebook_execution_job_id = 3 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.