Module: Aws::BedrockAgentCoreControl::Client::_ListDatasetExamplesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListDatasetExamplesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #dataset_arn ⇒ ::String
- #dataset_id ⇒ ::String
- #dataset_version ⇒ ::String
- #examples ⇒ ::Array[untyped]
- #next_token ⇒ ::String
Instance Method Details
#dataset_arn ⇒ ::String
1884 |
# File 'sig/client.rbs', line 1884
def dataset_arn: () -> ::String
|
#dataset_id ⇒ ::String
1885 |
# File 'sig/client.rbs', line 1885
def dataset_id: () -> ::String
|
#dataset_version ⇒ ::String
1886 |
# File 'sig/client.rbs', line 1886
def dataset_version: () -> ::String
|
#examples ⇒ ::Array[untyped]
1887 |
# File 'sig/client.rbs', line 1887
def examples: () -> ::Array[untyped]
|
#next_token ⇒ ::String
1888 |
# File 'sig/client.rbs', line 1888
def next_token: () -> ::String
|