Class: Aws::Types::CreateTrainedModelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configured_model_algorithm_association_arn::String

Returns the value of attribute configured_model_algorithm_association_arn.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def configured_model_algorithm_association_arn
  @configured_model_algorithm_association_arn
end

#data_channels::Array[Types::ModelTrainingDataChannel]

Returns the value of attribute data_channels.

Returns:



363
364
365
# File 'sig/types.rbs', line 363

def data_channels
  @data_channels
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


365
366
367
# File 'sig/types.rbs', line 365

def description
  @description
end

#environment::Hash[::String, ::String]

Returns the value of attribute environment.

Returns:

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


359
360
361
# File 'sig/types.rbs', line 359

def environment
  @environment
end

#hyperparameters::Hash[::String, ::String]

Returns the value of attribute hyperparameters.

Returns:

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


358
359
360
# File 'sig/types.rbs', line 358

def hyperparameters
  @hyperparameters
end

#incremental_training_data_channels::Array[Types::IncrementalTrainingDataChannel]

Returns the value of attribute incremental_training_data_channels.



362
363
364
# File 'sig/types.rbs', line 362

def incremental_training_data_channels
  @incremental_training_data_channels
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


366
367
368
# File 'sig/types.rbs', line 366

def kms_key_arn
  @kms_key_arn
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def membership_identifier
  @membership_identifier
end

#ml_model_training_payer_account_id::String

Returns the value of attribute ml_model_training_payer_account_id.

Returns:

  • (::String)


368
369
370
# File 'sig/types.rbs', line 368

def 
  @ml_model_training_payer_account_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


356
357
358
# File 'sig/types.rbs', line 356

def name
  @name
end

#resource_configTypes::ResourceConfig

Returns the value of attribute resource_config.



360
361
362
# File 'sig/types.rbs', line 360

def resource_config
  @resource_config
end

#stopping_conditionTypes::StoppingCondition

Returns the value of attribute stopping_condition.



361
362
363
# File 'sig/types.rbs', line 361

def stopping_condition
  @stopping_condition
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


367
368
369
# File 'sig/types.rbs', line 367

def tags
  @tags
end

#training_input_mode"File", ...

Returns the value of attribute training_input_mode.

Returns:

  • ("File", "FastFile", "Pipe")


364
365
366
# File 'sig/types.rbs', line 364

def training_input_mode
  @training_input_mode
end