Struct aws_sdk_sagemaker::model::model_deploy_result::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ModelDeployResult
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn endpoint_name(self, input: impl Into<String>) -> Self
pub fn endpoint_name(self, input: impl Into<String>) -> Self
The name of the endpoint to which the model has been deployed.
If model deployment fails, this field is omitted from the response.
sourcepub fn set_endpoint_name(self, input: Option<String>) -> Self
pub fn set_endpoint_name(self, input: Option<String>) -> Self
The name of the endpoint to which the model has been deployed.
If model deployment fails, this field is omitted from the response.
sourcepub fn build(self) -> ModelDeployResult
pub fn build(self) -> ModelDeployResult
Consumes the builder and constructs a ModelDeployResult
.