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.



9443
9444
9445
# File 'sig/types.rbs', line 9443

def monitoring_job_definition
  @monitoring_job_definition
end

#monitoring_job_definition_name::String

Returns the value of attribute monitoring_job_definition_name.

Returns:

  • (::String)


9444
9445
9446
# File 'sig/types.rbs', line 9444

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


9445
9446
9447
# File 'sig/types.rbs', line 9445

def monitoring_type
  @monitoring_type
end

#schedule_configTypes::ScheduleConfig

Returns the value of attribute schedule_config.



9442
9443
9444
# File 'sig/types.rbs', line 9442

def schedule_config
  @schedule_config
end