Class: Aws::Types::DatasetMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timestamp::Time

Returns the value of attribute creation_timestamp.

Returns:

  • (::Time)


363
364
365
# File 'sig/types.rbs', line 363

def creation_timestamp
  @creation_timestamp
end

#dataset_arn::String

Returns the value of attribute dataset_arn.

Returns:

  • (::String)


365
366
367
# File 'sig/types.rbs', line 365

def dataset_arn
  @dataset_arn
end

#dataset_type"TRAIN", "TEST"

Returns the value of attribute dataset_type.

Returns:

  • ("TRAIN", "TEST")


364
365
366
# File 'sig/types.rbs', line 364

def dataset_type
  @dataset_type
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_COMPLETE", "CREATE_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_COMPLETE", "UPDATE_FAILED", "DELETE_IN_PROGRESS")


366
367
368
# File 'sig/types.rbs', line 366

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


367
368
369
# File 'sig/types.rbs', line 367

def status_message
  @status_message
end

#status_message_code"SUCCESS", ...

Returns the value of attribute status_message_code.

Returns:

  • ("SUCCESS", "SERVICE_ERROR", "CLIENT_ERROR")


368
369
370
# File 'sig/types.rbs', line 368

def status_message_code
  @status_message_code
end