Module: Aws::BedrockAgentCoreControl::Client::_CreateDatasetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDatasetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#created_at ⇒ ::Time
315 |
# File 'sig/client.rbs', line 315
def created_at: () -> ::Time
|
#dataset_arn ⇒ ::String
312 |
# File 'sig/client.rbs', line 312
def dataset_arn: () -> ::String
|
#dataset_id ⇒ ::String
313 |
# File 'sig/client.rbs', line 313
def dataset_id: () -> ::String
|
#status ⇒ "CREATING", ...
314 |
# File 'sig/client.rbs', line 314
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|