Class: Aws::Types::CreateConfiguredModelAlgorithmRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


322
323
324
# File 'sig/types.rbs', line 322

def description
  @description
end

#inference_container_configTypes::InferenceContainerConfig

Returns the value of attribute inference_container_config.



325
326
327
# File 'sig/types.rbs', line 325

def inference_container_config
  @inference_container_config
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def kms_key_arn
  @kms_key_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


323
324
325
# File 'sig/types.rbs', line 323

def role_arn
  @role_arn
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


326
327
328
# File 'sig/types.rbs', line 326

def tags
  @tags
end

#training_container_configTypes::ContainerConfig

Returns the value of attribute training_container_config.



324
325
326
# File 'sig/types.rbs', line 324

def training_container_config
  @training_container_config
end