Module: Aws::BedrockAgentCoreControl::Client::_CreateDatasetVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDatasetVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #dataset_arn ⇒ ::String
- #dataset_id ⇒ ::String
- #dataset_version ⇒ ::String
- #status ⇒ "CREATING", ...
Instance Method Details
#created_at ⇒ ::Time
335 |
# File 'sig/client.rbs', line 335
def created_at: () -> ::Time
|
#dataset_arn ⇒ ::String
331 |
# File 'sig/client.rbs', line 331
def dataset_arn: () -> ::String
|
#dataset_id ⇒ ::String
332 |
# File 'sig/client.rbs', line 332
def dataset_id: () -> ::String
|
#dataset_version ⇒ ::String
334 |
# File 'sig/client.rbs', line 334
def dataset_version: () -> ::String
|
#status ⇒ "CREATING", ...
333 |
# File 'sig/client.rbs', line 333
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|