Class: Aws::Types::MonitoringExecutionSummary

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)


9345
9346
9347
# File 'sig/types.rbs', line 9345

def creation_time
  @creation_time
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


9349
9350
9351
# File 'sig/types.rbs', line 9349

def endpoint_name
  @endpoint_name
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


9350
9351
9352
# File 'sig/types.rbs', line 9350

def failure_reason
  @failure_reason
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9346
9347
9348
# File 'sig/types.rbs', line 9346

def last_modified_time
  @last_modified_time
end

#monitoring_execution_status"Pending", ...

Returns the value of attribute monitoring_execution_status.

Returns:

  • ("Pending", "Completed", "CompletedWithViolations", "InProgress", "Failed", "Stopping", "Stopped")


9347
9348
9349
# File 'sig/types.rbs', line 9347

def monitoring_execution_status
  @monitoring_execution_status
end

#monitoring_job_definition_name::String

Returns the value of attribute monitoring_job_definition_name.

Returns:

  • (::String)


9351
9352
9353
# File 'sig/types.rbs', line 9351

def monitoring_job_definition_name
  @monitoring_job_definition_name
end

#monitoring_schedule_name::String

Returns the value of attribute monitoring_schedule_name.

Returns:

  • (::String)


9343
9344
9345
# File 'sig/types.rbs', line 9343

def monitoring_schedule_name
  @monitoring_schedule_name
end

#monitoring_type"DataQuality", ...

Returns the value of attribute monitoring_type.

Returns:

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


9352
9353
9354
# File 'sig/types.rbs', line 9352

def monitoring_type
  @monitoring_type
end

#processing_job_arn::String

Returns the value of attribute processing_job_arn.

Returns:

  • (::String)


9348
9349
9350
# File 'sig/types.rbs', line 9348

def processing_job_arn
  @processing_job_arn
end

#scheduled_time::Time

Returns the value of attribute scheduled_time.

Returns:

  • (::Time)


9344
9345
9346
# File 'sig/types.rbs', line 9344

def scheduled_time
  @scheduled_time
end