Class: Aws::Types::CustomModelSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#base_model_arn::String

Returns the value of attribute base_model_arn.

Returns:

  • (::String)


1252
1253
1254
# File 'sig/types.rbs', line 1252

def base_model_arn
  @base_model_arn
end

#base_model_name::String

Returns the value of attribute base_model_name.

Returns:

  • (::String)


1253
1254
1255
# File 'sig/types.rbs', line 1253

def base_model_name
  @base_model_name
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1251
1252
1253
# File 'sig/types.rbs', line 1251

def creation_time
  @creation_time
end

#customization_type"FINE_TUNING", ...

Returns the value of attribute customization_type.

Returns:

  • ("FINE_TUNING", "CONTINUED_PRE_TRAINING", "DISTILLATION", "REINFORCEMENT_FINE_TUNING", "IMPORTED")


1254
1255
1256
# File 'sig/types.rbs', line 1254

def customization_type
  @customization_type
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


1249
1250
1251
# File 'sig/types.rbs', line 1249

def model_arn
  @model_arn
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


1250
1251
1252
# File 'sig/types.rbs', line 1250

def model_name
  @model_name
end

#model_status"Active", ...

Returns the value of attribute model_status.

Returns:

  • ("Active", "Creating", "Failed")


1256
1257
1258
# File 'sig/types.rbs', line 1256

def model_status
  @model_status
end

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


1255
1256
1257
# File 'sig/types.rbs', line 1255

def 
  @owner_account_id
end