- 3.52.0 (latest)
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.2
- 3.3.0
- 3.2.0
- 3.0.0
- 2.9.8
- 2.8.9
- 2.7.4
- 2.5.3
- 2.4.0
public static final class NotebookExecutionJob.Builder extends GeneratedMessageV3.Builder<NotebookExecutionJob.Builder> implements NotebookExecutionJobOrBuilder
NotebookExecutionJob represents an instance of a notebook execution.
Protobuf type google.cloud.aiplatform.v1beta1.NotebookExecutionJob
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > NotebookExecutionJob.BuilderImplements
NotebookExecutionJobOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public NotebookExecutionJob.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
build()
public NotebookExecutionJob build()
Returns | |
---|---|
Type | Description |
NotebookExecutionJob |
buildPartial()
public NotebookExecutionJob buildPartial()
Returns | |
---|---|
Type | Description |
NotebookExecutionJob |
clear()
public NotebookExecutionJob.Builder clear()
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
clearCreateTime()
public NotebookExecutionJob.Builder clearCreateTime()
Output only. Timestamp when this NotebookExecutionJob was created.
.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
clearDataformRepositorySource()
public NotebookExecutionJob.Builder clearDataformRepositorySource()
The Dataform Repository pointing to a single file notebook repository.
.google.cloud.aiplatform.v1beta1.NotebookExecutionJob.DataformRepositorySource dataform_repository_source = 3;
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
clearDisplayName()
public NotebookExecutionJob.Builder clearDisplayName()
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;
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
This builder for chaining. |
clearEnvironmentSpec()
public NotebookExecutionJob.Builder clearEnvironmentSpec()
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
clearExecutionIdentity()
public NotebookExecutionJob.Builder clearExecutionIdentity()
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
clearExecutionSink()
public NotebookExecutionJob.Builder clearExecutionSink()
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
clearExecutionTimeout()
public NotebookExecutionJob.Builder clearExecutionTimeout()
Max running time of the execution job in seconds (default 86400s / 24 hrs).
.google.protobuf.Duration execution_timeout = 5;
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
clearExecutionUser()
public NotebookExecutionJob.Builder clearExecutionUser()
The user email to run the execution as. Only supported by Colab runtimes.
string execution_user = 9;
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public NotebookExecutionJob.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
clearGcsNotebookSource()
public NotebookExecutionJob.Builder clearGcsNotebookSource()
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;
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
clearGcsOutputUri()
public NotebookExecutionJob.Builder clearGcsOutputUri()
The Cloud Storage location to upload the result to. Format:
gs://bucket-name
string gcs_output_uri = 8;
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
This builder for chaining. |
clearJobState()
public NotebookExecutionJob.Builder clearJobState()
Output only. The state of the NotebookExecutionJob.
.google.cloud.aiplatform.v1beta1.JobState job_state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
This builder for chaining. |
clearName()
public NotebookExecutionJob.Builder clearName()
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];
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
This builder for chaining. |
clearNotebookRuntimeTemplateResourceName()
public NotebookExecutionJob.Builder clearNotebookRuntimeTemplateResourceName()
The NotebookRuntimeTemplate to source compute configuration from.
string notebook_runtime_template_resource_name = 14 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
This builder for chaining. |
clearNotebookSource()
public NotebookExecutionJob.Builder clearNotebookSource()
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public NotebookExecutionJob.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
clearScheduleResourceName()
public NotebookExecutionJob.Builder clearScheduleResourceName()
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) = { ... }
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
This builder for chaining. |
clearServiceAccount()
public NotebookExecutionJob.Builder clearServiceAccount()
The service account to run the execution as.
string service_account = 18;
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
This builder for chaining. |
clearStatus()
public NotebookExecutionJob.Builder clearStatus()
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];
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
clearUpdateTime()
public NotebookExecutionJob.Builder clearUpdateTime()
Output only. Timestamp when this NotebookExecutionJob was most recently updated.
.google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
clone()
public NotebookExecutionJob.Builder clone()
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
getCreateTime()
public Timestamp getCreateTime()
Output only. Timestamp when this NotebookExecutionJob was created.
.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
Output only. Timestamp when this NotebookExecutionJob was created.
.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp when this NotebookExecutionJob was created.
.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDataformRepositorySource()
public NotebookExecutionJob.DataformRepositorySource getDataformRepositorySource()
The Dataform Repository pointing to a single file notebook repository.
.google.cloud.aiplatform.v1beta1.NotebookExecutionJob.DataformRepositorySource dataform_repository_source = 3;
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.DataformRepositorySource |
The dataformRepositorySource. |
getDataformRepositorySourceBuilder()
public NotebookExecutionJob.DataformRepositorySource.Builder getDataformRepositorySourceBuilder()
The Dataform Repository pointing to a single file notebook repository.
.google.cloud.aiplatform.v1beta1.NotebookExecutionJob.DataformRepositorySource dataform_repository_source = 3;
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.DataformRepositorySource.Builder |
getDataformRepositorySourceOrBuilder()
public NotebookExecutionJob.DataformRepositorySourceOrBuilder getDataformRepositorySourceOrBuilder()
The Dataform Repository pointing to a single file notebook repository.
.google.cloud.aiplatform.v1beta1.NotebookExecutionJob.DataformRepositorySource dataform_repository_source = 3;
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.DataformRepositorySourceOrBuilder |
getDefaultInstanceForType()
public NotebookExecutionJob getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
NotebookExecutionJob |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getDisplayName()
public 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;
Returns | |
---|---|
Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public 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;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for displayName. |
getEnvironmentSpecCase()
public NotebookExecutionJob.EnvironmentSpecCase getEnvironmentSpecCase()
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.EnvironmentSpecCase |
getExecutionIdentityCase()
public NotebookExecutionJob.ExecutionIdentityCase getExecutionIdentityCase()
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.ExecutionIdentityCase |
getExecutionSinkCase()
public NotebookExecutionJob.ExecutionSinkCase getExecutionSinkCase()
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.ExecutionSinkCase |
getExecutionTimeout()
public Duration getExecutionTimeout()
Max running time of the execution job in seconds (default 86400s / 24 hrs).
.google.protobuf.Duration execution_timeout = 5;
Returns | |
---|---|
Type | Description |
Duration |
The executionTimeout. |
getExecutionTimeoutBuilder()
public Duration.Builder getExecutionTimeoutBuilder()
Max running time of the execution job in seconds (default 86400s / 24 hrs).
.google.protobuf.Duration execution_timeout = 5;
Returns | |
---|---|
Type | Description |
Builder |
getExecutionTimeoutOrBuilder()
public DurationOrBuilder getExecutionTimeoutOrBuilder()
Max running time of the execution job in seconds (default 86400s / 24 hrs).
.google.protobuf.Duration execution_timeout = 5;
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
getExecutionUser()
public String getExecutionUser()
The user email to run the execution as. Only supported by Colab runtimes.
string execution_user = 9;
Returns | |
---|---|
Type | Description |
String |
The executionUser. |
getExecutionUserBytes()
public ByteString getExecutionUserBytes()
The user email to run the execution as. Only supported by Colab runtimes.
string execution_user = 9;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for executionUser. |
getGcsNotebookSource()
public 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;
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.GcsNotebookSource |
The gcsNotebookSource. |
getGcsNotebookSourceBuilder()
public NotebookExecutionJob.GcsNotebookSource.Builder getGcsNotebookSourceBuilder()
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;
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.GcsNotebookSource.Builder |
getGcsNotebookSourceOrBuilder()
public 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;
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.GcsNotebookSourceOrBuilder |
getGcsOutputUri()
public String getGcsOutputUri()
The Cloud Storage location to upload the result to. Format:
gs://bucket-name
string gcs_output_uri = 8;
Returns | |
---|---|
Type | Description |
String |
The gcsOutputUri. |
getGcsOutputUriBytes()
public ByteString getGcsOutputUriBytes()
The Cloud Storage location to upload the result to. Format:
gs://bucket-name
string gcs_output_uri = 8;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for gcsOutputUri. |
getJobState()
public JobState getJobState()
Output only. The state of the NotebookExecutionJob.
.google.cloud.aiplatform.v1beta1.JobState job_state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
JobState |
The jobState. |
getJobStateValue()
public int getJobStateValue()
Output only. The state of the NotebookExecutionJob.
.google.cloud.aiplatform.v1beta1.JobState job_state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for jobState. |
getName()
public 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];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public 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];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getNotebookRuntimeTemplateResourceName()
public String getNotebookRuntimeTemplateResourceName()
The NotebookRuntimeTemplate to source compute configuration from.
string notebook_runtime_template_resource_name = 14 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The notebookRuntimeTemplateResourceName. |
getNotebookRuntimeTemplateResourceNameBytes()
public ByteString getNotebookRuntimeTemplateResourceNameBytes()
The NotebookRuntimeTemplate to source compute configuration from.
string notebook_runtime_template_resource_name = 14 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for notebookRuntimeTemplateResourceName. |
getNotebookSourceCase()
public NotebookExecutionJob.NotebookSourceCase getNotebookSourceCase()
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.NotebookSourceCase |
getScheduleResourceName()
public 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) = { ... }
Returns | |
---|---|
Type | Description |
String |
The scheduleResourceName. |
getScheduleResourceNameBytes()
public 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) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for scheduleResourceName. |
getServiceAccount()
public String getServiceAccount()
The service account to run the execution as.
string service_account = 18;
Returns | |
---|---|
Type | Description |
String |
The serviceAccount. |
getServiceAccountBytes()
public ByteString getServiceAccountBytes()
The service account to run the execution as.
string service_account = 18;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for serviceAccount. |
getStatus()
public 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];
Returns | |
---|---|
Type | Description |
com.google.rpc.Status |
The status. |
getStatusBuilder()
public Status.Builder getStatusBuilder()
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];
Returns | |
---|---|
Type | Description |
com.google.rpc.Status.Builder |
getStatusOrBuilder()
public 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];
Returns | |
---|---|
Type | Description |
com.google.rpc.StatusOrBuilder |
getUpdateTime()
public Timestamp getUpdateTime()
Output only. Timestamp when this NotebookExecutionJob was most recently updated.
.google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()
Output only. Timestamp when this NotebookExecutionJob was most recently updated.
.google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Builder |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Timestamp when this NotebookExecutionJob was most recently updated.
.google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasCreateTime()
public boolean hasCreateTime()
Output only. Timestamp when this NotebookExecutionJob was created.
.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the createTime field is set. |
hasDataformRepositorySource()
public boolean hasDataformRepositorySource()
The Dataform Repository pointing to a single file notebook repository.
.google.cloud.aiplatform.v1beta1.NotebookExecutionJob.DataformRepositorySource dataform_repository_source = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the dataformRepositorySource field is set. |
hasExecutionTimeout()
public boolean hasExecutionTimeout()
Max running time of the execution job in seconds (default 86400s / 24 hrs).
.google.protobuf.Duration execution_timeout = 5;
Returns | |
---|---|
Type | Description |
boolean |
Whether the executionTimeout field is set. |
hasExecutionUser()
public boolean hasExecutionUser()
The user email to run the execution as. Only supported by Colab runtimes.
string execution_user = 9;
Returns | |
---|---|
Type | Description |
boolean |
Whether the executionUser field is set. |
hasGcsNotebookSource()
public 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;
Returns | |
---|---|
Type | Description |
boolean |
Whether the gcsNotebookSource field is set. |
hasGcsOutputUri()
public boolean hasGcsOutputUri()
The Cloud Storage location to upload the result to. Format:
gs://bucket-name
string gcs_output_uri = 8;
Returns | |
---|---|
Type | Description |
boolean |
Whether the gcsOutputUri field is set. |
hasNotebookRuntimeTemplateResourceName()
public boolean hasNotebookRuntimeTemplateResourceName()
The NotebookRuntimeTemplate to source compute configuration from.
string notebook_runtime_template_resource_name = 14 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
boolean |
Whether the notebookRuntimeTemplateResourceName field is set. |
hasServiceAccount()
public boolean hasServiceAccount()
The service account to run the execution as.
string service_account = 18;
Returns | |
---|---|
Type | Description |
boolean |
Whether the serviceAccount field is set. |
hasStatus()
public 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];
Returns | |
---|---|
Type | Description |
boolean |
Whether the status field is set. |
hasUpdateTime()
public boolean hasUpdateTime()
Output only. Timestamp when this NotebookExecutionJob was most recently updated.
.google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeCreateTime(Timestamp value)
public NotebookExecutionJob.Builder mergeCreateTime(Timestamp value)
Output only. Timestamp when this NotebookExecutionJob was created.
.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
mergeDataformRepositorySource(NotebookExecutionJob.DataformRepositorySource value)
public NotebookExecutionJob.Builder mergeDataformRepositorySource(NotebookExecutionJob.DataformRepositorySource value)
The Dataform Repository pointing to a single file notebook repository.
.google.cloud.aiplatform.v1beta1.NotebookExecutionJob.DataformRepositorySource dataform_repository_source = 3;
Parameter | |
---|---|
Name | Description |
value |
NotebookExecutionJob.DataformRepositorySource |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
mergeExecutionTimeout(Duration value)
public NotebookExecutionJob.Builder mergeExecutionTimeout(Duration value)
Max running time of the execution job in seconds (default 86400s / 24 hrs).
.google.protobuf.Duration execution_timeout = 5;
Parameter | |
---|---|
Name | Description |
value |
Duration |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
mergeFrom(NotebookExecutionJob other)
public NotebookExecutionJob.Builder mergeFrom(NotebookExecutionJob other)
Parameter | |
---|---|
Name | Description |
other |
NotebookExecutionJob |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public NotebookExecutionJob.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public NotebookExecutionJob.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
mergeGcsNotebookSource(NotebookExecutionJob.GcsNotebookSource value)
public NotebookExecutionJob.Builder mergeGcsNotebookSource(NotebookExecutionJob.GcsNotebookSource value)
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;
Parameter | |
---|---|
Name | Description |
value |
NotebookExecutionJob.GcsNotebookSource |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
mergeStatus(Status value)
public NotebookExecutionJob.Builder mergeStatus(Status value)
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];
Parameter | |
---|---|
Name | Description |
value |
com.google.rpc.Status |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final NotebookExecutionJob.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
mergeUpdateTime(Timestamp value)
public NotebookExecutionJob.Builder mergeUpdateTime(Timestamp value)
Output only. Timestamp when this NotebookExecutionJob was most recently updated.
.google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
setCreateTime(Timestamp value)
public NotebookExecutionJob.Builder setCreateTime(Timestamp value)
Output only. Timestamp when this NotebookExecutionJob was created.
.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public NotebookExecutionJob.Builder setCreateTime(Timestamp.Builder builderForValue)
Output only. Timestamp when this NotebookExecutionJob was created.
.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
setDataformRepositorySource(NotebookExecutionJob.DataformRepositorySource value)
public NotebookExecutionJob.Builder setDataformRepositorySource(NotebookExecutionJob.DataformRepositorySource value)
The Dataform Repository pointing to a single file notebook repository.
.google.cloud.aiplatform.v1beta1.NotebookExecutionJob.DataformRepositorySource dataform_repository_source = 3;
Parameter | |
---|---|
Name | Description |
value |
NotebookExecutionJob.DataformRepositorySource |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
setDataformRepositorySource(NotebookExecutionJob.DataformRepositorySource.Builder builderForValue)
public NotebookExecutionJob.Builder setDataformRepositorySource(NotebookExecutionJob.DataformRepositorySource.Builder builderForValue)
The Dataform Repository pointing to a single file notebook repository.
.google.cloud.aiplatform.v1beta1.NotebookExecutionJob.DataformRepositorySource dataform_repository_source = 3;
Parameter | |
---|---|
Name | Description |
builderForValue |
NotebookExecutionJob.DataformRepositorySource.Builder |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
setDisplayName(String value)
public NotebookExecutionJob.Builder setDisplayName(String value)
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;
Parameter | |
---|---|
Name | Description |
value |
String The displayName to set. |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
This builder for chaining. |
setDisplayNameBytes(ByteString value)
public NotebookExecutionJob.Builder setDisplayNameBytes(ByteString value)
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;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for displayName to set. |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
This builder for chaining. |
setExecutionTimeout(Duration value)
public NotebookExecutionJob.Builder setExecutionTimeout(Duration value)
Max running time of the execution job in seconds (default 86400s / 24 hrs).
.google.protobuf.Duration execution_timeout = 5;
Parameter | |
---|---|
Name | Description |
value |
Duration |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
setExecutionTimeout(Duration.Builder builderForValue)
public NotebookExecutionJob.Builder setExecutionTimeout(Duration.Builder builderForValue)
Max running time of the execution job in seconds (default 86400s / 24 hrs).
.google.protobuf.Duration execution_timeout = 5;
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
setExecutionUser(String value)
public NotebookExecutionJob.Builder setExecutionUser(String value)
The user email to run the execution as. Only supported by Colab runtimes.
string execution_user = 9;
Parameter | |
---|---|
Name | Description |
value |
String The executionUser to set. |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
This builder for chaining. |
setExecutionUserBytes(ByteString value)
public NotebookExecutionJob.Builder setExecutionUserBytes(ByteString value)
The user email to run the execution as. Only supported by Colab runtimes.
string execution_user = 9;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for executionUser to set. |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public NotebookExecutionJob.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
setGcsNotebookSource(NotebookExecutionJob.GcsNotebookSource value)
public NotebookExecutionJob.Builder setGcsNotebookSource(NotebookExecutionJob.GcsNotebookSource value)
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;
Parameter | |
---|---|
Name | Description |
value |
NotebookExecutionJob.GcsNotebookSource |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
setGcsNotebookSource(NotebookExecutionJob.GcsNotebookSource.Builder builderForValue)
public NotebookExecutionJob.Builder setGcsNotebookSource(NotebookExecutionJob.GcsNotebookSource.Builder builderForValue)
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;
Parameter | |
---|---|
Name | Description |
builderForValue |
NotebookExecutionJob.GcsNotebookSource.Builder |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
setGcsOutputUri(String value)
public NotebookExecutionJob.Builder setGcsOutputUri(String value)
The Cloud Storage location to upload the result to. Format:
gs://bucket-name
string gcs_output_uri = 8;
Parameter | |
---|---|
Name | Description |
value |
String The gcsOutputUri to set. |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
This builder for chaining. |
setGcsOutputUriBytes(ByteString value)
public NotebookExecutionJob.Builder setGcsOutputUriBytes(ByteString value)
The Cloud Storage location to upload the result to. Format:
gs://bucket-name
string gcs_output_uri = 8;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for gcsOutputUri to set. |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
This builder for chaining. |
setJobState(JobState value)
public NotebookExecutionJob.Builder setJobState(JobState value)
Output only. The state of the NotebookExecutionJob.
.google.cloud.aiplatform.v1beta1.JobState job_state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
JobState The jobState to set. |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
This builder for chaining. |
setJobStateValue(int value)
public NotebookExecutionJob.Builder setJobStateValue(int value)
Output only. The state of the NotebookExecutionJob.
.google.cloud.aiplatform.v1beta1.JobState job_state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
int The enum numeric value on the wire for jobState to set. |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
This builder for chaining. |
setName(String value)
public NotebookExecutionJob.Builder setName(String value)
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];
Parameter | |
---|---|
Name | Description |
value |
String The name to set. |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public NotebookExecutionJob.Builder setNameBytes(ByteString value)
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];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
This builder for chaining. |
setNotebookRuntimeTemplateResourceName(String value)
public NotebookExecutionJob.Builder setNotebookRuntimeTemplateResourceName(String value)
The NotebookRuntimeTemplate to source compute configuration from.
string notebook_runtime_template_resource_name = 14 [(.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
String The notebookRuntimeTemplateResourceName to set. |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
This builder for chaining. |
setNotebookRuntimeTemplateResourceNameBytes(ByteString value)
public NotebookExecutionJob.Builder setNotebookRuntimeTemplateResourceNameBytes(ByteString value)
The NotebookRuntimeTemplate to source compute configuration from.
string notebook_runtime_template_resource_name = 14 [(.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for notebookRuntimeTemplateResourceName to set. |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public NotebookExecutionJob.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
setScheduleResourceName(String value)
public NotebookExecutionJob.Builder setScheduleResourceName(String value)
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) = { ... }
Parameter | |
---|---|
Name | Description |
value |
String The scheduleResourceName to set. |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
This builder for chaining. |
setScheduleResourceNameBytes(ByteString value)
public NotebookExecutionJob.Builder setScheduleResourceNameBytes(ByteString value)
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) = { ... }
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for scheduleResourceName to set. |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
This builder for chaining. |
setServiceAccount(String value)
public NotebookExecutionJob.Builder setServiceAccount(String value)
The service account to run the execution as.
string service_account = 18;
Parameter | |
---|---|
Name | Description |
value |
String The serviceAccount to set. |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
This builder for chaining. |
setServiceAccountBytes(ByteString value)
public NotebookExecutionJob.Builder setServiceAccountBytes(ByteString value)
The service account to run the execution as.
string service_account = 18;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for serviceAccount to set. |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
This builder for chaining. |
setStatus(Status value)
public NotebookExecutionJob.Builder setStatus(Status value)
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];
Parameter | |
---|---|
Name | Description |
value |
com.google.rpc.Status |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
setStatus(Status.Builder builderForValue)
public NotebookExecutionJob.Builder setStatus(Status.Builder builderForValue)
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];
Parameter | |
---|---|
Name | Description |
builderForValue |
com.google.rpc.Status.Builder |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final NotebookExecutionJob.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
setUpdateTime(Timestamp value)
public NotebookExecutionJob.Builder setUpdateTime(Timestamp value)
Output only. Timestamp when this NotebookExecutionJob was most recently updated.
.google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |
setUpdateTime(Timestamp.Builder builderForValue)
public NotebookExecutionJob.Builder setUpdateTime(Timestamp.Builder builderForValue)
Output only. Timestamp when this NotebookExecutionJob was most recently updated.
.google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob.Builder |