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)


1882
1883
1884
# File 'sig/types.rbs', line 1882

def algorithm_description
  @algorithm_description
end

#algorithm_name::String

Returns the value of attribute algorithm_name.

Returns:

  • (::String)


1881
1882
1883
# File 'sig/types.rbs', line 1881

def algorithm_name
  @algorithm_name
end

#certify_for_marketplaceBoolean

Returns the value of attribute certify_for_marketplace.

Returns:

  • (Boolean)


1886
1887
1888
# File 'sig/types.rbs', line 1886

def certify_for_marketplace
  @certify_for_marketplace
end

#inference_specificationTypes::InferenceSpecification

Returns the value of attribute inference_specification.



1884
1885
1886
# File 'sig/types.rbs', line 1884

def inference_specification
  @inference_specification
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1887
1888
1889
# File 'sig/types.rbs', line 1887

def tags
  @tags
end

#training_specificationTypes::TrainingSpecification

Returns the value of attribute training_specification.



1883
1884
1885
# File 'sig/types.rbs', line 1883

def training_specification
  @training_specification
end

#validation_specificationTypes::AlgorithmValidationSpecification

Returns the value of attribute validation_specification.



1885
1886
1887
# File 'sig/types.rbs', line 1885

def validation_specification
  @validation_specification
end