Class: Aws::Types::CreateCustomModelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


989
990
991
# File 'sig/types.rbs', line 989

def client_request_token
  @client_request_token
end

#custom_model_data_sourceTypes::CustomModelDataSource

Returns the value of attribute custom_model_data_source.



985
986
987
# File 'sig/types.rbs', line 985

def custom_model_data_source
  @custom_model_data_source
end

#model_kms_key_arn::String

Returns the value of attribute model_kms_key_arn.

Returns:

  • (::String)


986
987
988
# File 'sig/types.rbs', line 986

def model_kms_key_arn
  @model_kms_key_arn
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


983
984
985
# File 'sig/types.rbs', line 983

def model_name
  @model_name
end

#model_source_configTypes::ModelDataSource

Returns the value of attribute model_source_config.



984
985
986
# File 'sig/types.rbs', line 984

def model_source_config
  @model_source_config
end

#model_tags::Array[Types::Tag]

Returns the value of attribute model_tags.

Returns:



988
989
990
# File 'sig/types.rbs', line 988

def model_tags
  @model_tags
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


987
988
989
# File 'sig/types.rbs', line 987

def role_arn
  @role_arn
end