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
2462 |
# File 'sig/client.rbs', line 2462
def dataset_arn: () -> ::String
|
#dataset_id ⇒ ::String
2463 |
# File 'sig/client.rbs', line 2463
def dataset_id: () -> ::String
|
#status ⇒ "CREATING", ...
2464 |
# File 'sig/client.rbs', line 2464
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#updated_at ⇒ ::Time
2466 |
# File 'sig/client.rbs', line 2466
def updated_at: () -> ::Time
|
#updated_count ⇒ ::Integer
2465 |
# File 'sig/client.rbs', line 2465
def updated_count: () -> ::Integer
|