Struct aws_sdk_sagemaker::operation::describe_inference_component::DescribeInferenceComponentOutput
source · #[non_exhaustive]pub struct DescribeInferenceComponentOutput {
pub inference_component_name: Option<String>,
pub inference_component_arn: Option<String>,
pub endpoint_name: Option<String>,
pub endpoint_arn: Option<String>,
pub variant_name: Option<String>,
pub failure_reason: Option<String>,
pub specification: Option<InferenceComponentSpecificationSummary>,
pub runtime_config: Option<InferenceComponentRuntimeConfigSummary>,
pub creation_time: Option<DateTime>,
pub last_modified_time: Option<DateTime>,
pub inference_component_status: Option<InferenceComponentStatus>,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.inference_component_name: Option<String>
The name of the inference component.
inference_component_arn: Option<String>
The Amazon Resource Name (ARN) of the inference component.
endpoint_name: Option<String>
The name of the endpoint that hosts the inference component.
endpoint_arn: Option<String>
The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.
variant_name: Option<String>
The name of the production variant that hosts the inference component.
failure_reason: Option<String>
If the inference component status is Failed
, the reason for the failure.
specification: Option<InferenceComponentSpecificationSummary>
Details about the resources that are deployed with this inference component.
runtime_config: Option<InferenceComponentRuntimeConfigSummary>
Details about the runtime settings for the model that is deployed with the inference component.
creation_time: Option<DateTime>
The time when the inference component was created.
last_modified_time: Option<DateTime>
The time when the inference component was last updated.
inference_component_status: Option<InferenceComponentStatus>
The status of the inference component.
Implementations§
source§impl DescribeInferenceComponentOutput
impl DescribeInferenceComponentOutput
sourcepub fn inference_component_name(&self) -> Option<&str>
pub fn inference_component_name(&self) -> Option<&str>
The name of the inference component.
sourcepub fn inference_component_arn(&self) -> Option<&str>
pub fn inference_component_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the inference component.
sourcepub fn endpoint_name(&self) -> Option<&str>
pub fn endpoint_name(&self) -> Option<&str>
The name of the endpoint that hosts the inference component.
sourcepub fn endpoint_arn(&self) -> Option<&str>
pub fn endpoint_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.
sourcepub fn variant_name(&self) -> Option<&str>
pub fn variant_name(&self) -> Option<&str>
The name of the production variant that hosts the inference component.
sourcepub fn failure_reason(&self) -> Option<&str>
pub fn failure_reason(&self) -> Option<&str>
If the inference component status is Failed
, the reason for the failure.
sourcepub fn specification(&self) -> Option<&InferenceComponentSpecificationSummary>
pub fn specification(&self) -> Option<&InferenceComponentSpecificationSummary>
Details about the resources that are deployed with this inference component.
sourcepub fn runtime_config(&self) -> Option<&InferenceComponentRuntimeConfigSummary>
pub fn runtime_config(&self) -> Option<&InferenceComponentRuntimeConfigSummary>
Details about the runtime settings for the model that is deployed with the inference component.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The time when the inference component was created.
sourcepub fn last_modified_time(&self) -> Option<&DateTime>
pub fn last_modified_time(&self) -> Option<&DateTime>
The time when the inference component was last updated.
sourcepub fn inference_component_status(&self) -> Option<&InferenceComponentStatus>
pub fn inference_component_status(&self) -> Option<&InferenceComponentStatus>
The status of the inference component.
source§impl DescribeInferenceComponentOutput
impl DescribeInferenceComponentOutput
sourcepub fn builder() -> DescribeInferenceComponentOutputBuilder
pub fn builder() -> DescribeInferenceComponentOutputBuilder
Creates a new builder-style object to manufacture DescribeInferenceComponentOutput
.
Trait Implementations§
source§impl Clone for DescribeInferenceComponentOutput
impl Clone for DescribeInferenceComponentOutput
source§fn clone(&self) -> DescribeInferenceComponentOutput
fn clone(&self) -> DescribeInferenceComponentOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for DescribeInferenceComponentOutput
impl PartialEq for DescribeInferenceComponentOutput
source§fn eq(&self, other: &DescribeInferenceComponentOutput) -> bool
fn eq(&self, other: &DescribeInferenceComponentOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeInferenceComponentOutput
impl RequestId for DescribeInferenceComponentOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.