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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


32466
32467
32468
32469
32470
32471
32472
32473
32474
32475
32476
32477
32478
32479
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32466

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)


32466
32467
32468
32469
32470
32471
32472
32473
32474
32475
32476
32477
32478
32479
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32466

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)


32466
32467
32468
32469
32470
32471
32472
32473
32474
32475
32476
32477
32478
32479
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32466

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)


32466
32467
32468
32469
32470
32471
32472
32473
32474
32475
32476
32477
32478
32479
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32466

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)


32466
32467
32468
32469
32470
32471
32472
32473
32474
32475
32476
32477
32478
32479
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32466

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)


32466
32467
32468
32469
32470
32471
32472
32473
32474
32475
32476
32477
32478
32479
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32466

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)


32466
32467
32468
32469
32470
32471
32472
32473
32474
32475
32476
32477
32478
32479
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32466

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)


32466
32467
32468
32469
32470
32471
32472
32473
32474
32475
32476
32477
32478
32479
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32466

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)


32466
32467
32468
32469
32470
32471
32472
32473
32474
32475
32476
32477
32478
32479
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32466

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)


32466
32467
32468
32469
32470
32471
32472
32473
32474
32475
32476
32477
32478
32479
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32466

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