Struct aws_sdk_sagemaker::input::CreateMonitoringScheduleInput [−][src]
#[non_exhaustive]pub struct CreateMonitoringScheduleInput {
pub monitoring_schedule_name: Option<String>,
pub monitoring_schedule_config: Option<MonitoringScheduleConfig>,
pub tags: Option<Vec<Tag>>,
}
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.monitoring_schedule_name: Option<String>
The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.
monitoring_schedule_config: Option<MonitoringScheduleConfig>
The configuration object that specifies the monitoring schedule and defines the monitoring job.
(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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateMonitoringSchedule, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateMonitoringSchedule, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateMonitoringSchedule
>
Creates a new builder-style object to manufacture CreateMonitoringScheduleInput
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 Send for CreateMonitoringScheduleInput
impl Sync for CreateMonitoringScheduleInput
impl Unpin for CreateMonitoringScheduleInput
impl UnwindSafe for CreateMonitoringScheduleInput
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