Class: Aws::Types::TrainingDatasetSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1450
1451
1452
# File 'sig/types.rbs', line 1450

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1455
1456
1457
# File 'sig/types.rbs', line 1455

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1453
1454
1455
# File 'sig/types.rbs', line 1453

def name
  @name
end

#status"ACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE")


1454
1455
1456
# File 'sig/types.rbs', line 1454

def status
  @status
end

#training_dataset_arn::String

Returns the value of attribute training_dataset_arn.

Returns:

  • (::String)


1452
1453
1454
# File 'sig/types.rbs', line 1452

def training_dataset_arn
  @training_dataset_arn
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1451
1452
1453
# File 'sig/types.rbs', line 1451

def update_time
  @update_time
end