Class: Aws::Types::MonitoringSchedule

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)


9432
9433
9434
# File 'sig/types.rbs', line 9432

def creation_time
  @creation_time
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


9435
9436
9437
# File 'sig/types.rbs', line 9435

def endpoint_name
  @endpoint_name
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


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

def failure_reason
  @failure_reason
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9433
9434
9435
# File 'sig/types.rbs', line 9433

def last_modified_time
  @last_modified_time
end

#last_monitoring_execution_summaryTypes::MonitoringExecutionSummary

Returns the value of attribute last_monitoring_execution_summary.



9436
9437
9438
# File 'sig/types.rbs', line 9436

def last_monitoring_execution_summary
  @last_monitoring_execution_summary
end

#monitoring_schedule_arn::String

Returns the value of attribute monitoring_schedule_arn.

Returns:

  • (::String)


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

def monitoring_schedule_arn
  @monitoring_schedule_arn
end

#monitoring_schedule_configTypes::MonitoringScheduleConfig

Returns the value of attribute monitoring_schedule_config.



9434
9435
9436
# File 'sig/types.rbs', line 9434

def monitoring_schedule_config
  @monitoring_schedule_config
end

#monitoring_schedule_name::String

Returns the value of attribute monitoring_schedule_name.

Returns:

  • (::String)


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

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


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

def monitoring_schedule_status
  @monitoring_schedule_status
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

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



9437
9438
9439
# File 'sig/types.rbs', line 9437

def tags
  @tags
end