Class: Aws::SageMaker::Types::LabelingJobSummary

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

Overview

Provides summary information about a labeling job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_consolidation_lambda_arnString

The Amazon Resource Name (ARN) of the Lambda function used to consolidate the annotations from individual workers into a label for a data object. For more information, see Annotation Consolidation.

Returns:

  • (String)


24498
24499
24500
24501
24502
24503
24504
24505
24506
24507
24508
24509
24510
24511
24512
24513
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24498

class LabelingJobSummary < Struct.new(
  :labeling_job_name,
  :labeling_job_arn,
  :creation_time,
  :last_modified_time,
  :labeling_job_status,
  :label_counters,
  :workteam_arn,
  :pre_human_task_lambda_arn,
  :annotation_consolidation_lambda_arn,
  :failure_reason,
  :labeling_job_output,
  :input_config)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The date and time that the job was created (timestamp).

Returns:

  • (Time)


24498
24499
24500
24501
24502
24503
24504
24505
24506
24507
24508
24509
24510
24511
24512
24513
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24498

class LabelingJobSummary < Struct.new(
  :labeling_job_name,
  :labeling_job_arn,
  :creation_time,
  :last_modified_time,
  :labeling_job_status,
  :label_counters,
  :workteam_arn,
  :pre_human_task_lambda_arn,
  :annotation_consolidation_lambda_arn,
  :failure_reason,
  :labeling_job_output,
  :input_config)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

If the LabelingJobStatus field is Failed, this field contains a description of the error.

Returns:

  • (String)


24498
24499
24500
24501
24502
24503
24504
24505
24506
24507
24508
24509
24510
24511
24512
24513
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24498

class LabelingJobSummary < Struct.new(
  :labeling_job_name,
  :labeling_job_arn,
  :creation_time,
  :last_modified_time,
  :labeling_job_status,
  :label_counters,
  :workteam_arn,
  :pre_human_task_lambda_arn,
  :annotation_consolidation_lambda_arn,
  :failure_reason,
  :labeling_job_output,
  :input_config)
  SENSITIVE = []
  include Aws::Structure
end

#input_configTypes::LabelingJobInputConfig

Input configuration for the labeling job.



24498
24499
24500
24501
24502
24503
24504
24505
24506
24507
24508
24509
24510
24511
24512
24513
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24498

class LabelingJobSummary < Struct.new(
  :labeling_job_name,
  :labeling_job_arn,
  :creation_time,
  :last_modified_time,
  :labeling_job_status,
  :label_counters,
  :workteam_arn,
  :pre_human_task_lambda_arn,
  :annotation_consolidation_lambda_arn,
  :failure_reason,
  :labeling_job_output,
  :input_config)
  SENSITIVE = []
  include Aws::Structure
end

#label_countersTypes::LabelCounters

Counts showing the progress of the labeling job.



24498
24499
24500
24501
24502
24503
24504
24505
24506
24507
24508
24509
24510
24511
24512
24513
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24498

class LabelingJobSummary < Struct.new(
  :labeling_job_name,
  :labeling_job_arn,
  :creation_time,
  :last_modified_time,
  :labeling_job_status,
  :label_counters,
  :workteam_arn,
  :pre_human_task_lambda_arn,
  :annotation_consolidation_lambda_arn,
  :failure_reason,
  :labeling_job_output,
  :input_config)
  SENSITIVE = []
  include Aws::Structure
end

#labeling_job_arnString

The Amazon Resource Name (ARN) assigned to the labeling job when it was created.

Returns:

  • (String)


24498
24499
24500
24501
24502
24503
24504
24505
24506
24507
24508
24509
24510
24511
24512
24513
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24498

class LabelingJobSummary < Struct.new(
  :labeling_job_name,
  :labeling_job_arn,
  :creation_time,
  :last_modified_time,
  :labeling_job_status,
  :label_counters,
  :workteam_arn,
  :pre_human_task_lambda_arn,
  :annotation_consolidation_lambda_arn,
  :failure_reason,
  :labeling_job_output,
  :input_config)
  SENSITIVE = []
  include Aws::Structure
end

#labeling_job_nameString

The name of the labeling job.

Returns:

  • (String)


24498
24499
24500
24501
24502
24503
24504
24505
24506
24507
24508
24509
24510
24511
24512
24513
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24498

class LabelingJobSummary < Struct.new(
  :labeling_job_name,
  :labeling_job_arn,
  :creation_time,
  :last_modified_time,
  :labeling_job_status,
  :label_counters,
  :workteam_arn,
  :pre_human_task_lambda_arn,
  :annotation_consolidation_lambda_arn,
  :failure_reason,
  :labeling_job_output,
  :input_config)
  SENSITIVE = []
  include Aws::Structure
end

#labeling_job_outputTypes::LabelingJobOutput

The location of the output produced by the labeling job.



24498
24499
24500
24501
24502
24503
24504
24505
24506
24507
24508
24509
24510
24511
24512
24513
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24498

class LabelingJobSummary < Struct.new(
  :labeling_job_name,
  :labeling_job_arn,
  :creation_time,
  :last_modified_time,
  :labeling_job_status,
  :label_counters,
  :workteam_arn,
  :pre_human_task_lambda_arn,
  :annotation_consolidation_lambda_arn,
  :failure_reason,
  :labeling_job_output,
  :input_config)
  SENSITIVE = []
  include Aws::Structure
end

#labeling_job_statusString

The current status of the labeling job.

Returns:

  • (String)


24498
24499
24500
24501
24502
24503
24504
24505
24506
24507
24508
24509
24510
24511
24512
24513
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24498

class LabelingJobSummary < Struct.new(
  :labeling_job_name,
  :labeling_job_arn,
  :creation_time,
  :last_modified_time,
  :labeling_job_status,
  :label_counters,
  :workteam_arn,
  :pre_human_task_lambda_arn,
  :annotation_consolidation_lambda_arn,
  :failure_reason,
  :labeling_job_output,
  :input_config)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The date and time that the job was last modified (timestamp).

Returns:

  • (Time)


24498
24499
24500
24501
24502
24503
24504
24505
24506
24507
24508
24509
24510
24511
24512
24513
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24498

class LabelingJobSummary < Struct.new(
  :labeling_job_name,
  :labeling_job_arn,
  :creation_time,
  :last_modified_time,
  :labeling_job_status,
  :label_counters,
  :workteam_arn,
  :pre_human_task_lambda_arn,
  :annotation_consolidation_lambda_arn,
  :failure_reason,
  :labeling_job_output,
  :input_config)
  SENSITIVE = []
  include Aws::Structure
end

#pre_human_task_lambda_arnString

The Amazon Resource Name (ARN) of a Lambda function. The function is run before each data object is sent to a worker.

Returns:

  • (String)


24498
24499
24500
24501
24502
24503
24504
24505
24506
24507
24508
24509
24510
24511
24512
24513
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24498

class LabelingJobSummary < Struct.new(
  :labeling_job_name,
  :labeling_job_arn,
  :creation_time,
  :last_modified_time,
  :labeling_job_status,
  :label_counters,
  :workteam_arn,
  :pre_human_task_lambda_arn,
  :annotation_consolidation_lambda_arn,
  :failure_reason,
  :labeling_job_output,
  :input_config)
  SENSITIVE = []
  include Aws::Structure
end

#workteam_arnString

The Amazon Resource Name (ARN) of the work team assigned to the job.

Returns:

  • (String)


24498
24499
24500
24501
24502
24503
24504
24505
24506
24507
24508
24509
24510
24511
24512
24513
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24498

class LabelingJobSummary < Struct.new(
  :labeling_job_name,
  :labeling_job_arn,
  :creation_time,
  :last_modified_time,
  :labeling_job_status,
  :label_counters,
  :workteam_arn,
  :pre_human_task_lambda_arn,
  :annotation_consolidation_lambda_arn,
  :failure_reason,
  :labeling_job_output,
  :input_config)
  SENSITIVE = []
  include Aws::Structure
end