Module: Aws::Bedrock::Client::_GetInferenceProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetInferenceProfileResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #inference_profile_arn ⇒ ::String
- #inference_profile_id ⇒ ::String
- #inference_profile_name ⇒ ::String
- #models ⇒ ::Array[Types::InferenceProfileModel]
- #status ⇒ "ACTIVE"
- #type ⇒ "SYSTEM_DEFINED", "APPLICATION"
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
1205 |
# File 'sig/client.rbs', line 1205
def created_at: () -> ::Time
|
#description ⇒ ::String
1204 |
# File 'sig/client.rbs', line 1204
def description: () -> ::String
|
#inference_profile_arn ⇒ ::String
1207 |
# File 'sig/client.rbs', line 1207
def inference_profile_arn: () -> ::String
|
#inference_profile_id ⇒ ::String
1209 |
# File 'sig/client.rbs', line 1209
def inference_profile_id: () -> ::String
|
#inference_profile_name ⇒ ::String
1203 |
# File 'sig/client.rbs', line 1203
def inference_profile_name: () -> ::String
|
#models ⇒ ::Array[Types::InferenceProfileModel]
1208 |
# File 'sig/client.rbs', line 1208
def models: () -> ::Array[Types::InferenceProfileModel]
|
#status ⇒ "ACTIVE"
1210 |
# File 'sig/client.rbs', line 1210
def status: () -> ("ACTIVE")
|
#type ⇒ "SYSTEM_DEFINED", "APPLICATION"
1211 |
# File 'sig/client.rbs', line 1211
def type: () -> ("SYSTEM_DEFINED" | "APPLICATION")
|
#updated_at ⇒ ::Time
1206 |
# File 'sig/client.rbs', line 1206
def updated_at: () -> ::Time
|