Class: Aws::Types::MonitoringScheduleConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#monitoring_job_definitionTypes::MonitoringJobDefinition

Returns the value of attribute monitoring_job_definition.



9428
9429
9430
# File 'sig/types.rbs', line 9428

def monitoring_job_definition
  @monitoring_job_definition
end

#monitoring_job_definition_name::String

Returns the value of attribute monitoring_job_definition_name.

Returns:

  • (::String)


9429
9430
9431
# File 'sig/types.rbs', line 9429

def monitoring_job_definition_name
  @monitoring_job_definition_name
end

#monitoring_type"DataQuality", ...

Returns the value of attribute monitoring_type.

Returns:

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


9430
9431
9432
# File 'sig/types.rbs', line 9430

def monitoring_type
  @monitoring_type
end

#schedule_configTypes::ScheduleConfig

Returns the value of attribute schedule_config.



9427
9428
9429
# File 'sig/types.rbs', line 9427

def schedule_config
  @schedule_config
end