public final class NotebookExecutionJob extends com.google.protobuf.GeneratedMessageV3 implements NotebookExecutionJobOrBuilder
NotebookExecutionJob represents an instance of a notebook execution.Protobuf type
google.cloud.aiplatform.v1beta1.NotebookExecutionJobcom.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CREATE_TIME_FIELD_NUMBER |
static int |
CUSTOM_ENVIRONMENT_SPEC_FIELD_NUMBER |
static int |
DATAFORM_REPOSITORY_SOURCE_FIELD_NUMBER |
static int |
DIRECT_NOTEBOOK_SOURCE_FIELD_NUMBER |
static int |
DISPLAY_NAME_FIELD_NUMBER |
static int |
ENCRYPTION_SPEC_FIELD_NUMBER |
static int |
EXECUTION_TIMEOUT_FIELD_NUMBER |
static int |
EXECUTION_USER_FIELD_NUMBER |
static int |
GCS_NOTEBOOK_SOURCE_FIELD_NUMBER |
static int |
GCS_OUTPUT_URI_FIELD_NUMBER |
static int |
JOB_STATE_FIELD_NUMBER |
static int |
KERNEL_NAME_FIELD_NUMBER |
static int |
LABELS_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
NOTEBOOK_RUNTIME_TEMPLATE_RESOURCE_NAME_FIELD_NUMBER |
static int |
SCHEDULE_RESOURCE_NAME_FIELD_NUMBER |
static int |
SERVICE_ACCOUNT_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
static int |
UPDATE_TIME_FIELD_NUMBER |
static int |
WORKBENCH_RUNTIME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
The labels with user-defined metadata to organize NotebookExecutionJobs.
|
boolean |
equals(Object obj) |
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
NotebookExecutionJob.CustomEnvironmentSpec |
getCustomEnvironmentSpec()
The custom compute configuration for an execution job.
|
NotebookExecutionJob.CustomEnvironmentSpecOrBuilder |
getCustomEnvironmentSpecOrBuilder()
The custom compute configuration for an execution job.
|
NotebookExecutionJob.DataformRepositorySource |
getDataformRepositorySource()
The Dataform Repository pointing to a single file notebook repository.
|
NotebookExecutionJob.DataformRepositorySourceOrBuilder |
getDataformRepositorySourceOrBuilder()
The Dataform Repository pointing to a single file notebook repository.
|
static NotebookExecutionJob |
getDefaultInstance() |
NotebookExecutionJob |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
NotebookExecutionJob.DirectNotebookSource |
getDirectNotebookSource()
The contents of an input notebook file.
|
NotebookExecutionJob.DirectNotebookSourceOrBuilder |
getDirectNotebookSourceOrBuilder()
The contents of an input notebook file.
|
String |
getDisplayName()
The display name of the NotebookExecutionJob.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The display name of the NotebookExecutionJob.
|
EncryptionSpec |
getEncryptionSpec()
Customer-managed encryption key spec for the notebook execution job.
|
EncryptionSpecOrBuilder |
getEncryptionSpecOrBuilder()
Customer-managed encryption key spec for the notebook execution job.
|
NotebookExecutionJob.EnvironmentSpecCase |
getEnvironmentSpecCase() |
NotebookExecutionJob.ExecutionIdentityCase |
getExecutionIdentityCase() |
NotebookExecutionJob.ExecutionSinkCase |
getExecutionSinkCase() |
com.google.protobuf.Duration |
getExecutionTimeout()
Max running time of the execution job in seconds (default 86400s / 24 hrs).
|
com.google.protobuf.DurationOrBuilder |
getExecutionTimeoutOrBuilder()
Max running time of the execution job in seconds (default 86400s / 24 hrs).
|
String |
getExecutionUser()
The user email to run the execution as.
|
com.google.protobuf.ByteString |
getExecutionUserBytes()
The user email to run the execution as.
|
NotebookExecutionJob.GcsNotebookSource |
getGcsNotebookSource()
The Cloud Storage url pointing to the ipynb file.
|
NotebookExecutionJob.GcsNotebookSourceOrBuilder |
getGcsNotebookSourceOrBuilder()
The Cloud Storage url pointing to the ipynb file.
|
String |
getGcsOutputUri()
The Cloud Storage location to upload the result to.
|
com.google.protobuf.ByteString |
getGcsOutputUriBytes()
The Cloud Storage location to upload the result to.
|
JobState |
getJobState()
Output only.
|
int |
getJobStateValue()
Output only.
|
String |
getKernelName()
The name of the kernel to use during notebook execution.
|
com.google.protobuf.ByteString |
getKernelNameBytes()
The name of the kernel to use during notebook execution.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
The labels with user-defined metadata to organize NotebookExecutionJobs.
|
Map<String,String> |
getLabelsMap()
The labels with user-defined metadata to organize NotebookExecutionJobs.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
The labels with user-defined metadata to organize NotebookExecutionJobs.
|
String |
getLabelsOrThrow(String key)
The labels with user-defined metadata to organize NotebookExecutionJobs.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
String |
getNotebookRuntimeTemplateResourceName()
The NotebookRuntimeTemplate to source compute configuration from.
|
com.google.protobuf.ByteString |
getNotebookRuntimeTemplateResourceNameBytes()
The NotebookRuntimeTemplate to source compute configuration from.
|
NotebookExecutionJob.NotebookSourceCase |
getNotebookSourceCase() |
com.google.protobuf.Parser<NotebookExecutionJob> |
getParserForType() |
NotebookExecutionJob.RuntimeEnvironmentCase |
getRuntimeEnvironmentCase() |
String |
getScheduleResourceName()
Output only.
|
com.google.protobuf.ByteString |
getScheduleResourceNameBytes()
Output only.
|
int |
getSerializedSize() |
String |
getServiceAccount()
The service account to run the execution as.
|
com.google.protobuf.ByteString |
getServiceAccountBytes()
The service account to run the execution as.
|
com.google.rpc.Status |
getStatus()
Output only.
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
Output only.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
NotebookExecutionJob.WorkbenchRuntime |
getWorkbenchRuntime()
The Workbench runtime configuration to use for the notebook execution.
|
NotebookExecutionJob.WorkbenchRuntimeOrBuilder |
getWorkbenchRuntimeOrBuilder()
The Workbench runtime configuration to use for the notebook execution.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasCustomEnvironmentSpec()
The custom compute configuration for an execution job.
|
boolean |
hasDataformRepositorySource()
The Dataform Repository pointing to a single file notebook repository.
|
boolean |
hasDirectNotebookSource()
The contents of an input notebook file.
|
boolean |
hasEncryptionSpec()
Customer-managed encryption key spec for the notebook execution job.
|
boolean |
hasExecutionTimeout()
Max running time of the execution job in seconds (default 86400s / 24 hrs).
|
boolean |
hasExecutionUser()
The user email to run the execution as.
|
boolean |
hasGcsNotebookSource()
The Cloud Storage url pointing to the ipynb file.
|
boolean |
hasGcsOutputUri()
The Cloud Storage location to upload the result to.
|
int |
hashCode() |
boolean |
hasNotebookRuntimeTemplateResourceName()
The NotebookRuntimeTemplate to source compute configuration from.
|
boolean |
hasServiceAccount()
The service account to run the execution as.
|
boolean |
hasStatus()
Output only.
|
boolean |
hasUpdateTime()
Output only.
|
boolean |
hasWorkbenchRuntime()
The Workbench runtime configuration to use for the notebook execution.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMapFieldReflection(int number) |
boolean |
isInitialized() |
static NotebookExecutionJob.Builder |
newBuilder() |
static NotebookExecutionJob.Builder |
newBuilder(NotebookExecutionJob prototype) |
NotebookExecutionJob.Builder |
newBuilderForType() |
protected NotebookExecutionJob.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static NotebookExecutionJob |
parseDelimitedFrom(InputStream input) |
static NotebookExecutionJob |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NotebookExecutionJob |
parseFrom(byte[] data) |
static NotebookExecutionJob |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NotebookExecutionJob |
parseFrom(ByteBuffer data) |
static NotebookExecutionJob |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NotebookExecutionJob |
parseFrom(com.google.protobuf.ByteString data) |
static NotebookExecutionJob |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NotebookExecutionJob |
parseFrom(com.google.protobuf.CodedInputStream input) |
static NotebookExecutionJob |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NotebookExecutionJob |
parseFrom(InputStream input) |
static NotebookExecutionJob |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<NotebookExecutionJob> |
parser() |
NotebookExecutionJob.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DATAFORM_REPOSITORY_SOURCE_FIELD_NUMBER
public static final int GCS_NOTEBOOK_SOURCE_FIELD_NUMBER
public static final int DIRECT_NOTEBOOK_SOURCE_FIELD_NUMBER
public static final int NOTEBOOK_RUNTIME_TEMPLATE_RESOURCE_NAME_FIELD_NUMBER
public static final int CUSTOM_ENVIRONMENT_SPEC_FIELD_NUMBER
public static final int GCS_OUTPUT_URI_FIELD_NUMBER
public static final int EXECUTION_USER_FIELD_NUMBER
public static final int SERVICE_ACCOUNT_FIELD_NUMBER
public static final int WORKBENCH_RUNTIME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
public static final int EXECUTION_TIMEOUT_FIELD_NUMBER
public static final int SCHEDULE_RESOURCE_NAME_FIELD_NUMBER
public static final int JOB_STATE_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
public static final int KERNEL_NAME_FIELD_NUMBER
public static final int ENCRYPTION_SPEC_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public NotebookExecutionJob.NotebookSourceCase getNotebookSourceCase()
getNotebookSourceCase in interface NotebookExecutionJobOrBuilderpublic NotebookExecutionJob.EnvironmentSpecCase getEnvironmentSpecCase()
getEnvironmentSpecCase in interface NotebookExecutionJobOrBuilderpublic NotebookExecutionJob.ExecutionSinkCase getExecutionSinkCase()
getExecutionSinkCase in interface NotebookExecutionJobOrBuilderpublic NotebookExecutionJob.ExecutionIdentityCase getExecutionIdentityCase()
getExecutionIdentityCase in interface NotebookExecutionJobOrBuilderpublic NotebookExecutionJob.RuntimeEnvironmentCase getRuntimeEnvironmentCase()
getRuntimeEnvironmentCase in interface NotebookExecutionJobOrBuilderpublic boolean hasDataformRepositorySource()
The Dataform Repository pointing to a single file notebook repository.
.google.cloud.aiplatform.v1beta1.NotebookExecutionJob.DataformRepositorySource dataform_repository_source = 3;
hasDataformRepositorySource in interface NotebookExecutionJobOrBuilderpublic NotebookExecutionJob.DataformRepositorySource getDataformRepositorySource()
The Dataform Repository pointing to a single file notebook repository.
.google.cloud.aiplatform.v1beta1.NotebookExecutionJob.DataformRepositorySource dataform_repository_source = 3;
getDataformRepositorySource in interface NotebookExecutionJobOrBuilderpublic NotebookExecutionJob.DataformRepositorySourceOrBuilder getDataformRepositorySourceOrBuilder()
The Dataform Repository pointing to a single file notebook repository.
.google.cloud.aiplatform.v1beta1.NotebookExecutionJob.DataformRepositorySource dataform_repository_source = 3;
getDataformRepositorySourceOrBuilder in interface NotebookExecutionJobOrBuilderpublic boolean hasGcsNotebookSource()
The Cloud Storage url pointing to the ipynb file. Format: `gs://bucket/notebook_file.ipynb`
.google.cloud.aiplatform.v1beta1.NotebookExecutionJob.GcsNotebookSource gcs_notebook_source = 4;
hasGcsNotebookSource in interface NotebookExecutionJobOrBuilderpublic NotebookExecutionJob.GcsNotebookSource getGcsNotebookSource()
The Cloud Storage url pointing to the ipynb file. Format: `gs://bucket/notebook_file.ipynb`
.google.cloud.aiplatform.v1beta1.NotebookExecutionJob.GcsNotebookSource gcs_notebook_source = 4;
getGcsNotebookSource in interface NotebookExecutionJobOrBuilderpublic NotebookExecutionJob.GcsNotebookSourceOrBuilder getGcsNotebookSourceOrBuilder()
The Cloud Storage url pointing to the ipynb file. Format: `gs://bucket/notebook_file.ipynb`
.google.cloud.aiplatform.v1beta1.NotebookExecutionJob.GcsNotebookSource gcs_notebook_source = 4;
getGcsNotebookSourceOrBuilder in interface NotebookExecutionJobOrBuilderpublic boolean hasDirectNotebookSource()
The contents of an input notebook file.
.google.cloud.aiplatform.v1beta1.NotebookExecutionJob.DirectNotebookSource direct_notebook_source = 17;
hasDirectNotebookSource in interface NotebookExecutionJobOrBuilderpublic NotebookExecutionJob.DirectNotebookSource getDirectNotebookSource()
The contents of an input notebook file.
.google.cloud.aiplatform.v1beta1.NotebookExecutionJob.DirectNotebookSource direct_notebook_source = 17;
getDirectNotebookSource in interface NotebookExecutionJobOrBuilderpublic NotebookExecutionJob.DirectNotebookSourceOrBuilder getDirectNotebookSourceOrBuilder()
The contents of an input notebook file.
.google.cloud.aiplatform.v1beta1.NotebookExecutionJob.DirectNotebookSource direct_notebook_source = 17;
getDirectNotebookSourceOrBuilder in interface NotebookExecutionJobOrBuilderpublic boolean hasNotebookRuntimeTemplateResourceName()
The NotebookRuntimeTemplate to source compute configuration from.
string notebook_runtime_template_resource_name = 14 [(.google.api.resource_reference) = { ... }
hasNotebookRuntimeTemplateResourceName in interface NotebookExecutionJobOrBuilderpublic String getNotebookRuntimeTemplateResourceName()
The NotebookRuntimeTemplate to source compute configuration from.
string notebook_runtime_template_resource_name = 14 [(.google.api.resource_reference) = { ... }
getNotebookRuntimeTemplateResourceName in interface NotebookExecutionJobOrBuilderpublic com.google.protobuf.ByteString getNotebookRuntimeTemplateResourceNameBytes()
The NotebookRuntimeTemplate to source compute configuration from.
string notebook_runtime_template_resource_name = 14 [(.google.api.resource_reference) = { ... }
getNotebookRuntimeTemplateResourceNameBytes in interface NotebookExecutionJobOrBuilderpublic boolean hasCustomEnvironmentSpec()
The custom compute configuration for an execution job.
.google.cloud.aiplatform.v1beta1.NotebookExecutionJob.CustomEnvironmentSpec custom_environment_spec = 16;
hasCustomEnvironmentSpec in interface NotebookExecutionJobOrBuilderpublic NotebookExecutionJob.CustomEnvironmentSpec getCustomEnvironmentSpec()
The custom compute configuration for an execution job.
.google.cloud.aiplatform.v1beta1.NotebookExecutionJob.CustomEnvironmentSpec custom_environment_spec = 16;
getCustomEnvironmentSpec in interface NotebookExecutionJobOrBuilderpublic NotebookExecutionJob.CustomEnvironmentSpecOrBuilder getCustomEnvironmentSpecOrBuilder()
The custom compute configuration for an execution job.
.google.cloud.aiplatform.v1beta1.NotebookExecutionJob.CustomEnvironmentSpec custom_environment_spec = 16;
getCustomEnvironmentSpecOrBuilder in interface NotebookExecutionJobOrBuilderpublic boolean hasGcsOutputUri()
The Cloud Storage location to upload the result to. Format: `gs://bucket-name`
string gcs_output_uri = 8;hasGcsOutputUri in interface NotebookExecutionJobOrBuilderpublic String getGcsOutputUri()
The Cloud Storage location to upload the result to. Format: `gs://bucket-name`
string gcs_output_uri = 8;getGcsOutputUri in interface NotebookExecutionJobOrBuilderpublic com.google.protobuf.ByteString getGcsOutputUriBytes()
The Cloud Storage location to upload the result to. Format: `gs://bucket-name`
string gcs_output_uri = 8;getGcsOutputUriBytes in interface NotebookExecutionJobOrBuilderpublic boolean hasExecutionUser()
The user email to run the execution as. Only supported by Colab runtimes.
string execution_user = 9;hasExecutionUser in interface NotebookExecutionJobOrBuilderpublic String getExecutionUser()
The user email to run the execution as. Only supported by Colab runtimes.
string execution_user = 9;getExecutionUser in interface NotebookExecutionJobOrBuilderpublic com.google.protobuf.ByteString getExecutionUserBytes()
The user email to run the execution as. Only supported by Colab runtimes.
string execution_user = 9;getExecutionUserBytes in interface NotebookExecutionJobOrBuilderpublic boolean hasServiceAccount()
The service account to run the execution as.
string service_account = 18;hasServiceAccount in interface NotebookExecutionJobOrBuilderpublic String getServiceAccount()
The service account to run the execution as.
string service_account = 18;getServiceAccount in interface NotebookExecutionJobOrBuilderpublic com.google.protobuf.ByteString getServiceAccountBytes()
The service account to run the execution as.
string service_account = 18;getServiceAccountBytes in interface NotebookExecutionJobOrBuilderpublic boolean hasWorkbenchRuntime()
The Workbench runtime configuration to use for the notebook execution.
.google.cloud.aiplatform.v1beta1.NotebookExecutionJob.WorkbenchRuntime workbench_runtime = 23;
hasWorkbenchRuntime in interface NotebookExecutionJobOrBuilderpublic NotebookExecutionJob.WorkbenchRuntime getWorkbenchRuntime()
The Workbench runtime configuration to use for the notebook execution.
.google.cloud.aiplatform.v1beta1.NotebookExecutionJob.WorkbenchRuntime workbench_runtime = 23;
getWorkbenchRuntime in interface NotebookExecutionJobOrBuilderpublic NotebookExecutionJob.WorkbenchRuntimeOrBuilder getWorkbenchRuntimeOrBuilder()
The Workbench runtime configuration to use for the notebook execution.
.google.cloud.aiplatform.v1beta1.NotebookExecutionJob.WorkbenchRuntime workbench_runtime = 23;
getWorkbenchRuntimeOrBuilder in interface NotebookExecutionJobOrBuilderpublic String getName()
Output only. The resource name of this NotebookExecutionJob. Format:
`projects/{project_id}/locations/{location}/notebookExecutionJobs/{job_id}`
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getName in interface NotebookExecutionJobOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Output only. The resource name of this NotebookExecutionJob. Format:
`projects/{project_id}/locations/{location}/notebookExecutionJobs/{job_id}`
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getNameBytes in interface NotebookExecutionJobOrBuilderpublic String getDisplayName()
The display name of the NotebookExecutionJob. The name can be up to 128 characters long and can consist of any UTF-8 characters.
string display_name = 2;getDisplayName in interface NotebookExecutionJobOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
The display name of the NotebookExecutionJob. The name can be up to 128 characters long and can consist of any UTF-8 characters.
string display_name = 2;getDisplayNameBytes in interface NotebookExecutionJobOrBuilderpublic boolean hasExecutionTimeout()
Max running time of the execution job in seconds (default 86400s / 24 hrs).
.google.protobuf.Duration execution_timeout = 5;hasExecutionTimeout in interface NotebookExecutionJobOrBuilderpublic com.google.protobuf.Duration getExecutionTimeout()
Max running time of the execution job in seconds (default 86400s / 24 hrs).
.google.protobuf.Duration execution_timeout = 5;getExecutionTimeout in interface NotebookExecutionJobOrBuilderpublic com.google.protobuf.DurationOrBuilder getExecutionTimeoutOrBuilder()
Max running time of the execution job in seconds (default 86400s / 24 hrs).
.google.protobuf.Duration execution_timeout = 5;getExecutionTimeoutOrBuilder in interface NotebookExecutionJobOrBuilderpublic String getScheduleResourceName()
Output only. The Schedule resource name if this job is triggered by one.
Format:
`projects/{project_id}/locations/{location}/schedules/{schedule_id}`
string schedule_resource_name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
getScheduleResourceName in interface NotebookExecutionJobOrBuilderpublic com.google.protobuf.ByteString getScheduleResourceNameBytes()
Output only. The Schedule resource name if this job is triggered by one.
Format:
`projects/{project_id}/locations/{location}/schedules/{schedule_id}`
string schedule_resource_name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
getScheduleResourceNameBytes in interface NotebookExecutionJobOrBuilderpublic int getJobStateValue()
Output only. The state of the NotebookExecutionJob.
.google.cloud.aiplatform.v1beta1.JobState job_state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
getJobStateValue in interface NotebookExecutionJobOrBuilderpublic JobState getJobState()
Output only. The state of the NotebookExecutionJob.
.google.cloud.aiplatform.v1beta1.JobState job_state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
getJobState in interface NotebookExecutionJobOrBuilderpublic boolean hasStatus()
Output only. Populated when the NotebookExecutionJob is completed. When there is an error during notebook execution, the error details are populated.
.google.rpc.Status status = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];hasStatus in interface NotebookExecutionJobOrBuilderpublic com.google.rpc.Status getStatus()
Output only. Populated when the NotebookExecutionJob is completed. When there is an error during notebook execution, the error details are populated.
.google.rpc.Status status = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];getStatus in interface NotebookExecutionJobOrBuilderpublic com.google.rpc.StatusOrBuilder getStatusOrBuilder()
Output only. Populated when the NotebookExecutionJob is completed. When there is an error during notebook execution, the error details are populated.
.google.rpc.Status status = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];getStatusOrBuilder in interface NotebookExecutionJobOrBuilderpublic boolean hasCreateTime()
Output only. Timestamp when this NotebookExecutionJob was created.
.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreateTime in interface NotebookExecutionJobOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Output only. Timestamp when this NotebookExecutionJob was created.
.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTime in interface NotebookExecutionJobOrBuilderpublic com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp when this NotebookExecutionJob was created.
.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTimeOrBuilder in interface NotebookExecutionJobOrBuilderpublic boolean hasUpdateTime()
Output only. Timestamp when this NotebookExecutionJob was most recently updated.
.google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUpdateTime in interface NotebookExecutionJobOrBuilderpublic com.google.protobuf.Timestamp getUpdateTime()
Output only. Timestamp when this NotebookExecutionJob was most recently updated.
.google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTime in interface NotebookExecutionJobOrBuilderpublic com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Timestamp when this NotebookExecutionJob was most recently updated.
.google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTimeOrBuilder in interface NotebookExecutionJobOrBuilderpublic int getLabelsCount()
NotebookExecutionJobOrBuilderThe labels with user-defined metadata to organize NotebookExecutionJobs. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
map<string, string> labels = 19;getLabelsCount in interface NotebookExecutionJobOrBuilderpublic boolean containsLabels(String key)
The labels with user-defined metadata to organize NotebookExecutionJobs. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
map<string, string> labels = 19;containsLabels in interface NotebookExecutionJobOrBuilder@Deprecated public Map<String,String> getLabels()
getLabelsMap() instead.getLabels in interface NotebookExecutionJobOrBuilderpublic Map<String,String> getLabelsMap()
The labels with user-defined metadata to organize NotebookExecutionJobs. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
map<string, string> labels = 19;getLabelsMap in interface NotebookExecutionJobOrBuilderpublic String getLabelsOrDefault(String key, String defaultValue)
The labels with user-defined metadata to organize NotebookExecutionJobs. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
map<string, string> labels = 19;getLabelsOrDefault in interface NotebookExecutionJobOrBuilderpublic String getLabelsOrThrow(String key)
The labels with user-defined metadata to organize NotebookExecutionJobs. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
map<string, string> labels = 19;getLabelsOrThrow in interface NotebookExecutionJobOrBuilderpublic String getKernelName()
The name of the kernel to use during notebook execution. If unset, the default kernel is used.
string kernel_name = 20;getKernelName in interface NotebookExecutionJobOrBuilderpublic com.google.protobuf.ByteString getKernelNameBytes()
The name of the kernel to use during notebook execution. If unset, the default kernel is used.
string kernel_name = 20;getKernelNameBytes in interface NotebookExecutionJobOrBuilderpublic boolean hasEncryptionSpec()
Customer-managed encryption key spec for the notebook execution job. This field is auto-populated if the [NotebookRuntimeTemplate][google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate] has an encryption spec.
.google.cloud.aiplatform.v1beta1.EncryptionSpec encryption_spec = 22;hasEncryptionSpec in interface NotebookExecutionJobOrBuilderpublic EncryptionSpec getEncryptionSpec()
Customer-managed encryption key spec for the notebook execution job. This field is auto-populated if the [NotebookRuntimeTemplate][google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate] has an encryption spec.
.google.cloud.aiplatform.v1beta1.EncryptionSpec encryption_spec = 22;getEncryptionSpec in interface NotebookExecutionJobOrBuilderpublic EncryptionSpecOrBuilder getEncryptionSpecOrBuilder()
Customer-managed encryption key spec for the notebook execution job. This field is auto-populated if the [NotebookRuntimeTemplate][google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate] has an encryption spec.
.google.cloud.aiplatform.v1beta1.EncryptionSpec encryption_spec = 22;getEncryptionSpecOrBuilder in interface NotebookExecutionJobOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static NotebookExecutionJob parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NotebookExecutionJob parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NotebookExecutionJob parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NotebookExecutionJob parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NotebookExecutionJob parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NotebookExecutionJob parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NotebookExecutionJob parseFrom(InputStream input) throws IOException
IOExceptionpublic static NotebookExecutionJob parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static NotebookExecutionJob parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static NotebookExecutionJob parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static NotebookExecutionJob parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static NotebookExecutionJob parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic NotebookExecutionJob.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static NotebookExecutionJob.Builder newBuilder()
public static NotebookExecutionJob.Builder newBuilder(NotebookExecutionJob prototype)
public NotebookExecutionJob.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected NotebookExecutionJob.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static NotebookExecutionJob getDefaultInstance()
public static com.google.protobuf.Parser<NotebookExecutionJob> parser()
public com.google.protobuf.Parser<NotebookExecutionJob> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public NotebookExecutionJob getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.