pub struct IngestTransform { /* private fields */ }Expand description
A single transform within an ingest job: one unit of extraction/processing work. Surfaces status, type, and error details so callers can monitor and alert on ingest pipelines.
Implementations§
Source§impl IngestTransform
impl IngestTransform
Sourcepub fn builder() -> Builder<IngestTransformRidStage>
pub fn builder() -> Builder<IngestTransformRidStage>
Returns a new builder.
Source§impl IngestTransform
impl IngestTransform
pub fn ingest_transform_rid(&self) -> &IngestTransformRid
Sourcepub fn ingest_job_rid(&self) -> &IngestJobRid
pub fn ingest_job_rid(&self) -> &IngestJobRid
The ingest job this transform belongs to.
pub fn transform_type(&self) -> &IngestTransformType
pub fn status(&self) -> &IngestTransformStatus
pub fn created_at(&self) -> DateTime<Utc>
pub fn updated_at(&self) -> DateTime<Utc>
Sourcepub fn error_message(&self) -> Option<&str>
pub fn error_message(&self) -> Option<&str>
The failure detail recorded when the transform terminated. Present only for FAILED transforms. May contain customer-derived content and is therefore not safe to log.
Sourcepub fn finished_at(&self) -> Option<DateTime<Utc>>
pub fn finished_at(&self) -> Option<DateTime<Utc>>
The time the transform reached a terminal status (COMPLETED or FAILED). Absent while the transform is still QUEUED or IN_PROGRESS.
Sourcepub fn extractor_rid(&self) -> Option<&ContainerizedExtractorRid>
pub fn extractor_rid(&self) -> Option<&ContainerizedExtractorRid>
The containerized extractor running this transform. Present only for CONTAINERIZED transforms.
Sourcepub fn source_paths(&self) -> &[String]
pub fn source_paths(&self) -> &[String]
Locators of the transform’s input file(s): S3/GCS paths, presigned URLs (query string stripped so no signing credentials are carried), or File Store file-revision rids. CONTAINERIZED transforms may have several inputs, ordered by the container environment variable they bind to; other types have exactly one. Empty when this server version cannot interpret the stored payload. May contain customer-derived content and is therefore not safe to log.
Trait Implementations§
Source§impl Clone for IngestTransform
impl Clone for IngestTransform
Source§fn clone(&self) -> IngestTransform
fn clone(&self) -> IngestTransform
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for IngestTransform
impl Debug for IngestTransform
Source§impl<'de> Deserialize<'de> for IngestTransform
impl<'de> Deserialize<'de> for IngestTransform
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<IngestTransform, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<IngestTransform, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
impl Eq for IngestTransform
Source§impl Hash for IngestTransform
impl Hash for IngestTransform
Source§impl Ord for IngestTransform
impl Ord for IngestTransform
Source§fn cmp(&self, other: &IngestTransform) -> Ordering
fn cmp(&self, other: &IngestTransform) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Source§impl PartialEq for IngestTransform
impl PartialEq for IngestTransform
Source§impl PartialOrd for IngestTransform
impl PartialOrd for IngestTransform
Source§impl Serialize for IngestTransform
impl Serialize for IngestTransform
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
impl StructuralPartialEq for IngestTransform
Auto Trait Implementations§
impl Freeze for IngestTransform
impl RefUnwindSafe for IngestTransform
impl Send for IngestTransform
impl Sync for IngestTransform
impl Unpin for IngestTransform
impl UnsafeUnpin for IngestTransform
impl UnwindSafe for IngestTransform
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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
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>
T in a tonic::Request