Class: Aws::Types::StartSNOMEDCTInferenceJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


495
496
497
# File 'sig/types.rbs', line 495

def client_request_token
  @client_request_token
end

#data_access_role_arn::String

Returns the value of attribute data_access_role_arn.

Returns:

  • (::String)


493
494
495
# File 'sig/types.rbs', line 493

def data_access_role_arn
  @data_access_role_arn
end

#input_data_configTypes::InputDataConfig

Returns the value of attribute input_data_config.



491
492
493
# File 'sig/types.rbs', line 491

def input_data_config
  @input_data_config
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


494
495
496
# File 'sig/types.rbs', line 494

def job_name
  @job_name
end

#kms_key::String

Returns the value of attribute kms_key.

Returns:

  • (::String)


496
497
498
# File 'sig/types.rbs', line 496

def kms_key
  @kms_key
end

#language_code"en"

Returns the value of attribute language_code.

Returns:

  • ("en")


497
498
499
# File 'sig/types.rbs', line 497

def language_code
  @language_code
end

#output_data_configTypes::OutputDataConfig

Returns the value of attribute output_data_config.



492
493
494
# File 'sig/types.rbs', line 492

def output_data_config
  @output_data_config
end