Package com.google.cloud.aiplatform.v1
Interface NotebookExecutionJob.GcsNotebookSourceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NotebookExecutionJob.GcsNotebookSource,NotebookExecutionJob.GcsNotebookSource.Builder
- Enclosing class:
- NotebookExecutionJob
public static interface NotebookExecutionJob.GcsNotebookSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe version of the Cloud Storage object to read.com.google.protobuf.ByteStringThe version of the Cloud Storage object to read.getUri()The Cloud Storage uri pointing to the ipynb file.com.google.protobuf.ByteStringThe Cloud Storage uri pointing to the ipynb file.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
-
getUri
String getUri()The Cloud Storage uri pointing to the ipynb file. Format: `gs://bucket/notebook_file.ipynb`
string uri = 1;- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()The Cloud Storage uri pointing to the ipynb file. Format: `gs://bucket/notebook_file.ipynb`
string uri = 1;- Returns:
- The bytes for uri.
-
getGeneration
String getGeneration()The version of the Cloud Storage object to read. If unset, the current version of the object is read. See https://cloud.google.com/storage/docs/metadata#generation-number.
string generation = 2;- Returns:
- The generation.
-
getGenerationBytes
com.google.protobuf.ByteString getGenerationBytes()The version of the Cloud Storage object to read. If unset, the current version of the object is read. See https://cloud.google.com/storage/docs/metadata#generation-number.
string generation = 2;- Returns:
- The bytes for generation.
-