Struct aws_sdk_sagemaker::model::EndpointOutputConfiguration
source ·
[−]#[non_exhaustive]pub struct EndpointOutputConfiguration {
pub endpoint_name: Option<String>,
pub variant_name: Option<String>,
pub instance_type: Option<ProductionVariantInstanceType>,
pub initial_instance_count: i32,
}
Expand description
The endpoint configuration made by Inference Recommender during a recommendation job.
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.endpoint_name: Option<String>
The name of the endpoint made during a recommendation job.
variant_name: Option<String>
The name of the production variant (deployed model) made during a recommendation job.
instance_type: Option<ProductionVariantInstanceType>
The instance type recommended by Amazon SageMaker Inference Recommender.
initial_instance_count: i32
The number of instances recommended to launch initially.
Implementations
The name of the endpoint made during a recommendation job.
The name of the production variant (deployed model) made during a recommendation job.
The instance type recommended by Amazon SageMaker Inference Recommender.
The number of instances recommended to launch initially.
Creates a new builder-style object to manufacture EndpointOutputConfiguration
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for EndpointOutputConfiguration
impl Send for EndpointOutputConfiguration
impl Sync for EndpointOutputConfiguration
impl Unpin for EndpointOutputConfiguration
impl UnwindSafe for EndpointOutputConfiguration
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more