Class: Aws::Types::StartTrainedModelInferenceJobRequest

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)


1304
1305
1306
# File 'sig/types.rbs', line 1304

def configured_model_algorithm_association_arn
  @configured_model_algorithm_association_arn
end

#container_execution_parametersTypes::InferenceContainerExecutionParameters

Returns the value of attribute container_execution_parameters.



1309
1310
1311
# File 'sig/types.rbs', line 1309

def container_execution_parameters
  @container_execution_parameters
end

#data_sourceTypes::ModelInferenceDataSource

Returns the value of attribute data_source.



1307
1308
1309
# File 'sig/types.rbs', line 1307

def data_source
  @data_source
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1308
1309
1310
# File 'sig/types.rbs', line 1308

def description
  @description
end

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

Returns the value of attribute environment.

Returns:

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


1310
1311
1312
# File 'sig/types.rbs', line 1310

def environment
  @environment
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


1311
1312
1313
# File 'sig/types.rbs', line 1311

def kms_key_arn
  @kms_key_arn
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


1300
1301
1302
# File 'sig/types.rbs', line 1300

def membership_identifier
  @membership_identifier
end

#ml_model_inference_payer_account_id::String

Returns the value of attribute ml_model_inference_payer_account_id.

Returns:

  • (::String)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def 
  @ml_model_inference_payer_account_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1301
1302
1303
# File 'sig/types.rbs', line 1301

def name
  @name
end

#output_configurationTypes::InferenceOutputConfiguration

Returns the value of attribute output_configuration.



1306
1307
1308
# File 'sig/types.rbs', line 1306

def output_configuration
  @output_configuration
end

#resource_configTypes::InferenceResourceConfig

Returns the value of attribute resource_config.



1305
1306
1307
# File 'sig/types.rbs', line 1305

def resource_config
  @resource_config
end

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

Returns the value of attribute tags.

Returns:

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


1312
1313
1314
# File 'sig/types.rbs', line 1312

def tags
  @tags
end

#trained_model_arn::String

Returns the value of attribute trained_model_arn.

Returns:

  • (::String)


1302
1303
1304
# File 'sig/types.rbs', line 1302

def trained_model_arn
  @trained_model_arn
end

#trained_model_version_identifier::String

Returns the value of attribute trained_model_version_identifier.

Returns:

  • (::String)


1303
1304
1305
# File 'sig/types.rbs', line 1303

def trained_model_version_identifier
  @trained_model_version_identifier
end