Module: Aws::BedrockAgentCoreControl::Client::_GetDatasetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDatasetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #dataset_arn ⇒ ::String
- #dataset_id ⇒ ::String
- #dataset_name ⇒ ::String
- #dataset_version ⇒ ::String
- #description ⇒ ::String
- #download_url ⇒ ::String
- #download_url_expires_at ⇒ ::Time
- #draft_status ⇒ "MODIFIED", "UNMODIFIED"
- #example_count ⇒ ::Integer
- #failure_reason ⇒ ::String
- #kms_key_arn ⇒ ::String
- #schema_type ⇒ "AGENTCORE_EVALUATION_PREDEFINED_V1", ...
- #status ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
1538 |
# File 'sig/client.rbs', line 1538
def created_at: () -> ::Time
|
#dataset_arn ⇒ ::String
1525 |
# File 'sig/client.rbs', line 1525
def dataset_arn: () -> ::String
|
#dataset_id ⇒ ::String
1526 |
# File 'sig/client.rbs', line 1526
def dataset_id: () -> ::String
|
#dataset_name ⇒ ::String
1528 |
# File 'sig/client.rbs', line 1528
def dataset_name: () -> ::String
|
#dataset_version ⇒ ::String
1527 |
# File 'sig/client.rbs', line 1527
def dataset_version: () -> ::String
|
#description ⇒ ::String
1529 |
# File 'sig/client.rbs', line 1529
def description: () -> ::String
|
#download_url ⇒ ::String
1536 |
# File 'sig/client.rbs', line 1536
def download_url: () -> ::String
|
#download_url_expires_at ⇒ ::Time
1537 |
# File 'sig/client.rbs', line 1537
def download_url_expires_at: () -> ::Time
|
#draft_status ⇒ "MODIFIED", "UNMODIFIED"
1531 |
# File 'sig/client.rbs', line 1531
def draft_status: () -> ("MODIFIED" | "UNMODIFIED")
|
#example_count ⇒ ::Integer
1535 |
# File 'sig/client.rbs', line 1535
def example_count: () -> ::Integer
|
#failure_reason ⇒ ::String
1532 |
# File 'sig/client.rbs', line 1532
def failure_reason: () -> ::String
|
#kms_key_arn ⇒ ::String
1534 |
# File 'sig/client.rbs', line 1534
def kms_key_arn: () -> ::String
|
#schema_type ⇒ "AGENTCORE_EVALUATION_PREDEFINED_V1", ...
1533 |
# File 'sig/client.rbs', line 1533
def schema_type: () -> ("AGENTCORE_EVALUATION_PREDEFINED_V1" | "AGENTCORE_EVALUATION_SIMULATED_V1" | "GENERIC_EVALUATION_PREDEFINED_V1")
|
#status ⇒ "CREATING", ...
1530 |
# File 'sig/client.rbs', line 1530
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
1540 |
# File 'sig/client.rbs', line 1540
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
1539 |
# File 'sig/client.rbs', line 1539
def updated_at: () -> ::Time
|