Class: Aws::Types::CreateDetectorModelRequest

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.



155
156
157
# File 'sig/types.rbs', line 155

def detector_model_definition
  @detector_model_definition
end

#detector_model_description ⇒ ::String

Returns the value of attribute detector_model_description.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def detector_model_description
  @detector_model_description
end

#detector_model_name ⇒ ::String

Returns the value of attribute detector_model_name.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def detector_model_name
  @detector_model_name
end

#evaluation_method ⇒ "BATCH", "SERIAL"

Returns the value of attribute evaluation_method.

Returns:

  • ("BATCH", "SERIAL")


160
161
162
# File 'sig/types.rbs', line 160

def evaluation_method
  @evaluation_method
end

#key ⇒ ::String

Returns the value of attribute key.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def key
  @key
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def role_arn
  @role_arn
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



159
160
161
# File 'sig/types.rbs', line 159

def tags
  @tags
end