Class: Aws::SageMaker::Types::MonitoringScheduleSummary

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

Overview

Summarizes the monitoring schedule.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation time of the monitoring schedule.

Returns:

  • (Time)


15229
15230
15231
15232
15233
15234
15235
15236
15237
# File 'lib/aws-sdk-sagemaker/types.rb', line 15229

class MonitoringScheduleSummary < Struct.new(
  :monitoring_schedule_name,
  :monitoring_schedule_arn,
  :creation_time,
  :last_modified_time,
  :monitoring_schedule_status,
  :endpoint_name)
  include Aws::Structure
end

#endpoint_nameString

The name of the endpoint using the monitoring schedule.

Returns:

  • (String)


15229
15230
15231
15232
15233
15234
15235
15236
15237
# File 'lib/aws-sdk-sagemaker/types.rb', line 15229

class MonitoringScheduleSummary < Struct.new(
  :monitoring_schedule_name,
  :monitoring_schedule_arn,
  :creation_time,
  :last_modified_time,
  :monitoring_schedule_status,
  :endpoint_name)
  include Aws::Structure
end

#last_modified_timeTime

The last time the monitoring schedule was modified.

Returns:

  • (Time)


15229
15230
15231
15232
15233
15234
15235
15236
15237
# File 'lib/aws-sdk-sagemaker/types.rb', line 15229

class MonitoringScheduleSummary < Struct.new(
  :monitoring_schedule_name,
  :monitoring_schedule_arn,
  :creation_time,
  :last_modified_time,
  :monitoring_schedule_status,
  :endpoint_name)
  include Aws::Structure
end

#monitoring_schedule_arnString

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

Returns:

  • (String)


15229
15230
15231
15232
15233
15234
15235
15236
15237
# File 'lib/aws-sdk-sagemaker/types.rb', line 15229

class MonitoringScheduleSummary < Struct.new(
  :monitoring_schedule_name,
  :monitoring_schedule_arn,
  :creation_time,
  :last_modified_time,
  :monitoring_schedule_status,
  :endpoint_name)
  include Aws::Structure
end

#monitoring_schedule_nameString

The name of the monitoring schedule.

Returns:

  • (String)


15229
15230
15231
15232
15233
15234
15235
15236
15237
# File 'lib/aws-sdk-sagemaker/types.rb', line 15229

class MonitoringScheduleSummary < Struct.new(
  :monitoring_schedule_name,
  :monitoring_schedule_arn,
  :creation_time,
  :last_modified_time,
  :monitoring_schedule_status,
  :endpoint_name)
  include Aws::Structure
end

#monitoring_schedule_statusString

The status of the monitoring schedule.

Returns:

  • (String)


15229
15230
15231
15232
15233
15234
15235
15236
15237
# File 'lib/aws-sdk-sagemaker/types.rb', line 15229

class MonitoringScheduleSummary < Struct.new(
  :monitoring_schedule_name,
  :monitoring_schedule_arn,
  :creation_time,
  :last_modified_time,
  :monitoring_schedule_status,
  :endpoint_name)
  include Aws::Structure
end