Struct google_api_proto::google::cloud::aiplatform::v1beta1::CompletionStats
source · pub struct CompletionStats {
pub successful_count: i64,
pub failed_count: i64,
pub incomplete_count: i64,
pub successful_forecast_point_count: i64,
}
Expand description
Success and error statistics of processing multiple entities (for example, DataItems or structured data rows) in batch.
Fields§
§successful_count: i64
Output only. The number of entities that had been processed successfully.
failed_count: i64
Output only. The number of entities for which any error was encountered.
incomplete_count: i64
Output only. In cases when enough errors are encountered a job, pipeline, or operation may be failed as a whole. Below is the number of entities for which the processing had not been finished (either in successful or failed state). Set to -1 if the number is unknown (for example, the operation failed before the total entity number could be collected).
successful_forecast_point_count: i64
Output only. The number of the successful forecast points that are generated by the forecasting model. This is ONLY used by the forecasting batch prediction.
Trait Implementations§
source§impl Clone for CompletionStats
impl Clone for CompletionStats
source§fn clone(&self) -> CompletionStats
fn clone(&self) -> CompletionStats
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CompletionStats
impl Debug for CompletionStats
source§impl Default for CompletionStats
impl Default for CompletionStats
source§impl Message for CompletionStats
impl Message for CompletionStats
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for CompletionStats
impl PartialEq for CompletionStats
source§fn eq(&self, other: &CompletionStats) -> bool
fn eq(&self, other: &CompletionStats) -> bool
self
and other
values to be equal, and is used
by ==
.impl Copy for CompletionStats
impl StructuralPartialEq for CompletionStats
Auto Trait Implementations§
impl Freeze for CompletionStats
impl RefUnwindSafe for CompletionStats
impl Send for CompletionStats
impl Sync for CompletionStats
impl Unpin for CompletionStats
impl UnwindSafe for CompletionStats
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<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>
T
in a tonic::Request