pub struct RegisterContainerizedExtractorRequest { /* private fields */ }Implementations§
Source§impl RegisterContainerizedExtractorRequest
impl RegisterContainerizedExtractorRequest
Sourcepub fn new(
name: impl Into<String>,
image: DockerImageSource,
workspace: WorkspaceRid,
) -> Self
pub fn new( name: impl Into<String>, image: DockerImageSource, workspace: WorkspaceRid, ) -> Self
Constructs a new instance of the type.
pub fn name(&self) -> &str
pub fn description(&self) -> Option<&str>
pub fn image(&self) -> &DockerImageSource
Sourcepub fn inputs(&self) -> &[FileExtractionInput]
pub fn inputs(&self) -> &[FileExtractionInput]
payload must match input defined in containerized extraction
Sourcepub fn parameters(&self) -> &[FileExtractionParameter]
pub fn parameters(&self) -> &[FileExtractionParameter]
Describes the parameters of the extractor.
pub fn properties(&self) -> &BTreeMap<PropertyName, PropertyValue>
pub fn labels(&self) -> &BTreeSet<Label>
Sourcepub fn workspace(&self) -> &WorkspaceRid
pub fn workspace(&self) -> &WorkspaceRid
The workspace in which to create the extractor
Sourcepub fn timestamp_metadata(&self) -> Option<&TimestampMetadata>
pub fn timestamp_metadata(&self) -> Option<&TimestampMetadata>
Metadata about the intermediate parquet this extractor will produce. If not set, timestamp metadata must be provided at ingest time.
Sourcepub fn output_file_format(&self) -> Option<&FileOutputFormat>
pub fn output_file_format(&self) -> Option<&FileOutputFormat>
The format of the output file. Currently only “parquet”, “csv”, “parquet.tar” are supported
Trait Implementations§
Source§impl Clone for RegisterContainerizedExtractorRequest
impl Clone for RegisterContainerizedExtractorRequest
Source§fn clone(&self) -> RegisterContainerizedExtractorRequest
fn clone(&self) -> RegisterContainerizedExtractorRequest
Returns a duplicate 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<'de> Deserialize<'de> for RegisterContainerizedExtractorRequest
impl<'de> Deserialize<'de> for RegisterContainerizedExtractorRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<RegisterContainerizedExtractorRequest> for Builder<Complete>
impl From<RegisterContainerizedExtractorRequest> for Builder<Complete>
Source§fn from(v: RegisterContainerizedExtractorRequest) -> Self
fn from(v: RegisterContainerizedExtractorRequest) -> Self
Converts to this type from the input type.
Source§impl Ord for RegisterContainerizedExtractorRequest
impl Ord for RegisterContainerizedExtractorRequest
Source§fn cmp(&self, other: &RegisterContainerizedExtractorRequest) -> Ordering
fn cmp(&self, other: &RegisterContainerizedExtractorRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RegisterContainerizedExtractorRequest
impl PartialEq for RegisterContainerizedExtractorRequest
Source§fn eq(&self, other: &RegisterContainerizedExtractorRequest) -> bool
fn eq(&self, other: &RegisterContainerizedExtractorRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RegisterContainerizedExtractorRequest
impl PartialOrd for RegisterContainerizedExtractorRequest
impl Eq for RegisterContainerizedExtractorRequest
impl StructuralPartialEq for RegisterContainerizedExtractorRequest
Auto Trait Implementations§
impl Freeze for RegisterContainerizedExtractorRequest
impl RefUnwindSafe for RegisterContainerizedExtractorRequest
impl Send for RegisterContainerizedExtractorRequest
impl Sync for RegisterContainerizedExtractorRequest
impl Unpin for RegisterContainerizedExtractorRequest
impl UnwindSafe for RegisterContainerizedExtractorRequest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§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