#[non_exhaustive]pub struct StartProjectVersionInput { /* private fields */ }Implementations
sourceimpl StartProjectVersionInput
impl StartProjectVersionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartProjectVersion, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartProjectVersion, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartProjectVersion>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartProjectVersionInput.
sourceimpl StartProjectVersionInput
impl StartProjectVersionInput
sourcepub fn project_version_arn(&self) -> Option<&str>
pub fn project_version_arn(&self) -> Option<&str>
The Amazon Resource Name(ARN) of the model version that you want to start.
sourcepub fn min_inference_units(&self) -> Option<i32>
pub fn min_inference_units(&self) -> Option<i32>
The minimum number of inference units to use. A single inference unit represents 1 hour of processing.
For information about the number of transactions per second (TPS) that an inference unit can support, see Running a trained Amazon Rekognition Custom Labels model in the Amazon Rekognition Custom Labels Guide.
Use a higher number to increase the TPS throughput of your model. You are charged for the number of inference units that you use.
sourcepub fn max_inference_units(&self) -> Option<i32>
pub fn max_inference_units(&self) -> Option<i32>
The maximum number of inference units to use for auto-scaling the model. If you don't specify a value, Amazon Rekognition Custom Labels doesn't auto-scale the model.
Trait Implementations
sourceimpl Clone for StartProjectVersionInput
impl Clone for StartProjectVersionInput
sourcefn clone(&self) -> StartProjectVersionInput
fn clone(&self) -> StartProjectVersionInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more