Class: Aws::Types::GetProvisionedModelThroughputResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#commitment_duration"OneMonth", "SixMonths"

Returns the value of attribute commitment_duration.

Returns:

  • ("OneMonth", "SixMonths")


2131
2132
2133
# File 'sig/types.rbs', line 2131

def commitment_duration
  @commitment_duration
end

#commitment_expiration_time::Time

Returns the value of attribute commitment_expiration_time.

Returns:

  • (::Time)


2132
2133
2134
# File 'sig/types.rbs', line 2132

def commitment_expiration_time
  @commitment_expiration_time
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


2128
2129
2130
# File 'sig/types.rbs', line 2128

def creation_time
  @creation_time
end

#desired_model_arn::String

Returns the value of attribute desired_model_arn.

Returns:

  • (::String)


2125
2126
2127
# File 'sig/types.rbs', line 2125

def desired_model_arn
  @desired_model_arn
end

#desired_model_units::Integer

Returns the value of attribute desired_model_units.

Returns:

  • (::Integer)


2121
2122
2123
# File 'sig/types.rbs', line 2121

def desired_model_units
  @desired_model_units
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


2130
2131
2132
# File 'sig/types.rbs', line 2130

def failure_message
  @failure_message
end

#foundation_model_arn::String

Returns the value of attribute foundation_model_arn.

Returns:

  • (::String)


2126
2127
2128
# File 'sig/types.rbs', line 2126

def foundation_model_arn
  @foundation_model_arn
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


2129
2130
2131
# File 'sig/types.rbs', line 2129

def last_modified_time
  @last_modified_time
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


2124
2125
2126
# File 'sig/types.rbs', line 2124

def model_arn
  @model_arn
end

#model_units::Integer

Returns the value of attribute model_units.

Returns:

  • (::Integer)


2120
2121
2122
# File 'sig/types.rbs', line 2120

def model_units
  @model_units
end

#provisioned_model_arn::String

Returns the value of attribute provisioned_model_arn.

Returns:

  • (::String)


2123
2124
2125
# File 'sig/types.rbs', line 2123

def provisioned_model_arn
  @provisioned_model_arn
end

#provisioned_model_name::String

Returns the value of attribute provisioned_model_name.

Returns:

  • (::String)


2122
2123
2124
# File 'sig/types.rbs', line 2122

def provisioned_model_name
  @provisioned_model_name
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

  • ("Creating", "InService", "Updating", "Failed")


2127
2128
2129
# File 'sig/types.rbs', line 2127

def status
  @status
end