Class: Aws::SageMaker::Types::MonitoringJobDefinitionSummary

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

Overview

Summary information about a monitoring job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time that the monitoring job was created.

Returns:

  • (Time)


32620
32621
32622
32623
32624
32625
32626
32627
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32620

class MonitoringJobDefinitionSummary < Struct.new(
  :monitoring_job_definition_name,
  :monitoring_job_definition_arn,
  :creation_time,
  :endpoint_name)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_nameString

The name of the endpoint that the job monitors.

Returns:

  • (String)


32620
32621
32622
32623
32624
32625
32626
32627
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32620

class MonitoringJobDefinitionSummary < Struct.new(
  :monitoring_job_definition_name,
  :monitoring_job_definition_arn,
  :creation_time,
  :endpoint_name)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_job_definition_arnString

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

Returns:

  • (String)


32620
32621
32622
32623
32624
32625
32626
32627
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32620

class MonitoringJobDefinitionSummary < Struct.new(
  :monitoring_job_definition_name,
  :monitoring_job_definition_arn,
  :creation_time,
  :endpoint_name)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_job_definition_nameString

The name of the monitoring job.

Returns:

  • (String)


32620
32621
32622
32623
32624
32625
32626
32627
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32620

class MonitoringJobDefinitionSummary < Struct.new(
  :monitoring_job_definition_name,
  :monitoring_job_definition_arn,
  :creation_time,
  :endpoint_name)
  SENSITIVE = []
  include Aws::Structure
end