Class: Aws::Types::CreateModelPackageInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_inference_specifications::Array[Types::AdditionalInferenceSpecificationDefinition]

Returns the value of attribute additional_inference_specifications.



2592
2593
2594
# File 'sig/types.rbs', line 2592

def additional_inference_specifications
  @additional_inference_specifications
end

#certify_for_marketplaceBoolean

Returns the value of attribute certify_for_marketplace.

Returns:

  • (Boolean)


2581
2582
2583
# File 'sig/types.rbs', line 2581

def certify_for_marketplace
  @certify_for_marketplace
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2586
2587
2588
# File 'sig/types.rbs', line 2586

def client_token
  @client_token
end

#customer_metadata_properties::Hash[::String, ::String]

Returns the value of attribute customer_metadata_properties.

Returns:

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


2590
2591
2592
# File 'sig/types.rbs', line 2590

def 
  @customer_metadata_properties
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


2587
2588
2589
# File 'sig/types.rbs', line 2587

def domain
  @domain
end

#drift_check_baselinesTypes::DriftCheckBaselines

Returns the value of attribute drift_check_baselines.



2591
2592
2593
# File 'sig/types.rbs', line 2591

def drift_check_baselines
  @drift_check_baselines
end

#inference_specificationTypes::InferenceSpecification

Returns the value of attribute inference_specification.



2578
2579
2580
# File 'sig/types.rbs', line 2578

def inference_specification
  @inference_specification
end

#managed_storage_type"Restricted"

Returns the value of attribute managed_storage_type.

Returns:

  • ("Restricted")


2598
2599
2600
# File 'sig/types.rbs', line 2598

def managed_storage_type
  @managed_storage_type
end

#metadata_propertiesTypes::MetadataProperties

Returns the value of attribute metadata_properties.



2584
2585
2586
# File 'sig/types.rbs', line 2584

def 
  @metadata_properties
end

#model_approval_status"Approved", ...

Returns the value of attribute model_approval_status.

Returns:

  • ("Approved", "Rejected", "PendingManualApproval")


2583
2584
2585
# File 'sig/types.rbs', line 2583

def model_approval_status
  @model_approval_status
end

#model_cardTypes::ModelPackageModelCard

Returns the value of attribute model_card.



2596
2597
2598
# File 'sig/types.rbs', line 2596

def model_card
  @model_card
end

#model_life_cycleTypes::ModelLifeCycle

Returns the value of attribute model_life_cycle.



2597
2598
2599
# File 'sig/types.rbs', line 2597

def model_life_cycle
  @model_life_cycle
end

#model_metricsTypes::ModelMetrics

Returns the value of attribute model_metrics.

Returns:



2585
2586
2587
# File 'sig/types.rbs', line 2585

def model_metrics
  @model_metrics
end

#model_package_description::String

Returns the value of attribute model_package_description.

Returns:

  • (::String)


2576
2577
2578
# File 'sig/types.rbs', line 2576

def model_package_description
  @model_package_description
end

#model_package_group_name::String

Returns the value of attribute model_package_group_name.

Returns:

  • (::String)


2575
2576
2577
# File 'sig/types.rbs', line 2575

def model_package_group_name
  @model_package_group_name
end

#model_package_name::String

Returns the value of attribute model_package_name.

Returns:

  • (::String)


2574
2575
2576
# File 'sig/types.rbs', line 2574

def model_package_name
  @model_package_name
end

#model_package_registration_type"Logged", "Registered"

Returns the value of attribute model_package_registration_type.

Returns:

  • ("Logged", "Registered")


2577
2578
2579
# File 'sig/types.rbs', line 2577

def model_package_registration_type
  @model_package_registration_type
end

#sample_payload_url::String

Returns the value of attribute sample_payload_url.

Returns:

  • (::String)


2589
2590
2591
# File 'sig/types.rbs', line 2589

def sample_payload_url
  @sample_payload_url
end

#security_configTypes::ModelPackageSecurityConfig

Returns the value of attribute security_config.



2595
2596
2597
# File 'sig/types.rbs', line 2595

def security_config
  @security_config
end

#skip_model_validation"All", "None"

Returns the value of attribute skip_model_validation.

Returns:

  • ("All", "None")


2593
2594
2595
# File 'sig/types.rbs', line 2593

def skip_model_validation
  @skip_model_validation
end

#source_algorithm_specificationTypes::SourceAlgorithmSpecification

Returns the value of attribute source_algorithm_specification.



2580
2581
2582
# File 'sig/types.rbs', line 2580

def source_algorithm_specification
  @source_algorithm_specification
end

#source_uri::String

Returns the value of attribute source_uri.

Returns:

  • (::String)


2594
2595
2596
# File 'sig/types.rbs', line 2594

def source_uri
  @source_uri
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2582
2583
2584
# File 'sig/types.rbs', line 2582

def tags
  @tags
end

#task::String

Returns the value of attribute task.

Returns:

  • (::String)


2588
2589
2590
# File 'sig/types.rbs', line 2588

def task
  @task
end

#validation_specificationTypes::ModelPackageValidationSpecification

Returns the value of attribute validation_specification.



2579
2580
2581
# File 'sig/types.rbs', line 2579

def validation_specification
  @validation_specification
end