Class: Aws::Types::CreateAlgorithmInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_description::String

Returns the value of attribute algorithm_description.

Returns:

  • (::String)


1897
1898
1899
# File 'sig/types.rbs', line 1897

def algorithm_description
  @algorithm_description
end

#algorithm_name::String

Returns the value of attribute algorithm_name.

Returns:

  • (::String)


1896
1897
1898
# File 'sig/types.rbs', line 1896

def algorithm_name
  @algorithm_name
end

#certify_for_marketplaceBoolean

Returns the value of attribute certify_for_marketplace.

Returns:

  • (Boolean)


1901
1902
1903
# File 'sig/types.rbs', line 1901

def certify_for_marketplace
  @certify_for_marketplace
end

#inference_specificationTypes::InferenceSpecification

Returns the value of attribute inference_specification.



1899
1900
1901
# File 'sig/types.rbs', line 1899

def inference_specification
  @inference_specification
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1902
1903
1904
# File 'sig/types.rbs', line 1902

def tags
  @tags
end

#training_specificationTypes::TrainingSpecification

Returns the value of attribute training_specification.



1898
1899
1900
# File 'sig/types.rbs', line 1898

def training_specification
  @training_specification
end

#validation_specificationTypes::AlgorithmValidationSpecification

Returns the value of attribute validation_specification.



1900
1901
1902
# File 'sig/types.rbs', line 1900

def validation_specification
  @validation_specification
end