Module: Aws::CleanRoomsML::Client::_GetConfiguredModelAlgorithmAssociationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetConfiguredModelAlgorithmAssociationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #collaboration_identifier ⇒ ::String
- #configured_model_algorithm_arn ⇒ ::String
- #configured_model_algorithm_association_arn ⇒ ::String
- #create_time ⇒ ::Time
- #description ⇒ ::String
- #membership_identifier ⇒ ::String
- #name ⇒ ::String
- #privacy_configuration ⇒ Types::PrivacyConfiguration
- #tags ⇒ ::Hash[::String, ::String]
- #update_time ⇒ ::Time
Instance Method Details
#collaboration_identifier ⇒ ::String
563 |
# File 'sig/client.rbs', line 563
def collaboration_identifier: () -> ::String
|
#configured_model_algorithm_arn ⇒ ::String
564 |
# File 'sig/client.rbs', line 564
def configured_model_algorithm_arn: () -> ::String
|
#configured_model_algorithm_association_arn ⇒ ::String
561 |
# File 'sig/client.rbs', line 561
def configured_model_algorithm_association_arn: () -> ::String
|
#create_time ⇒ ::Time
559 |
# File 'sig/client.rbs', line 559
def create_time: () -> ::Time
|
#description ⇒ ::String
567 |
# File 'sig/client.rbs', line 567
def description: () -> ::String
|
#membership_identifier ⇒ ::String
562 |
# File 'sig/client.rbs', line 562
def membership_identifier: () -> ::String
|
#name ⇒ ::String
565 |
# File 'sig/client.rbs', line 565
def name: () -> ::String
|
#privacy_configuration ⇒ Types::PrivacyConfiguration
566 |
# File 'sig/client.rbs', line 566
def privacy_configuration: () -> Types::PrivacyConfiguration
|
#tags ⇒ ::Hash[::String, ::String]
568 |
# File 'sig/client.rbs', line 568
def tags: () -> ::Hash[::String, ::String]
|
#update_time ⇒ ::Time
560 |
# File 'sig/client.rbs', line 560
def update_time: () -> ::Time
|