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)


9330
9331
9332
# File 'sig/types.rbs', line 9330

def creation_time
  @creation_time
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


9334
9335
9336
# File 'sig/types.rbs', line 9334

def endpoint_name
  @endpoint_name
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


9335
9336
9337
# File 'sig/types.rbs', line 9335

def failure_reason
  @failure_reason
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9331
9332
9333
# File 'sig/types.rbs', line 9331

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


9332
9333
9334
# File 'sig/types.rbs', line 9332

def monitoring_execution_status
  @monitoring_execution_status
end

#monitoring_job_definition_name::String

Returns the value of attribute monitoring_job_definition_name.

Returns:

  • (::String)


9336
9337
9338
# File 'sig/types.rbs', line 9336

def monitoring_job_definition_name
  @monitoring_job_definition_name
end

#monitoring_schedule_name::String

Returns the value of attribute monitoring_schedule_name.

Returns:

  • (::String)


9328
9329
9330
# File 'sig/types.rbs', line 9328

def monitoring_schedule_name
  @monitoring_schedule_name
end

#monitoring_type"DataQuality", ...

Returns the value of attribute monitoring_type.

Returns:

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


9337
9338
9339
# File 'sig/types.rbs', line 9337

def monitoring_type
  @monitoring_type
end

#processing_job_arn::String

Returns the value of attribute processing_job_arn.

Returns:

  • (::String)


9333
9334
9335
# File 'sig/types.rbs', line 9333

def processing_job_arn
  @processing_job_arn
end

#scheduled_time::Time

Returns the value of attribute scheduled_time.

Returns:

  • (::Time)


9329
9330
9331
# File 'sig/types.rbs', line 9329

def scheduled_time
  @scheduled_time
end