Package com.google.cloud.aiplatform.v1
Interface NotebookSoftwareConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NotebookSoftwareConfig,NotebookSoftwareConfig.Builder
@Generated
public interface NotebookSoftwareConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.Optional.getEnv(int index) Optional.intOptional.Optional.getEnvOrBuilder(int index) Optional.List<? extends EnvVarOrBuilder>Optional.Optional.Optional.booleanOptional.booleanOptional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasColabImage
boolean hasColabImage()Optional. Google-managed NotebookRuntime colab image.
.google.cloud.aiplatform.v1.ColabImage colab_image = 5 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the colabImage field is set.
-
getColabImage
ColabImage getColabImage()Optional. Google-managed NotebookRuntime colab image.
.google.cloud.aiplatform.v1.ColabImage colab_image = 5 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The colabImage.
-
getColabImageOrBuilder
ColabImageOrBuilder getColabImageOrBuilder()Optional. Google-managed NotebookRuntime colab image.
.google.cloud.aiplatform.v1.ColabImage colab_image = 5 [(.google.api.field_behavior) = OPTIONAL]; -
getEnvList
Optional. Environment variables to be passed to the container. Maximum limit is 100.
repeated .google.cloud.aiplatform.v1.EnvVar env = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getEnv
Optional. Environment variables to be passed to the container. Maximum limit is 100.
repeated .google.cloud.aiplatform.v1.EnvVar env = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getEnvCount
int getEnvCount()Optional. Environment variables to be passed to the container. Maximum limit is 100.
repeated .google.cloud.aiplatform.v1.EnvVar env = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getEnvOrBuilderList
List<? extends EnvVarOrBuilder> getEnvOrBuilderList()Optional. Environment variables to be passed to the container. Maximum limit is 100.
repeated .google.cloud.aiplatform.v1.EnvVar env = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getEnvOrBuilder
Optional. Environment variables to be passed to the container. Maximum limit is 100.
repeated .google.cloud.aiplatform.v1.EnvVar env = 1 [(.google.api.field_behavior) = OPTIONAL]; -
hasPostStartupScriptConfig
boolean hasPostStartupScriptConfig()Optional. Post startup script config.
.google.cloud.aiplatform.v1.PostStartupScriptConfig post_startup_script_config = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the postStartupScriptConfig field is set.
-
getPostStartupScriptConfig
PostStartupScriptConfig getPostStartupScriptConfig()Optional. Post startup script config.
.google.cloud.aiplatform.v1.PostStartupScriptConfig post_startup_script_config = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The postStartupScriptConfig.
-
getPostStartupScriptConfigOrBuilder
PostStartupScriptConfigOrBuilder getPostStartupScriptConfigOrBuilder()Optional. Post startup script config.
.google.cloud.aiplatform.v1.PostStartupScriptConfig post_startup_script_config = 2 [(.google.api.field_behavior) = OPTIONAL]; -
getRuntimeImageCase
NotebookSoftwareConfig.RuntimeImageCase getRuntimeImageCase()
-