Class: Aws::Types::ModelCustomizationJobSummary

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)


2983
2984
2985
# File 'sig/types.rbs', line 2983

def base_model_arn
  @base_model_arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


2988
2989
2990
# File 'sig/types.rbs', line 2988

def creation_time
  @creation_time
end

#custom_model_arn::String

Returns the value of attribute custom_model_arn.

Returns:

  • (::String)


2990
2991
2992
# File 'sig/types.rbs', line 2990

def custom_model_arn
  @custom_model_arn
end

#custom_model_name::String

Returns the value of attribute custom_model_name.

Returns:

  • (::String)


2991
2992
2993
# File 'sig/types.rbs', line 2991

def custom_model_name
  @custom_model_name
end

#customization_type"FINE_TUNING", ...

Returns the value of attribute customization_type.

Returns:

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


2992
2993
2994
# File 'sig/types.rbs', line 2992

def customization_type
  @customization_type
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


2989
2990
2991
# File 'sig/types.rbs', line 2989

def end_time
  @end_time
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


2982
2983
2984
# File 'sig/types.rbs', line 2982

def job_arn
  @job_arn
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


2984
2985
2986
# File 'sig/types.rbs', line 2984

def job_name
  @job_name
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


2987
2988
2989
# File 'sig/types.rbs', line 2987

def last_modified_time
  @last_modified_time
end

#status"InProgress", ...

Returns the value of attribute status.

Returns:

  • ("InProgress", "Completed", "Failed", "Stopping", "Stopped")


2985
2986
2987
# File 'sig/types.rbs', line 2985

def status
  @status
end

#status_detailsTypes::StatusDetails

Returns the value of attribute status_details.



2986
2987
2988
# File 'sig/types.rbs', line 2986

def status_details
  @status_details
end