Class: Aws::Types::MonitoringScheduleSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


9499
9500
9501
# File 'sig/types.rbs', line 9499

def creation_time
  @creation_time
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


9502
9503
9504
# File 'sig/types.rbs', line 9502

def endpoint_name
  @endpoint_name
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9500
9501
9502
# File 'sig/types.rbs', line 9500

def last_modified_time
  @last_modified_time
end

#monitoring_job_definition_name::String

Returns the value of attribute monitoring_job_definition_name.

Returns:

  • (::String)


9503
9504
9505
# File 'sig/types.rbs', line 9503

def monitoring_job_definition_name
  @monitoring_job_definition_name
end

#monitoring_schedule_arn::String

Returns the value of attribute monitoring_schedule_arn.

Returns:

  • (::String)


9498
9499
9500
# File 'sig/types.rbs', line 9498

def monitoring_schedule_arn
  @monitoring_schedule_arn
end

#monitoring_schedule_name::String

Returns the value of attribute monitoring_schedule_name.

Returns:

  • (::String)


9497
9498
9499
# File 'sig/types.rbs', line 9497

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


9501
9502
9503
# File 'sig/types.rbs', line 9501

def monitoring_schedule_status
  @monitoring_schedule_status
end

#monitoring_type"DataQuality", ...

Returns the value of attribute monitoring_type.

Returns:

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


9504
9505
9506
# File 'sig/types.rbs', line 9504

def monitoring_type
  @monitoring_type
end