Module: Aws::Bedrock::Client::_GetProvisionedModelThroughputResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetProvisionedModelThroughputResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #commitment_duration ⇒ "OneMonth", "SixMonths"
- #commitment_expiration_time ⇒ ::Time
- #creation_time ⇒ ::Time
- #desired_model_arn ⇒ ::String
- #desired_model_units ⇒ ::Integer
- #failure_message ⇒ ::String
- #foundation_model_arn ⇒ ::String
- #last_modified_time ⇒ ::Time
- #model_arn ⇒ ::String
- #model_units ⇒ ::Integer
- #provisioned_model_arn ⇒ ::String
- #provisioned_model_name ⇒ ::String
- #status ⇒ "Creating", ...
Instance Method Details
#commitment_duration ⇒ "OneMonth", "SixMonths"
1373 |
# File 'sig/client.rbs', line 1373
def commitment_duration: () -> ("OneMonth" | "SixMonths")
|
#commitment_expiration_time ⇒ ::Time
1374 |
# File 'sig/client.rbs', line 1374
def commitment_expiration_time: () -> ::Time
|
#creation_time ⇒ ::Time
1370 |
# File 'sig/client.rbs', line 1370
def creation_time: () -> ::Time
|
#desired_model_arn ⇒ ::String
1367 |
# File 'sig/client.rbs', line 1367
def desired_model_arn: () -> ::String
|
#desired_model_units ⇒ ::Integer
1363 |
# File 'sig/client.rbs', line 1363
def desired_model_units: () -> ::Integer
|
#failure_message ⇒ ::String
1372 |
# File 'sig/client.rbs', line 1372
def failure_message: () -> ::String
|
#foundation_model_arn ⇒ ::String
1368 |
# File 'sig/client.rbs', line 1368
def foundation_model_arn: () -> ::String
|
#last_modified_time ⇒ ::Time
1371 |
# File 'sig/client.rbs', line 1371
def last_modified_time: () -> ::Time
|
#model_arn ⇒ ::String
1366 |
# File 'sig/client.rbs', line 1366
def model_arn: () -> ::String
|
#model_units ⇒ ::Integer
1362 |
# File 'sig/client.rbs', line 1362
def model_units: () -> ::Integer
|
#provisioned_model_arn ⇒ ::String
1365 |
# File 'sig/client.rbs', line 1365
def provisioned_model_arn: () -> ::String
|
#provisioned_model_name ⇒ ::String
1364 |
# File 'sig/client.rbs', line 1364
def provisioned_model_name: () -> ::String
|
#status ⇒ "Creating", ...
1369 |
# File 'sig/client.rbs', line 1369
def status: () -> ("Creating" | "InService" | "Updating" | "Failed")
|