Struct google_api_proto::google::cloud::automl::v1beta1::ExportEvaluatedExamplesOutputConfig
source · pub struct ExportEvaluatedExamplesOutputConfig {
pub destination: Option<Destination>,
}
Expand description
Output configuration for ExportEvaluatedExamples Action. Note that this call is available only for 30 days since the moment the model was evaluated. The output depends on the domain, as follows (note that only examples from the TEST set are exported):
- For Tables:
[bigquery_destination][google.cloud.automl.v1beta1.OutputConfig.bigquery_destination] pointing to a BigQuery project must be set. In the given project a new dataset will be created with name
export_evaluated_examples_<model-display-name>_<timestamp-of-export-call>
where evaluated_examples
table will be
created. It will have all the same columns as the
[primary_table][google.cloud.automl.v1beta1.TablesDatasetMetadata.primary_table_spec_id] of the [dataset][google.cloud.automl.v1beta1.Model.dataset_id] from which the model was created, as they were at the moment of model’s evaluation (this includes the target column with its ground truth), followed by a column called “predicted_<target_column>”. That last column will contain the model’s prediction result for each respective row, given as ARRAY of [AnnotationPayloads][google.cloud.automl.v1beta1.AnnotationPayload], represented as STRUCT-s, containing [TablesAnnotation][google.cloud.automl.v1beta1.TablesAnnotation].
Fields§
§destination: Option<Destination>
Required. The destination of the output.
Trait Implementations§
source§impl Clone for ExportEvaluatedExamplesOutputConfig
impl Clone for ExportEvaluatedExamplesOutputConfig
source§fn clone(&self) -> ExportEvaluatedExamplesOutputConfig
fn clone(&self) -> ExportEvaluatedExamplesOutputConfig
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Message for ExportEvaluatedExamplesOutputConfig
impl Message for ExportEvaluatedExamplesOutputConfig
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 ExportEvaluatedExamplesOutputConfig
impl PartialEq for ExportEvaluatedExamplesOutputConfig
source§fn eq(&self, other: &ExportEvaluatedExamplesOutputConfig) -> bool
fn eq(&self, other: &ExportEvaluatedExamplesOutputConfig) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ExportEvaluatedExamplesOutputConfig
Auto Trait Implementations§
impl Freeze for ExportEvaluatedExamplesOutputConfig
impl RefUnwindSafe for ExportEvaluatedExamplesOutputConfig
impl Send for ExportEvaluatedExamplesOutputConfig
impl Sync for ExportEvaluatedExamplesOutputConfig
impl Unpin for ExportEvaluatedExamplesOutputConfig
impl UnwindSafe for ExportEvaluatedExamplesOutputConfig
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