Struct aws_sdk_personalize::operation::create_batch_inference_job::CreateBatchInferenceJobOutput
source · #[non_exhaustive]pub struct CreateBatchInferenceJobOutput { /* private fields */ }
Implementations§
source§impl CreateBatchInferenceJobOutput
impl CreateBatchInferenceJobOutput
sourcepub fn batch_inference_job_arn(&self) -> Option<&str>
pub fn batch_inference_job_arn(&self) -> Option<&str>
The ARN of the batch inference job.
source§impl CreateBatchInferenceJobOutput
impl CreateBatchInferenceJobOutput
sourcepub fn builder() -> CreateBatchInferenceJobOutputBuilder
pub fn builder() -> CreateBatchInferenceJobOutputBuilder
Creates a new builder-style object to manufacture CreateBatchInferenceJobOutput
.
Trait Implementations§
source§impl Clone for CreateBatchInferenceJobOutput
impl Clone for CreateBatchInferenceJobOutput
source§fn clone(&self) -> CreateBatchInferenceJobOutput
fn clone(&self) -> CreateBatchInferenceJobOutput
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 PartialEq<CreateBatchInferenceJobOutput> for CreateBatchInferenceJobOutput
impl PartialEq<CreateBatchInferenceJobOutput> for CreateBatchInferenceJobOutput
source§fn eq(&self, other: &CreateBatchInferenceJobOutput) -> bool
fn eq(&self, other: &CreateBatchInferenceJobOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateBatchInferenceJobOutput
impl RequestId for CreateBatchInferenceJobOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.