Class: Aws::Types::GetTrainingDatasetResponse

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)


796
797
798
# File 'sig/types.rbs', line 796

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


804
805
806
# File 'sig/types.rbs', line 804

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


799
800
801
# File 'sig/types.rbs', line 799

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


802
803
804
# File 'sig/types.rbs', line 802

def role_arn
  @role_arn
end

#status"ACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE")


801
802
803
# File 'sig/types.rbs', line 801

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


803
804
805
# File 'sig/types.rbs', line 803

def tags
  @tags
end

#training_data::Array[Types::Dataset]

Returns the value of attribute training_data.

Returns:



800
801
802
# File 'sig/types.rbs', line 800

def training_data
  @training_data
end

#training_dataset_arn::String

Returns the value of attribute training_dataset_arn.

Returns:

  • (::String)


798
799
800
# File 'sig/types.rbs', line 798

def training_dataset_arn
  @training_dataset_arn
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


797
798
799
# File 'sig/types.rbs', line 797

def update_time
  @update_time
end