Module: Aws::BedrockAgentCoreControl::Client::_DeleteDatasetExamplesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteDatasetExamplesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #dataset_arn ⇒ ::String
- #dataset_id ⇒ ::String
- #deleted_count ⇒ ::Integer
- #status ⇒ "CREATING", ...
- #updated_at ⇒ ::Time
Instance Method Details
#dataset_arn ⇒ ::String
918 |
# File 'sig/client.rbs', line 918
def dataset_arn: () -> ::String
|
#dataset_id ⇒ ::String
919 |
# File 'sig/client.rbs', line 919
def dataset_id: () -> ::String
|
#deleted_count ⇒ ::Integer
921 |
# File 'sig/client.rbs', line 921
def deleted_count: () -> ::Integer
|
#status ⇒ "CREATING", ...
920 |
# File 'sig/client.rbs', line 920
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#updated_at ⇒ ::Time
922 |
# File 'sig/client.rbs', line 922
def updated_at: () -> ::Time
|