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.



9490
9491
9492
# File 'sig/types.rbs', line 9490

def monitoring_job_definition
  @monitoring_job_definition
end

#monitoring_job_definition_name::String

Returns the value of attribute monitoring_job_definition_name.

Returns:

  • (::String)


9491
9492
9493
# File 'sig/types.rbs', line 9491

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")


9492
9493
9494
# File 'sig/types.rbs', line 9492

def monitoring_type
  @monitoring_type
end

#schedule_configTypes::ScheduleConfig

Returns the value of attribute schedule_config.



9489
9490
9491
# File 'sig/types.rbs', line 9489

def schedule_config
  @schedule_config
end