Class: Aws::Types::StartTrainedModelExportJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1295
1296
1297
# File 'sig/types.rbs', line 1295

def description
  @description
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


1293
1294
1295
# File 'sig/types.rbs', line 1293

def membership_identifier
  @membership_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1290
1291
1292
# File 'sig/types.rbs', line 1290

def name
  @name
end

#output_configurationTypes::TrainedModelExportOutputConfiguration

Returns the value of attribute output_configuration.



1294
1295
1296
# File 'sig/types.rbs', line 1294

def output_configuration
  @output_configuration
end

#trained_model_arn::String

Returns the value of attribute trained_model_arn.

Returns:

  • (::String)


1291
1292
1293
# File 'sig/types.rbs', line 1291

def trained_model_arn
  @trained_model_arn
end

#trained_model_version_identifier::String

Returns the value of attribute trained_model_version_identifier.

Returns:

  • (::String)


1292
1293
1294
# File 'sig/types.rbs', line 1292

def trained_model_version_identifier
  @trained_model_version_identifier
end