Class: Aws::Types::EntityRecognizerProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:recognizer_metadata])

Instance Attribute Summary collapse

Instance Attribute Details

#data_access_role_arn::String

Returns the value of attribute data_access_role_arn.

Returns:

  • (::String)


1004
1005
1006
# File 'sig/types.rbs', line 1004

def data_access_role_arn
  @data_access_role_arn
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


999
1000
1001
# File 'sig/types.rbs', line 999

def end_time
  @end_time
end

#entity_recognizer_arn::String

Returns the value of attribute entity_recognizer_arn.

Returns:

  • (::String)


994
995
996
# File 'sig/types.rbs', line 994

def entity_recognizer_arn
  @entity_recognizer_arn
end

#flywheel_arn::String

Returns the value of attribute flywheel_arn.

Returns:

  • (::String)


1010
1011
1012
# File 'sig/types.rbs', line 1010

def flywheel_arn
  @flywheel_arn
end

#input_data_configTypes::EntityRecognizerInputDataConfig

Returns the value of attribute input_data_config.



1002
1003
1004
# File 'sig/types.rbs', line 1002

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")


995
996
997
# File 'sig/types.rbs', line 995

def language_code
  @language_code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


997
998
999
# File 'sig/types.rbs', line 997

def message
  @message
end

#model_kms_key_id::String

Returns the value of attribute model_kms_key_id.

Returns:

  • (::String)


1007
1008
1009
# File 'sig/types.rbs', line 1007

def model_kms_key_id
  @model_kms_key_id
end

#output_data_configTypes::EntityRecognizerOutputDataConfig

Returns the value of attribute output_data_config.



1011
1012
1013
# File 'sig/types.rbs', line 1011

def output_data_config
  @output_data_config
end

#recognizer_metadataTypes::EntityRecognizerMetadata

Returns the value of attribute recognizer_metadata.



1003
1004
1005
# File 'sig/types.rbs', line 1003

def 
  @recognizer_metadata
end

#source_model_arn::String

Returns the value of attribute source_model_arn.

Returns:

  • (::String)


1009
1010
1011
# File 'sig/types.rbs', line 1009

def source_model_arn
  @source_model_arn
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

  • ("SUBMITTED", "TRAINING", "DELETING", "STOP_REQUESTED", "STOPPED", "IN_ERROR", "TRAINED", "TRAINED_WITH_WARNING")


996
997
998
# File 'sig/types.rbs', line 996

def status
  @status
end

#submit_time::Time

Returns the value of attribute submit_time.

Returns:

  • (::Time)


998
999
1000
# File 'sig/types.rbs', line 998

def submit_time
  @submit_time
end

#training_end_time::Time

Returns the value of attribute training_end_time.

Returns:

  • (::Time)


1001
1002
1003
# File 'sig/types.rbs', line 1001

def training_end_time
  @training_end_time
end

#training_start_time::Time

Returns the value of attribute training_start_time.

Returns:

  • (::Time)


1000
1001
1002
# File 'sig/types.rbs', line 1000

def training_start_time
  @training_start_time
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


1008
1009
1010
# File 'sig/types.rbs', line 1008

def version_name
  @version_name
end

#volume_kms_key_id::String

Returns the value of attribute volume_kms_key_id.

Returns:

  • (::String)


1005
1006
1007
# File 'sig/types.rbs', line 1005

def volume_kms_key_id
  @volume_kms_key_id
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



1006
1007
1008
# File 'sig/types.rbs', line 1006

def vpc_config
  @vpc_config
end