Class: Aws::Types::GetConfiguredModelAlgorithmResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configured_model_algorithm_arn::String

Returns the value of attribute configured_model_algorithm_arn.

Returns:

  • (::String)


664
665
666
# File 'sig/types.rbs', line 664

def configured_model_algorithm_arn
  @configured_model_algorithm_arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


662
663
664
# File 'sig/types.rbs', line 662

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


669
670
671
# File 'sig/types.rbs', line 669

def description
  @description
end

#inference_container_configTypes::InferenceContainerConfig

Returns the value of attribute inference_container_config.



667
668
669
# File 'sig/types.rbs', line 667

def inference_container_config
  @inference_container_config
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


671
672
673
# File 'sig/types.rbs', line 671

def kms_key_arn
  @kms_key_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


665
666
667
# File 'sig/types.rbs', line 665

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def role_arn
  @role_arn
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


670
671
672
# File 'sig/types.rbs', line 670

def tags
  @tags
end

#training_container_configTypes::ContainerConfig

Returns the value of attribute training_container_config.



666
667
668
# File 'sig/types.rbs', line 666

def training_container_config
  @training_container_config
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


663
664
665
# File 'sig/types.rbs', line 663

def update_time
  @update_time
end