Module: Aws::BedrockAgentCoreControl::Client::_CreateDatasetVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDatasetVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #dataset_arn ⇒ ::String
- #dataset_id ⇒ ::String
- #dataset_version ⇒ ::String
- #status ⇒ "CREATING", ...
Instance Method Details
#created_at ⇒ ::Time
459 |
# File 'sig/client.rbs', line 459
def created_at: () -> ::Time
|
#dataset_arn ⇒ ::String
455 |
# File 'sig/client.rbs', line 455
def dataset_arn: () -> ::String
|
#dataset_id ⇒ ::String
456 |
# File 'sig/client.rbs', line 456
def dataset_id: () -> ::String
|
#dataset_version ⇒ ::String
458 |
# File 'sig/client.rbs', line 458
def dataset_version: () -> ::String
|
#status ⇒ "CREATING", ...
457 |
# File 'sig/client.rbs', line 457
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|