Class: Aws::Types::ModelDashboardMonitoringSchedule

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_transform_inputTypes::BatchTransformInput

Returns the value of attribute batch_transform_input.



8940
8941
8942
# File 'sig/types.rbs', line 8940

def batch_transform_input
  @batch_transform_input
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


8934
8935
8936
# File 'sig/types.rbs', line 8934

def creation_time
  @creation_time
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


8937
8938
8939
# File 'sig/types.rbs', line 8937

def endpoint_name
  @endpoint_name
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


8933
8934
8935
# File 'sig/types.rbs', line 8933

def failure_reason
  @failure_reason
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


8935
8936
8937
# File 'sig/types.rbs', line 8935

def last_modified_time
  @last_modified_time
end

#last_monitoring_execution_summaryTypes::MonitoringExecutionSummary

Returns the value of attribute last_monitoring_execution_summary.



8939
8940
8941
# File 'sig/types.rbs', line 8939

def last_monitoring_execution_summary
  @last_monitoring_execution_summary
end

#monitoring_alert_summaries::Array[Types::MonitoringAlertSummary]

Returns the value of attribute monitoring_alert_summaries.

Returns:



8938
8939
8940
# File 'sig/types.rbs', line 8938

def monitoring_alert_summaries
  @monitoring_alert_summaries
end

#monitoring_schedule_arn::String

Returns the value of attribute monitoring_schedule_arn.

Returns:

  • (::String)


8929
8930
8931
# File 'sig/types.rbs', line 8929

def monitoring_schedule_arn
  @monitoring_schedule_arn
end

#monitoring_schedule_configTypes::MonitoringScheduleConfig

Returns the value of attribute monitoring_schedule_config.



8936
8937
8938
# File 'sig/types.rbs', line 8936

def monitoring_schedule_config
  @monitoring_schedule_config
end

#monitoring_schedule_name::String

Returns the value of attribute monitoring_schedule_name.

Returns:

  • (::String)


8930
8931
8932
# File 'sig/types.rbs', line 8930

def monitoring_schedule_name
  @monitoring_schedule_name
end

#monitoring_schedule_status"Pending", ...

Returns the value of attribute monitoring_schedule_status.

Returns:

  • ("Pending", "Failed", "Scheduled", "Stopped")


8931
8932
8933
# File 'sig/types.rbs', line 8931

def monitoring_schedule_status
  @monitoring_schedule_status
end

#monitoring_type"DataQuality", ...

Returns the value of attribute monitoring_type.

Returns:

  • ("DataQuality", "ModelQuality", "ModelBias", "ModelExplainability")


8932
8933
8934
# File 'sig/types.rbs', line 8932

def monitoring_type
  @monitoring_type
end