Struct aws_sdk_sagemaker::output::delete_trial_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteTrialOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn trial_arn(self, input: impl Into<String>) -> Self
pub fn trial_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the trial that is being deleted.
sourcepub fn set_trial_arn(self, input: Option<String>) -> Self
pub fn set_trial_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the trial that is being deleted.
sourcepub fn build(self) -> DeleteTrialOutput
pub fn build(self) -> DeleteTrialOutput
Consumes the builder and constructs a DeleteTrialOutput
.