Module: Aws::BedrockAgentCoreControl::Client::_UpdateDatasetExamplesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateDatasetExamplesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #dataset_arn ⇒ ::String
- #dataset_id ⇒ ::String
- #status ⇒ "CREATING", ...
- #updated_at ⇒ ::Time
- #updated_count ⇒ ::Integer
Instance Method Details
#dataset_arn ⇒ ::String
2454 |
# File 'sig/client.rbs', line 2454
def dataset_arn: () -> ::String
|
#dataset_id ⇒ ::String
2455 |
# File 'sig/client.rbs', line 2455
def dataset_id: () -> ::String
|
#status ⇒ "CREATING", ...
2456 |
# File 'sig/client.rbs', line 2456
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#updated_at ⇒ ::Time
2458 |
# File 'sig/client.rbs', line 2458
def updated_at: () -> ::Time
|
#updated_count ⇒ ::Integer
2457 |
# File 'sig/client.rbs', line 2457
def updated_count: () -> ::Integer
|