Module: Aws::LookoutEquipment::Client::_CreateDatasetResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CreateDatasetResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#dataset_arn::String

Returns:

  • (::String)


85
# File 'sig/client.rbs', line 85

def dataset_arn: () -> ::String

#dataset_name::String

Returns:

  • (::String)


84
# File 'sig/client.rbs', line 84

def dataset_name: () -> ::String

#status"CREATED", ...

Returns:

  • ("CREATED", "INGESTION_IN_PROGRESS", "ACTIVE", "IMPORT_IN_PROGRESS")


86
# File 'sig/client.rbs', line 86

def status: () -> ("CREATED" | "INGESTION_IN_PROGRESS" | "ACTIVE" | "IMPORT_IN_PROGRESS")