public interface NotebookSoftwareConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getColabImage()
public abstract ColabImage getColabImage()
Optional. Google-managed NotebookRuntime colab image.
.google.cloud.aiplatform.v1.ColabImage colab_image = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ColabImage |
The colabImage. |
getColabImageOrBuilder()
public abstract ColabImageOrBuilder getColabImageOrBuilder()
Optional. Google-managed NotebookRuntime colab image.
.google.cloud.aiplatform.v1.ColabImage colab_image = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ColabImageOrBuilder |
getEnv(int index)
public abstract EnvVar getEnv(int index)
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];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
EnvVar |
getEnvCount()
public abstract 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];
Returns | |
---|---|
Type | Description |
int |
getEnvList()
public abstract List<EnvVar> 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];
Returns | |
---|---|
Type | Description |
List<EnvVar> |
getEnvOrBuilder(int index)
public abstract EnvVarOrBuilder getEnvOrBuilder(int index)
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];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
EnvVarOrBuilder |
getEnvOrBuilderList()
public abstract 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];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.EnvVarOrBuilder> |
getPostStartupScriptConfig()
public abstract PostStartupScriptConfig getPostStartupScriptConfig()
Optional. Post startup script config.
.google.cloud.aiplatform.v1.PostStartupScriptConfig post_startup_script_config = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
PostStartupScriptConfig |
The postStartupScriptConfig. |
getPostStartupScriptConfigOrBuilder()
public abstract PostStartupScriptConfigOrBuilder getPostStartupScriptConfigOrBuilder()
Optional. Post startup script config.
.google.cloud.aiplatform.v1.PostStartupScriptConfig post_startup_script_config = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
PostStartupScriptConfigOrBuilder |
getRuntimeImageCase()
public abstract NotebookSoftwareConfig.RuntimeImageCase getRuntimeImageCase()
Returns | |
---|---|
Type | Description |
NotebookSoftwareConfig.RuntimeImageCase |
hasColabImage()
public abstract boolean hasColabImage()
Optional. Google-managed NotebookRuntime colab image.
.google.cloud.aiplatform.v1.ColabImage colab_image = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the colabImage field is set. |
hasPostStartupScriptConfig()
public abstract boolean hasPostStartupScriptConfig()
Optional. Post startup script config.
.google.cloud.aiplatform.v1.PostStartupScriptConfig post_startup_script_config = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the postStartupScriptConfig field is set. |