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)


9452
9453
9454
# File 'sig/types.rbs', line 9452

def creation_time
  @creation_time
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


9455
9456
9457
# File 'sig/types.rbs', line 9455

def endpoint_name
  @endpoint_name
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9453
9454
9455
# File 'sig/types.rbs', line 9453

def last_modified_time
  @last_modified_time
end

#monitoring_job_definition_name::String

Returns the value of attribute monitoring_job_definition_name.

Returns:

  • (::String)


9456
9457
9458
# File 'sig/types.rbs', line 9456

def monitoring_job_definition_name
  @monitoring_job_definition_name
end

#monitoring_schedule_arn::String

Returns the value of attribute monitoring_schedule_arn.

Returns:

  • (::String)


9451
9452
9453
# File 'sig/types.rbs', line 9451

def monitoring_schedule_arn
  @monitoring_schedule_arn
end

#monitoring_schedule_name::String

Returns the value of attribute monitoring_schedule_name.

Returns:

  • (::String)


9450
9451
9452
# File 'sig/types.rbs', line 9450

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


9454
9455
9456
# File 'sig/types.rbs', line 9454

def monitoring_schedule_status
  @monitoring_schedule_status
end

#monitoring_type"DataQuality", ...

Returns the value of attribute monitoring_type.

Returns:

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


9457
9458
9459
# File 'sig/types.rbs', line 9457

def monitoring_type
  @monitoring_type
end