Class: Aws::Types::DescribeAlgorithmOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_arn::String

Returns the value of attribute algorithm_arn.

Returns:



3804
3805
3806
# File 'sig/types.rbs', line 3804

def algorithm_arn
  @algorithm_arn
end

#algorithm_description::String

Returns the value of attribute algorithm_description.

Returns:



3805
3806
3807
# File 'sig/types.rbs', line 3805

def algorithm_description
  @algorithm_description
end

#algorithm_name::String

Returns the value of attribute algorithm_name.

Returns:



3803
3804
3805
# File 'sig/types.rbs', line 3803

def algorithm_name
  @algorithm_name
end

#algorithm_status"Pending", ...

Returns the value of attribute algorithm_status.

Returns:



3810
3811
3812
# File 'sig/types.rbs', line 3810

def algorithm_status
  @algorithm_status
end

#algorithm_status_detailsTypes::AlgorithmStatusDetails

Returns the value of attribute algorithm_status_details.

Returns:



3811
3812
3813
# File 'sig/types.rbs', line 3811

def algorithm_status_details
  @algorithm_status_details
end

#certify_for_marketplaceBoolean

Returns the value of attribute certify_for_marketplace.

Returns:



3813
3814
3815
# File 'sig/types.rbs', line 3813

def certify_for_marketplace
  @certify_for_marketplace
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



3806
3807
3808
# File 'sig/types.rbs', line 3806

def creation_time
  @creation_time
end

#inference_specificationTypes::InferenceSpecification

Returns the value of attribute inference_specification.

Returns:



3808
3809
3810
# File 'sig/types.rbs', line 3808

def inference_specification
  @inference_specification
end

#product_id::String

Returns the value of attribute product_id.

Returns:



3812
3813
3814
# File 'sig/types.rbs', line 3812

def product_id
  @product_id
end

#training_specificationTypes::TrainingSpecification

Returns the value of attribute training_specification.

Returns:



3807
3808
3809
# File 'sig/types.rbs', line 3807

def training_specification
  @training_specification
end

#validation_specificationTypes::AlgorithmValidationSpecification

Returns the value of attribute validation_specification.

Returns:



3809
3810
3811
# File 'sig/types.rbs', line 3809

def validation_specification
  @validation_specification
end