Class: Aws::SageMaker::Types::MonitoringExecutionSummary

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Summary of information about the last monitoring job to run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time at which the monitoring job was created.

Returns:

  • (Time)


32496
32497
32498
32499
32500
32501
32502
32503
32504
32505
32506
32507
32508
32509
# File 'lib/aws-sdk-sagemaker/types.rb', line 32496

class MonitoringExecutionSummary < Struct.new(
  :monitoring_schedule_name,
  :scheduled_time,
  :creation_time,
  :last_modified_time,
  :monitoring_execution_status,
  :processing_job_arn,
  :endpoint_name,
  :failure_reason,
  :monitoring_job_definition_name,
  :monitoring_type)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_nameString

The name of the endpoint used to run the monitoring job.

Returns:

  • (String)


32496
32497
32498
32499
32500
32501
32502
32503
32504
32505
32506
32507
32508
32509
# File 'lib/aws-sdk-sagemaker/types.rb', line 32496

class MonitoringExecutionSummary < Struct.new(
  :monitoring_schedule_name,
  :scheduled_time,
  :creation_time,
  :last_modified_time,
  :monitoring_execution_status,
  :processing_job_arn,
  :endpoint_name,
  :failure_reason,
  :monitoring_job_definition_name,
  :monitoring_type)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

Contains the reason a monitoring job failed, if it failed.

Returns:

  • (String)


32496
32497
32498
32499
32500
32501
32502
32503
32504
32505
32506
32507
32508
32509
# File 'lib/aws-sdk-sagemaker/types.rb', line 32496

class MonitoringExecutionSummary < Struct.new(
  :monitoring_schedule_name,
  :scheduled_time,
  :creation_time,
  :last_modified_time,
  :monitoring_execution_status,
  :processing_job_arn,
  :endpoint_name,
  :failure_reason,
  :monitoring_job_definition_name,
  :monitoring_type)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

A timestamp that indicates the last time the monitoring job was modified.

Returns:

  • (Time)


32496
32497
32498
32499
32500
32501
32502
32503
32504
32505
32506
32507
32508
32509
# File 'lib/aws-sdk-sagemaker/types.rb', line 32496

class MonitoringExecutionSummary < Struct.new(
  :monitoring_schedule_name,
  :scheduled_time,
  :creation_time,
  :last_modified_time,
  :monitoring_execution_status,
  :processing_job_arn,
  :endpoint_name,
  :failure_reason,
  :monitoring_job_definition_name,
  :monitoring_type)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_execution_statusString

The status of the monitoring job.

Returns:

  • (String)


32496
32497
32498
32499
32500
32501
32502
32503
32504
32505
32506
32507
32508
32509
# File 'lib/aws-sdk-sagemaker/types.rb', line 32496

class MonitoringExecutionSummary < Struct.new(
  :monitoring_schedule_name,
  :scheduled_time,
  :creation_time,
  :last_modified_time,
  :monitoring_execution_status,
  :processing_job_arn,
  :endpoint_name,
  :failure_reason,
  :monitoring_job_definition_name,
  :monitoring_type)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_job_definition_nameString

The name of the monitoring job.

Returns:

  • (String)


32496
32497
32498
32499
32500
32501
32502
32503
32504
32505
32506
32507
32508
32509
# File 'lib/aws-sdk-sagemaker/types.rb', line 32496

class MonitoringExecutionSummary < Struct.new(
  :monitoring_schedule_name,
  :scheduled_time,
  :creation_time,
  :last_modified_time,
  :monitoring_execution_status,
  :processing_job_arn,
  :endpoint_name,
  :failure_reason,
  :monitoring_job_definition_name,
  :monitoring_type)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_schedule_nameString

The name of the monitoring schedule.

Returns:

  • (String)


32496
32497
32498
32499
32500
32501
32502
32503
32504
32505
32506
32507
32508
32509
# File 'lib/aws-sdk-sagemaker/types.rb', line 32496

class MonitoringExecutionSummary < Struct.new(
  :monitoring_schedule_name,
  :scheduled_time,
  :creation_time,
  :last_modified_time,
  :monitoring_execution_status,
  :processing_job_arn,
  :endpoint_name,
  :failure_reason,
  :monitoring_job_definition_name,
  :monitoring_type)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_typeString

The type of the monitoring job.

Returns:

  • (String)


32496
32497
32498
32499
32500
32501
32502
32503
32504
32505
32506
32507
32508
32509
# File 'lib/aws-sdk-sagemaker/types.rb', line 32496

class MonitoringExecutionSummary < Struct.new(
  :monitoring_schedule_name,
  :scheduled_time,
  :creation_time,
  :last_modified_time,
  :monitoring_execution_status,
  :processing_job_arn,
  :endpoint_name,
  :failure_reason,
  :monitoring_job_definition_name,
  :monitoring_type)
  SENSITIVE = []
  include Aws::Structure
end

#processing_job_arnString

The Amazon Resource Name (ARN) of the monitoring job.

Returns:

  • (String)


32496
32497
32498
32499
32500
32501
32502
32503
32504
32505
32506
32507
32508
32509
# File 'lib/aws-sdk-sagemaker/types.rb', line 32496

class MonitoringExecutionSummary < Struct.new(
  :monitoring_schedule_name,
  :scheduled_time,
  :creation_time,
  :last_modified_time,
  :monitoring_execution_status,
  :processing_job_arn,
  :endpoint_name,
  :failure_reason,
  :monitoring_job_definition_name,
  :monitoring_type)
  SENSITIVE = []
  include Aws::Structure
end

#scheduled_timeTime

The time the monitoring job was scheduled.

Returns:

  • (Time)


32496
32497
32498
32499
32500
32501
32502
32503
32504
32505
32506
32507
32508
32509
# File 'lib/aws-sdk-sagemaker/types.rb', line 32496

class MonitoringExecutionSummary < Struct.new(
  :monitoring_schedule_name,
  :scheduled_time,
  :creation_time,
  :last_modified_time,
  :monitoring_execution_status,
  :processing_job_arn,
  :endpoint_name,
  :failure_reason,
  :monitoring_job_definition_name,
  :monitoring_type)
  SENSITIVE = []
  include Aws::Structure
end