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
912 |
# File 'sig/client.rbs', line 912
def dataset_arn: () -> ::String
|
#dataset_id ⇒ ::String
913 |
# File 'sig/client.rbs', line 913
def dataset_id: () -> ::String
|
#deleted_count ⇒ ::Integer
915 |
# File 'sig/client.rbs', line 915
def deleted_count: () -> ::Integer
|
#status ⇒ "CREATING", ...
914 |
# File 'sig/client.rbs', line 914
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#updated_at ⇒ ::Time
916 |
# File 'sig/client.rbs', line 916
def updated_at: () -> ::Time
|