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)


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

def creation_time
  @creation_time
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


9440
9441
9442
# File 'sig/types.rbs', line 9440

def endpoint_name
  @endpoint_name
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


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

def last_modified_time
  @last_modified_time
end

#monitoring_job_definition_name::String

Returns the value of attribute monitoring_job_definition_name.

Returns:

  • (::String)


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

def monitoring_job_definition_name
  @monitoring_job_definition_name
end

#monitoring_schedule_arn::String

Returns the value of attribute monitoring_schedule_arn.

Returns:

  • (::String)


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

def monitoring_schedule_arn
  @monitoring_schedule_arn
end

#monitoring_schedule_name::String

Returns the value of attribute monitoring_schedule_name.

Returns:

  • (::String)


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

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


9439
9440
9441
# File 'sig/types.rbs', line 9439

def monitoring_schedule_status
  @monitoring_schedule_status
end

#monitoring_type"DataQuality", ...

Returns the value of attribute monitoring_type.

Returns:

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


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

def monitoring_type
  @monitoring_type
end