Class: Aws::Types::DocumentClassifierSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#document_classifier_name::String

Returns the value of attribute document_classifier_name.

Returns:

  • (::String)


794
795
796
# File 'sig/types.rbs', line 794

def document_classifier_name
  @document_classifier_name
end

#latest_version_created_at::Time

Returns the value of attribute latest_version_created_at.

Returns:

  • (::Time)


796
797
798
# File 'sig/types.rbs', line 796

def latest_version_created_at
  @latest_version_created_at
end

#latest_version_name::String

Returns the value of attribute latest_version_name.

Returns:

  • (::String)


797
798
799
# File 'sig/types.rbs', line 797

def latest_version_name
  @latest_version_name
end

#latest_version_status"SUBMITTED", ...

Returns the value of attribute latest_version_status.

Returns:

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


798
799
800
# File 'sig/types.rbs', line 798

def latest_version_status
  @latest_version_status
end

#number_of_versions::Integer

Returns the value of attribute number_of_versions.

Returns:

  • (::Integer)


795
796
797
# File 'sig/types.rbs', line 795

def number_of_versions
  @number_of_versions
end