Class: Aws::Types::ImportModelVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def client_token
  @client_token
end

#dataset_name::String

Returns the value of attribute dataset_name.

Returns:

  • (::String)


471
472
473
# File 'sig/types.rbs', line 471

def dataset_name
  @dataset_name
end

#inference_data_import_strategy"NO_IMPORT", ...

Returns the value of attribute inference_data_import_strategy.

Returns:

  • ("NO_IMPORT", "ADD_WHEN_EMPTY", "OVERWRITE")


477
478
479
# File 'sig/types.rbs', line 477

def inference_data_import_strategy
  @inference_data_import_strategy
end

#labels_input_configurationTypes::LabelsInputConfiguration

Returns the value of attribute labels_input_configuration.



472
473
474
# File 'sig/types.rbs', line 472

def labels_input_configuration
  @labels_input_configuration
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


470
471
472
# File 'sig/types.rbs', line 470

def model_name
  @model_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def role_arn
  @role_arn
end

#server_side_kms_key_id::String

Returns the value of attribute server_side_kms_key_id.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def server_side_kms_key_id
  @server_side_kms_key_id
end

#source_model_version_arn::String

Returns the value of attribute source_model_version_arn.

Returns:

  • (::String)


469
470
471
# File 'sig/types.rbs', line 469

def source_model_version_arn
  @source_model_version_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



476
477
478
# File 'sig/types.rbs', line 476

def tags
  @tags
end