Struct aws_sdk_sagemaker::input::create_monitoring_schedule_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateMonitoringScheduleInput
Implementations
The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.
The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.
The configuration object that specifies the monitoring schedule and defines the monitoring job.
The configuration object that specifies the monitoring schedule and defines the monitoring job.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
Consumes the builder and constructs a CreateMonitoringScheduleInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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