#[non_exhaustive]pub struct DescribeInferenceRecommendationsJobOutput { /* private fields */ }
Implementations§
source§impl DescribeInferenceRecommendationsJobOutput
impl DescribeInferenceRecommendationsJobOutput
sourcepub fn job_name(&self) -> Option<&str>
pub fn job_name(&self) -> Option<&str>
The name of the job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
sourcepub fn job_description(&self) -> Option<&str>
pub fn job_description(&self) -> Option<&str>
The job description that you provided when you initiated the job.
sourcepub fn job_type(&self) -> Option<&RecommendationJobType>
pub fn job_type(&self) -> Option<&RecommendationJobType>
The job type that you provided when you initiated the job.
sourcepub fn role_arn(&self) -> Option<&str>
pub fn role_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role you provided when you initiated the job.
sourcepub fn status(&self) -> Option<&RecommendationJobStatus>
pub fn status(&self) -> Option<&RecommendationJobStatus>
The status of the job.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
A timestamp that shows when the job was created.
sourcepub fn completion_time(&self) -> Option<&DateTime>
pub fn completion_time(&self) -> Option<&DateTime>
A timestamp that shows when the job completed.
sourcepub fn last_modified_time(&self) -> Option<&DateTime>
pub fn last_modified_time(&self) -> Option<&DateTime>
A timestamp that shows when the job was last modified.
sourcepub fn failure_reason(&self) -> Option<&str>
pub fn failure_reason(&self) -> Option<&str>
If the job fails, provides information why the job failed.
sourcepub fn input_config(&self) -> Option<&RecommendationJobInputConfig>
pub fn input_config(&self) -> Option<&RecommendationJobInputConfig>
Returns information about the versioned model package Amazon Resource Name (ARN), the traffic pattern, and endpoint configurations you provided when you initiated the job.
sourcepub fn stopping_conditions(
&self
) -> Option<&RecommendationJobStoppingConditions>
pub fn stopping_conditions(
&self
) -> Option<&RecommendationJobStoppingConditions>
The stopping conditions that you provided when you initiated the job.
sourcepub fn inference_recommendations(&self) -> Option<&[InferenceRecommendation]>
pub fn inference_recommendations(&self) -> Option<&[InferenceRecommendation]>
The recommendations made by Inference Recommender.
sourcepub fn endpoint_performances(&self) -> Option<&[EndpointPerformance]>
pub fn endpoint_performances(&self) -> Option<&[EndpointPerformance]>
The performance results from running an Inference Recommender job on an existing endpoint.
source§impl DescribeInferenceRecommendationsJobOutput
impl DescribeInferenceRecommendationsJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeInferenceRecommendationsJobOutput
.
Trait Implementations§
source§impl Clone for DescribeInferenceRecommendationsJobOutput
impl Clone for DescribeInferenceRecommendationsJobOutput
source§fn clone(&self) -> DescribeInferenceRecommendationsJobOutput
fn clone(&self) -> DescribeInferenceRecommendationsJobOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<DescribeInferenceRecommendationsJobOutput> for DescribeInferenceRecommendationsJobOutput
impl PartialEq<DescribeInferenceRecommendationsJobOutput> for DescribeInferenceRecommendationsJobOutput
source§fn eq(&self, other: &DescribeInferenceRecommendationsJobOutput) -> bool
fn eq(&self, other: &DescribeInferenceRecommendationsJobOutput) -> bool
self
and other
values to be equal, and is used
by ==
.