public interface AssignNotebookRuntimeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NotebookRuntime |
getNotebookRuntime()
Required.
|
String |
getNotebookRuntimeId()
Optional.
|
com.google.protobuf.ByteString |
getNotebookRuntimeIdBytes()
Optional.
|
NotebookRuntimeOrBuilder |
getNotebookRuntimeOrBuilder()
Required.
|
String |
getNotebookRuntimeTemplate()
Required.
|
com.google.protobuf.ByteString |
getNotebookRuntimeTemplateBytes()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasNotebookRuntime()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The resource name of the Location to get the NotebookRuntime
assignment. 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 get the NotebookRuntime
assignment. Format: `projects/{project}/locations/{location}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getNotebookRuntimeTemplate()
Required. The resource name of the NotebookRuntimeTemplate based on which a NotebookRuntime will be assigned (reuse or create a new one).
string notebook_runtime_template = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNotebookRuntimeTemplateBytes()
Required. The resource name of the NotebookRuntimeTemplate based on which a NotebookRuntime will be assigned (reuse or create a new one).
string notebook_runtime_template = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasNotebookRuntime()
Required. Provide runtime specific information (e.g. runtime owner, notebook id) used for NotebookRuntime assignment.
.google.cloud.aiplatform.v1beta1.NotebookRuntime notebook_runtime = 3 [(.google.api.field_behavior) = REQUIRED];
NotebookRuntime getNotebookRuntime()
Required. Provide runtime specific information (e.g. runtime owner, notebook id) used for NotebookRuntime assignment.
.google.cloud.aiplatform.v1beta1.NotebookRuntime notebook_runtime = 3 [(.google.api.field_behavior) = REQUIRED];
NotebookRuntimeOrBuilder getNotebookRuntimeOrBuilder()
Required. Provide runtime specific information (e.g. runtime owner, notebook id) used for NotebookRuntime assignment.
.google.cloud.aiplatform.v1beta1.NotebookRuntime notebook_runtime = 3 [(.google.api.field_behavior) = REQUIRED];
String getNotebookRuntimeId()
Optional. User specified ID for the notebook runtime.
string notebook_runtime_id = 4 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getNotebookRuntimeIdBytes()
Optional. User specified ID for the notebook runtime.
string notebook_runtime_id = 4 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2024 Google LLC. All rights reserved.