Class: Aws::Types::GetModelCustomizationJobResponse

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)


2022
2023
2024
# File 'sig/types.rbs', line 2022

def base_model_arn
  @base_model_arn
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


2014
2015
2016
# File 'sig/types.rbs', line 2014

def client_request_token
  @client_request_token
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


2019
2020
2021
# File 'sig/types.rbs', line 2019

def creation_time
  @creation_time
end

#customization_configTypes::CustomizationConfig

Returns the value of attribute customization_config.



2032
2033
2034
# File 'sig/types.rbs', line 2032

def customization_config
  @customization_config
end

#customization_type"FINE_TUNING", ...

Returns the value of attribute customization_type.

Returns:

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


2027
2028
2029
# File 'sig/types.rbs', line 2027

def customization_type
  @customization_type
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


2021
2022
2023
# File 'sig/types.rbs', line 2021

def end_time
  @end_time
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


2018
2019
2020
# File 'sig/types.rbs', line 2018

def failure_message
  @failure_message
end

#hyper_parameters::Hash[::String, ::String]

Returns the value of attribute hyper_parameters.

Returns:

  • (::Hash[::String, ::String])


2023
2024
2025
# File 'sig/types.rbs', line 2023

def hyper_parameters
  @hyper_parameters
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


2010
2011
2012
# File 'sig/types.rbs', line 2010

def job_arn
  @job_arn
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


2011
2012
2013
# File 'sig/types.rbs', line 2011

def job_name
  @job_name
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


2020
2021
2022
# File 'sig/types.rbs', line 2020

def last_modified_time
  @last_modified_time
end

#output_data_configTypes::OutputDataConfig

Returns the value of attribute output_data_config.



2026
2027
2028
# File 'sig/types.rbs', line 2026

def output_data_config
  @output_data_config
end

#output_model_arn::String

Returns the value of attribute output_model_arn.

Returns:

  • (::String)


2013
2014
2015
# File 'sig/types.rbs', line 2013

def output_model_arn
  @output_model_arn
end

#output_model_kms_key_arn::String

Returns the value of attribute output_model_kms_key_arn.

Returns:

  • (::String)


2028
2029
2030
# File 'sig/types.rbs', line 2028

def output_model_kms_key_arn
  @output_model_kms_key_arn
end

#output_model_name::String

Returns the value of attribute output_model_name.

Returns:

  • (::String)


2012
2013
2014
# File 'sig/types.rbs', line 2012

def output_model_name
  @output_model_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2015
2016
2017
# File 'sig/types.rbs', line 2015

def role_arn
  @role_arn
end

#status"InProgress", ...

Returns the value of attribute status.

Returns:

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


2016
2017
2018
# File 'sig/types.rbs', line 2016

def status
  @status
end

#status_detailsTypes::StatusDetails

Returns the value of attribute status_details.



2017
2018
2019
# File 'sig/types.rbs', line 2017

def status_details
  @status_details
end

#training_data_configTypes::TrainingDataConfig

Returns the value of attribute training_data_config.



2024
2025
2026
# File 'sig/types.rbs', line 2024

def training_data_config
  @training_data_config
end

#training_metricsTypes::TrainingMetrics

Returns the value of attribute training_metrics.



2029
2030
2031
# File 'sig/types.rbs', line 2029

def training_metrics
  @training_metrics
end

#validation_data_configTypes::ValidationDataConfig

Returns the value of attribute validation_data_config.



2025
2026
2027
# File 'sig/types.rbs', line 2025

def validation_data_config
  @validation_data_config
end

#validation_metrics::Array[Types::ValidatorMetric]

Returns the value of attribute validation_metrics.

Returns:



2030
2031
2032
# File 'sig/types.rbs', line 2030

def validation_metrics
  @validation_metrics
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



2031
2032
2033
# File 'sig/types.rbs', line 2031

def vpc_config
  @vpc_config
end