Class: Aws::Types::DocumentClassifierProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:classifier_metadata])

Instance Attribute Summary collapse

Instance Attribute Details

#classifier_metadataTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


789
790
791
# File 'sig/types.rbs', line 789

def flywheel_arn
  @flywheel_arn
end

#input_data_configTypes::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.

Returns:

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


772
773
774
# File 'sig/types.rbs', line 772

def language_code
  @language_code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


774
775
776
# File 'sig/types.rbs', line 774

def message
  @message
end

#mode"MULTI_CLASS", "MULTI_LABEL"

Returns the value of attribute mode.

Returns:

  • ("MULTI_CLASS", "MULTI_LABEL")


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.

Returns:

  • (::String)


786
787
788
# File 'sig/types.rbs', line 786

def model_kms_key_id
  @model_kms_key_id
end

#output_data_configTypes::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.

Returns:

  • (::String)


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.

Returns:

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


773
774
775
# File 'sig/types.rbs', line 773

def status
  @status
end

#submit_time::Time

Returns the value of attribute submit_time.

Returns:

  • (::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.

Returns:

  • (::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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


783
784
785
# File 'sig/types.rbs', line 783

def volume_kms_key_id
  @volume_kms_key_id
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



784
785
786
# File 'sig/types.rbs', line 784

def vpc_config
  @vpc_config
end