Class: Aws::Types::StartEntitiesDetectionJobResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entity_recognizer_arn::String

Returns the value of attribute entity_recognizer_arn.

Returns:

  • (::String)


1664
1665
1666
# File 'sig/types.rbs', line 1664

def entity_recognizer_arn
  @entity_recognizer_arn
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


1662
1663
1664
# File 'sig/types.rbs', line 1662

def job_arn
  @job_arn
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1661
1662
1663
# File 'sig/types.rbs', line 1661

def job_id
  @job_id
end

#job_status"SUBMITTED", ...

Returns the value of attribute job_status.

Returns:

  • ("SUBMITTED", "IN_PROGRESS", "COMPLETED", "FAILED", "STOP_REQUESTED", "STOPPED")


1663
1664
1665
# File 'sig/types.rbs', line 1663

def job_status
  @job_status
end