Class: Aws::Types::ComprehendMedicalAsyncJobProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_access_role_arn::String

Returns the value of attribute data_access_role_arn.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def data_access_role_arn
  @data_access_role_arn
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


44
45
46
# File 'sig/types.rbs', line 44

def end_time
  @end_time
end

#expiration_time::Time

Returns the value of attribute expiration_time.

Returns:

  • (::Time)


45
46
47
# File 'sig/types.rbs', line 45

def expiration_time
  @expiration_time
end

#input_data_configTypes::InputDataConfig

Returns the value of attribute input_data_config.



46
47
48
# File 'sig/types.rbs', line 46

def input_data_config
  @input_data_config
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def job_id
  @job_id
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def job_name
  @job_name
end

#job_status"SUBMITTED", ...

Returns the value of attribute job_status.

Returns:

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


41
42
43
# File 'sig/types.rbs', line 41

def job_status
  @job_status
end

#kms_key::String

Returns the value of attribute kms_key.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def kms_key
  @kms_key
end

#language_code"en"

Returns the value of attribute language_code.

Returns:

  • ("en")


48
49
50
# File 'sig/types.rbs', line 48

def language_code
  @language_code
end

#manifest_file_path::String

Returns the value of attribute manifest_file_path.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def manifest_file_path
  @manifest_file_path
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def message
  @message
end

#model_version::String

Returns the value of attribute model_version.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def model_version
  @model_version
end

#output_data_configTypes::OutputDataConfig

Returns the value of attribute output_data_config.



47
48
49
# File 'sig/types.rbs', line 47

def output_data_config
  @output_data_config
end

#submit_time::Time

Returns the value of attribute submit_time.

Returns:

  • (::Time)


43
44
45
# File 'sig/types.rbs', line 43

def submit_time
  @submit_time
end