Class: Aws::Types::CreateConfiguredModelAlgorithmAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configured_model_algorithm_arn::String

Returns the value of attribute configured_model_algorithm_arn.

Returns:

  • (::String)


307
308
309
# File 'sig/types.rbs', line 307

def configured_model_algorithm_arn
  @configured_model_algorithm_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def description
  @description
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def membership_identifier
  @membership_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


308
309
310
# File 'sig/types.rbs', line 308

def name
  @name
end

#privacy_configurationTypes::PrivacyConfiguration

Returns the value of attribute privacy_configuration.



310
311
312
# File 'sig/types.rbs', line 310

def privacy_configuration
  @privacy_configuration
end

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

Returns the value of attribute tags.

Returns:

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


311
312
313
# File 'sig/types.rbs', line 311

def tags
  @tags
end