Class: Aws::Types::CreateEntityRecognizerRequest

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)


289
290
291
# File 'sig/types.rbs', line 289

def client_request_token
  @client_request_token
end

#data_access_role_arn::String

Returns the value of attribute data_access_role_arn.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def data_access_role_arn
  @data_access_role_arn
end

#input_data_configTypes::EntityRecognizerInputDataConfig

Returns the value of attribute input_data_config.



288
289
290
# File 'sig/types.rbs', line 288

def input_data_config
  @input_data_config
end

#language_code"en", ...

Returns the value of attribute language_code.

Returns:

  • ("en", "es", "fr", "de", "it", "pt", "ar", "hi", "ja", "ko", "zh", "zh-TW")


290
291
292
# File 'sig/types.rbs', line 290

def language_code
  @language_code
end

#model_kms_key_id::String

Returns the value of attribute model_kms_key_id.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def model_kms_key_id
  @model_kms_key_id
end

#model_policy::String

Returns the value of attribute model_policy.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def model_policy
  @model_policy
end

#recognizer_name::String

Returns the value of attribute recognizer_name.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def recognizer_name
  @recognizer_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



287
288
289
# File 'sig/types.rbs', line 287

def tags
  @tags
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def version_name
  @version_name
end

#volume_kms_key_id::String

Returns the value of attribute volume_kms_key_id.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def volume_kms_key_id
  @volume_kms_key_id
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



292
293
294
# File 'sig/types.rbs', line 292

def vpc_config
  @vpc_config
end