Class: Aws::Types::ExternalModel

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def arn
  @arn
end

#created_time::String

Returns the value of attribute created_time.

Returns:

  • (::String)


570
571
572
# File 'sig/types.rbs', line 570

def created_time
  @created_time
end

#input_configurationTypes::ModelInputConfiguration

Returns the value of attribute input_configuration.



566
567
568
# File 'sig/types.rbs', line 566

def input_configuration
  @input_configuration
end

#invoke_model_endpoint_role_arn::String

Returns the value of attribute invoke_model_endpoint_role_arn.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def invoke_model_endpoint_role_arn
  @invoke_model_endpoint_role_arn
end

#last_updated_time::String

Returns the value of attribute last_updated_time.

Returns:

  • (::String)


569
570
571
# File 'sig/types.rbs', line 569

def last_updated_time
  @last_updated_time
end

#model_endpoint::String

Returns the value of attribute model_endpoint.

Returns:

  • (::String)


563
564
565
# File 'sig/types.rbs', line 563

def model_endpoint
  @model_endpoint
end

#model_endpoint_status"ASSOCIATED", "DISSOCIATED"

Returns the value of attribute model_endpoint_status.

Returns:

  • ("ASSOCIATED", "DISSOCIATED")


568
569
570
# File 'sig/types.rbs', line 568

def model_endpoint_status
  @model_endpoint_status
end

#model_source"SAGEMAKER"

Returns the value of attribute model_source.

Returns:

  • ("SAGEMAKER")


564
565
566
# File 'sig/types.rbs', line 564

def model_source
  @model_source
end

#output_configurationTypes::ModelOutputConfiguration

Returns the value of attribute output_configuration.



567
568
569
# File 'sig/types.rbs', line 567

def output_configuration
  @output_configuration
end