Class: Aws::Types::CreateAudienceModelRequest

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)


278
279
280
# File 'sig/types.rbs', line 278

def description
  @description
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def kms_key_arn
  @kms_key_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


277
278
279
# File 'sig/types.rbs', line 277

def tags
  @tags
end

#training_data_end_time::Time

Returns the value of attribute training_data_end_time.

Returns:

  • (::Time)


273
274
275
# File 'sig/types.rbs', line 273

def training_data_end_time
  @training_data_end_time
end

#training_data_start_time::Time

Returns the value of attribute training_data_start_time.

Returns:

  • (::Time)


272
273
274
# File 'sig/types.rbs', line 272

def training_data_start_time
  @training_data_start_time
end

#training_dataset_arn::String

Returns the value of attribute training_dataset_arn.

Returns:

  • (::String)


275
276
277
# File 'sig/types.rbs', line 275

def training_dataset_arn
  @training_dataset_arn
end