Class: Aws::Types::DocumentClassifierProperties
- Inherits:
-
Object
- Object
- Aws::Types::DocumentClassifierProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#classifier_metadata ⇒ Types::ClassifierMetadata
Returns the value of attribute classifier_metadata.
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#document_classifier_arn ⇒ ::String
Returns the value of attribute document_classifier_arn.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
-
#input_data_config ⇒ Types::DocumentClassifierInputDataConfig
Returns the value of attribute input_data_config.
-
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#mode ⇒ "MULTI_CLASS", "MULTI_LABEL"
Returns the value of attribute mode.
-
#model_kms_key_id ⇒ ::String
Returns the value of attribute model_kms_key_id.
-
#output_data_config ⇒ Types::DocumentClassifierOutputDataConfig
Returns the value of attribute output_data_config.
-
#source_model_arn ⇒ ::String
Returns the value of attribute source_model_arn.
-
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
-
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
-
#training_end_time ⇒ ::Time
Returns the value of attribute training_end_time.
-
#training_start_time ⇒ ::Time
Returns the value of attribute training_start_time.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
-
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#classifier_metadata ⇒ Types::ClassifierMetadata
Returns the value of attribute classifier_metadata.
781 782 783 |
# File 'sig/types.rbs', line 781 def @classifier_metadata end |
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
782 783 784 |
# File 'sig/types.rbs', line 782 def data_access_role_arn @data_access_role_arn end |
#document_classifier_arn ⇒ ::String
Returns the value of attribute document_classifier_arn.
771 772 773 |
# File 'sig/types.rbs', line 771 def document_classifier_arn @document_classifier_arn end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
776 777 778 |
# File 'sig/types.rbs', line 776 def end_time @end_time end |
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
789 790 791 |
# File 'sig/types.rbs', line 789 def flywheel_arn @flywheel_arn end |
#input_data_config ⇒ Types::DocumentClassifierInputDataConfig
Returns the value of attribute input_data_config.
779 780 781 |
# File 'sig/types.rbs', line 779 def input_data_config @input_data_config end |
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
772 773 774 |
# File 'sig/types.rbs', line 772 def language_code @language_code end |
#message ⇒ ::String
Returns the value of attribute message.
774 775 776 |
# File 'sig/types.rbs', line 774 def @message end |
#mode ⇒ "MULTI_CLASS", "MULTI_LABEL"
Returns the value of attribute mode.
785 786 787 |
# File 'sig/types.rbs', line 785 def mode @mode end |
#model_kms_key_id ⇒ ::String
Returns the value of attribute model_kms_key_id.
786 787 788 |
# File 'sig/types.rbs', line 786 def model_kms_key_id @model_kms_key_id end |
#output_data_config ⇒ Types::DocumentClassifierOutputDataConfig
Returns the value of attribute output_data_config.
780 781 782 |
# File 'sig/types.rbs', line 780 def output_data_config @output_data_config end |
#source_model_arn ⇒ ::String
Returns the value of attribute source_model_arn.
788 789 790 |
# File 'sig/types.rbs', line 788 def source_model_arn @source_model_arn end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
773 774 775 |
# File 'sig/types.rbs', line 773 def status @status end |
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
775 776 777 |
# File 'sig/types.rbs', line 775 def submit_time @submit_time end |
#training_end_time ⇒ ::Time
Returns the value of attribute training_end_time.
778 779 780 |
# File 'sig/types.rbs', line 778 def training_end_time @training_end_time end |
#training_start_time ⇒ ::Time
Returns the value of attribute training_start_time.
777 778 779 |
# File 'sig/types.rbs', line 777 def training_start_time @training_start_time end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
787 788 789 |
# File 'sig/types.rbs', line 787 def version_name @version_name end |
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
783 784 785 |
# File 'sig/types.rbs', line 783 def volume_kms_key_id @volume_kms_key_id end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
784 785 786 |
# File 'sig/types.rbs', line 784 def vpc_config @vpc_config end |