Class: Aws::Types::CreateDocumentClassifierRequest

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:



251
252
253
# File 'sig/types.rbs', line 251

def client_request_token
  @client_request_token
end

#data_access_role_arn::String

Returns the value of attribute data_access_role_arn.

Returns:



247
248
249
# File 'sig/types.rbs', line 247

def data_access_role_arn
  @data_access_role_arn
end

#document_classifier_name::String

Returns the value of attribute document_classifier_name.

Returns:



245
246
247
# File 'sig/types.rbs', line 245

def document_classifier_name
  @document_classifier_name
end

#input_data_configTypes::DocumentClassifierInputDataConfig

Returns the value of attribute input_data_config.

Returns:



249
250
251
# File 'sig/types.rbs', line 249

def input_data_config
  @input_data_config
end

#language_code"en", ...

Returns the value of attribute language_code.

Returns:



252
253
254
# File 'sig/types.rbs', line 252

def language_code
  @language_code
end

#mode"MULTI_CLASS", "MULTI_LABEL"

Returns the value of attribute mode.

Returns:



255
256
257
# File 'sig/types.rbs', line 255

def mode
  @mode
end

#model_kms_key_id::String

Returns the value of attribute model_kms_key_id.

Returns:



256
257
258
# File 'sig/types.rbs', line 256

def model_kms_key_id
  @model_kms_key_id
end

#model_policy::String

Returns the value of attribute model_policy.

Returns:



257
258
259
# File 'sig/types.rbs', line 257

def model_policy
  @model_policy
end

#output_data_configTypes::DocumentClassifierOutputDataConfig

Returns the value of attribute output_data_config.

Returns:



250
251
252
# File 'sig/types.rbs', line 250

def output_data_config
  @output_data_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



248
249
250
# File 'sig/types.rbs', line 248

def tags
  @tags
end

#version_name::String

Returns the value of attribute version_name.

Returns:



246
247
248
# File 'sig/types.rbs', line 246

def version_name
  @version_name
end

#volume_kms_key_id::String

Returns the value of attribute volume_kms_key_id.

Returns:



253
254
255
# File 'sig/types.rbs', line 253

def volume_kms_key_id
  @volume_kms_key_id
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



254
255
256
# File 'sig/types.rbs', line 254

def vpc_config
  @vpc_config
end