Class: Aws::Types::CreateTrainingDatasetRequest

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)


383
384
385
# File 'sig/types.rbs', line 383

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def role_arn
  @role_arn
end

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

Returns the value of attribute tags.

Returns:

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


382
383
384
# File 'sig/types.rbs', line 382

def tags
  @tags
end

#training_data::Array[Types::Dataset]

Returns the value of attribute training_data.

Returns:



381
382
383
# File 'sig/types.rbs', line 381

def training_data
  @training_data
end