Class: Aws::Types::SourceAlgorithm

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_name::String

Returns the value of attribute algorithm_name.

Returns:

  • (::String)


10925
10926
10927
# File 'sig/types.rbs', line 10925

def algorithm_name
  @algorithm_name
end

#model_data_etag::String

Returns the value of attribute model_data_etag.

Returns:

  • (::String)


10924
10925
10926
# File 'sig/types.rbs', line 10924

def model_data_etag
  @model_data_etag
end

#model_data_sourceTypes::ModelDataSource

Returns the value of attribute model_data_source.



10923
10924
10925
# File 'sig/types.rbs', line 10923

def model_data_source
  @model_data_source
end

#model_data_url::String

Returns the value of attribute model_data_url.

Returns:

  • (::String)


10922
10923
10924
# File 'sig/types.rbs', line 10922

def model_data_url
  @model_data_url
end