Package com.google.cloud.aiplatform.v1
Interface ColabImageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ColabImage,ColabImage.Builder
@Generated
public interface ColabImageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.com.google.protobuf.ByteStringOutput only.Optional.com.google.protobuf.ByteStringOptional.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
-
getReleaseName
String getReleaseName()Optional. The release name of the NotebookRuntime Colab image, e.g. "py310". If not specified, detault to the latest release.
string release_name = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The releaseName.
-
getReleaseNameBytes
com.google.protobuf.ByteString getReleaseNameBytes()Optional. The release name of the NotebookRuntime Colab image, e.g. "py310". If not specified, detault to the latest release.
string release_name = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for releaseName.
-
getDescription
String getDescription()Output only. A human-readable description of the specified colab image release, populated by the system. Example: "Python 3.10", "Latest - current Python 3.11"
string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()Output only. A human-readable description of the specified colab image release, populated by the system. Example: "Python 3.10", "Latest - current Python 3.11"
string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for description.
-