Class: Aws::Types::GetCustomModelResponse

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)


1844
1845
1846
# File 'sig/types.rbs', line 1844

def base_model_arn
  @base_model_arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1853
1854
1855
# File 'sig/types.rbs', line 1853

def creation_time
  @creation_time
end

#customization_configTypes::CustomizationConfig

Returns the value of attribute customization_config.



1854
1855
1856
# File 'sig/types.rbs', line 1854

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


1845
1846
1847
# File 'sig/types.rbs', line 1845

def customization_type
  @customization_type
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


1856
1857
1858
# File 'sig/types.rbs', line 1856

def failure_message
  @failure_message
end

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

Returns the value of attribute hyper_parameters.

Returns:

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


1847
1848
1849
# File 'sig/types.rbs', line 1847

def hyper_parameters
  @hyper_parameters
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


1843
1844
1845
# File 'sig/types.rbs', line 1843

def job_arn
  @job_arn
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


1842
1843
1844
# File 'sig/types.rbs', line 1842

def job_name
  @job_name
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


1840
1841
1842
# File 'sig/types.rbs', line 1840

def model_arn
  @model_arn
end

#model_kms_key_arn::String

Returns the value of attribute model_kms_key_arn.

Returns:

  • (::String)


1846
1847
1848
# File 'sig/types.rbs', line 1846

def model_kms_key_arn
  @model_kms_key_arn
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


1841
1842
1843
# File 'sig/types.rbs', line 1841

def model_name
  @model_name
end

#model_status"Active", ...

Returns the value of attribute model_status.

Returns:

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


1855
1856
1857
# File 'sig/types.rbs', line 1855

def model_status
  @model_status
end

#output_data_configTypes::OutputDataConfig

Returns the value of attribute output_data_config.



1850
1851
1852
# File 'sig/types.rbs', line 1850

def output_data_config
  @output_data_config
end

#training_data_configTypes::TrainingDataConfig

Returns the value of attribute training_data_config.



1848
1849
1850
# File 'sig/types.rbs', line 1848

def training_data_config
  @training_data_config
end

#training_metricsTypes::TrainingMetrics

Returns the value of attribute training_metrics.



1851
1852
1853
# File 'sig/types.rbs', line 1851

def training_metrics
  @training_metrics
end

#validation_data_configTypes::ValidationDataConfig

Returns the value of attribute validation_data_config.



1849
1850
1851
# File 'sig/types.rbs', line 1849

def validation_data_config
  @validation_data_config
end

#validation_metrics::Array[Types::ValidatorMetric]

Returns the value of attribute validation_metrics.

Returns:



1852
1853
1854
# File 'sig/types.rbs', line 1852

def validation_metrics
  @validation_metrics
end