Module: Aws::BedrockAgentCoreControl::Client::_AddDatasetExamplesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::AddDatasetExamplesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #added_count ⇒ ::Integer
- #dataset_arn ⇒ ::String
- #dataset_id ⇒ ::String
- #example_ids ⇒ ::Array[::String]
- #status ⇒ "CREATING", ...
- #updated_at ⇒ ::Time
Instance Method Details
#added_count ⇒ ::Integer
86 |
# File 'sig/client.rbs', line 86
def added_count: () -> ::Integer
|
#dataset_arn ⇒ ::String
83 |
# File 'sig/client.rbs', line 83
def dataset_arn: () -> ::String
|
#dataset_id ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def dataset_id: () -> ::String
|
#example_ids ⇒ ::Array[::String]
88 |
# File 'sig/client.rbs', line 88
def example_ids: () -> ::Array[::String]
|
#status ⇒ "CREATING", ...
85 |
# File 'sig/client.rbs', line 85
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#updated_at ⇒ ::Time
87 |
# File 'sig/client.rbs', line 87
def updated_at: () -> ::Time
|