Class: Aws::Types::UpdateDetectorModelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detector_model_definition ⇒ Types::DetectorModelDefinition

Returns the value of attribute detector_model_definition.



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

def detector_model_definition
  @detector_model_definition
end

#detector_model_description ⇒ ::String

Returns the value of attribute detector_model_description.

Returns:

  • (::String)


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

def detector_model_description
  @detector_model_description
end

#detector_model_name ⇒ ::String

Returns the value of attribute detector_model_name.

Returns:

  • (::String)


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

def detector_model_name
  @detector_model_name
end

#evaluation_method ⇒ "BATCH", "SERIAL"

Returns the value of attribute evaluation_method.

Returns:

  • ("BATCH", "SERIAL")


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

def evaluation_method
  @evaluation_method
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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

def role_arn
  @role_arn
end