Enum google_api_proto::google::cloud::aiplatform::v1beta1::notebook_execution_job::NotebookSource
source · pub enum NotebookSource {
DataformRepositorySource(DataformRepositorySource),
GcsNotebookSource(GcsNotebookSource),
DirectNotebookSource(DirectNotebookSource),
}
Expand description
The input notebook.
Variants§
DataformRepositorySource(DataformRepositorySource)
The Dataform Repository pointing to a single file notebook repository.
GcsNotebookSource(GcsNotebookSource)
The Cloud Storage url pointing to the ipynb file. Format:
gs://bucket/notebook_file.ipynb
DirectNotebookSource(DirectNotebookSource)
The contents of an input notebook file.
Implementations§
source§impl NotebookSource
impl NotebookSource
sourcepub fn merge(
field: &mut Option<NotebookSource>,
tag: u32,
wire_type: WireType,
buf: &mut impl Buf,
ctx: DecodeContext,
) -> Result<(), DecodeError>
pub fn merge( field: &mut Option<NotebookSource>, tag: u32, wire_type: WireType, buf: &mut impl Buf, ctx: DecodeContext, ) -> Result<(), DecodeError>
Decodes an instance of the message from a buffer, and merges it into self.
sourcepub fn encoded_len(&self) -> usize
pub fn encoded_len(&self) -> usize
Returns the encoded length of the message without a length delimiter.
Trait Implementations§
source§impl Clone for NotebookSource
impl Clone for NotebookSource
source§fn clone(&self) -> NotebookSource
fn clone(&self) -> NotebookSource
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NotebookSource
impl Debug for NotebookSource
source§impl PartialEq for NotebookSource
impl PartialEq for NotebookSource
source§fn eq(&self, other: &NotebookSource) -> bool
fn eq(&self, other: &NotebookSource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for NotebookSource
Auto Trait Implementations§
impl !Freeze for NotebookSource
impl RefUnwindSafe for NotebookSource
impl Send for NotebookSource
impl Sync for NotebookSource
impl Unpin for NotebookSource
impl UnwindSafe for NotebookSource
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request