Class: Aws::Types::ProvisionedModelSummary

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")


3150
3151
3152
# File 'sig/types.rbs', line 3150

def commitment_duration
  @commitment_duration
end

#commitment_expiration_time::Time

Returns the value of attribute commitment_expiration_time.

Returns:

  • (::Time)


3151
3152
3153
# File 'sig/types.rbs', line 3151

def commitment_expiration_time
  @commitment_expiration_time
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


3152
3153
3154
# File 'sig/types.rbs', line 3152

def creation_time
  @creation_time
end

#desired_model_arn::String

Returns the value of attribute desired_model_arn.

Returns:

  • (::String)


3145
3146
3147
# File 'sig/types.rbs', line 3145

def desired_model_arn
  @desired_model_arn
end

#desired_model_units::Integer

Returns the value of attribute desired_model_units.

Returns:

  • (::Integer)


3148
3149
3150
# File 'sig/types.rbs', line 3148

def desired_model_units
  @desired_model_units
end

#foundation_model_arn::String

Returns the value of attribute foundation_model_arn.

Returns:

  • (::String)


3146
3147
3148
# File 'sig/types.rbs', line 3146

def foundation_model_arn
  @foundation_model_arn
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


3153
3154
3155
# File 'sig/types.rbs', line 3153

def last_modified_time
  @last_modified_time
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


3144
3145
3146
# File 'sig/types.rbs', line 3144

def model_arn
  @model_arn
end

#model_units::Integer

Returns the value of attribute model_units.

Returns:

  • (::Integer)


3147
3148
3149
# File 'sig/types.rbs', line 3147

def model_units
  @model_units
end

#provisioned_model_arn::String

Returns the value of attribute provisioned_model_arn.

Returns:

  • (::String)


3143
3144
3145
# File 'sig/types.rbs', line 3143

def provisioned_model_arn
  @provisioned_model_arn
end

#provisioned_model_name::String

Returns the value of attribute provisioned_model_name.

Returns:

  • (::String)


3142
3143
3144
# File 'sig/types.rbs', line 3142

def provisioned_model_name
  @provisioned_model_name
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

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


3149
3150
3151
# File 'sig/types.rbs', line 3149

def status
  @status
end