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.

Returns:



2608
2609
2610
# File 'sig/types.rbs', line 2608

def additional_inference_specifications
  @additional_inference_specifications
end

#certify_for_marketplaceBoolean

Returns the value of attribute certify_for_marketplace.

Returns:



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

def certify_for_marketplace
  @certify_for_marketplace
end

#client_token::String

Returns the value of attribute client_token.

Returns:



2602
2603
2604
# File 'sig/types.rbs', line 2602

def client_token
  @client_token
end

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

Returns the value of attribute customer_metadata_properties.

Returns:



2606
2607
2608
# File 'sig/types.rbs', line 2606

def 
  
end

#domain::String

Returns the value of attribute domain.

Returns:



2603
2604
2605
# File 'sig/types.rbs', line 2603

def domain
  @domain
end

#drift_check_baselinesTypes::DriftCheckBaselines

Returns the value of attribute drift_check_baselines.

Returns:



2607
2608
2609
# File 'sig/types.rbs', line 2607

def drift_check_baselines
  @drift_check_baselines
end

#inference_specificationTypes::InferenceSpecification

Returns the value of attribute inference_specification.

Returns:



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

def inference_specification
  @inference_specification
end

#managed_storage_type"Restricted"

Returns the value of attribute managed_storage_type.

Returns:



2614
2615
2616
# File 'sig/types.rbs', line 2614

def managed_storage_type
  @managed_storage_type
end

#metadata_propertiesTypes::MetadataProperties

Returns the value of attribute metadata_properties.

Returns:



2600
2601
2602
# File 'sig/types.rbs', line 2600

def 
  
end

#model_approval_status"Approved", ...

Returns the value of attribute model_approval_status.

Returns:



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

def model_approval_status
  @model_approval_status
end

#model_cardTypes::ModelPackageModelCard

Returns the value of attribute model_card.

Returns:



2612
2613
2614
# File 'sig/types.rbs', line 2612

def model_card
  @model_card
end

#model_life_cycleTypes::ModelLifeCycle

Returns the value of attribute model_life_cycle.

Returns:



2613
2614
2615
# File 'sig/types.rbs', line 2613

def model_life_cycle
  @model_life_cycle
end

#model_metricsTypes::ModelMetrics

Returns the value of attribute model_metrics.

Returns:



2601
2602
2603
# File 'sig/types.rbs', line 2601

def model_metrics
  @model_metrics
end

#model_package_description::String

Returns the value of attribute model_package_description.

Returns:



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

def model_package_description
  @model_package_description
end

#model_package_group_name::String

Returns the value of attribute model_package_group_name.

Returns:



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

def model_package_group_name
  @model_package_group_name
end

#model_package_name::String

Returns the value of attribute model_package_name.

Returns:



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

def model_package_name
  @model_package_name
end

#model_package_registration_type"Logged", "Registered"

Returns the value of attribute model_package_registration_type.

Returns:



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

def model_package_registration_type
  @model_package_registration_type
end

#sample_payload_url::String

Returns the value of attribute sample_payload_url.

Returns:



2605
2606
2607
# File 'sig/types.rbs', line 2605

def sample_payload_url
  @sample_payload_url
end

#security_configTypes::ModelPackageSecurityConfig

Returns the value of attribute security_config.

Returns:



2611
2612
2613
# File 'sig/types.rbs', line 2611

def security_config
  @security_config
end

#skip_model_validation"All", "None"

Returns the value of attribute skip_model_validation.

Returns:



2609
2610
2611
# File 'sig/types.rbs', line 2609

def skip_model_validation
  @skip_model_validation
end

#source_algorithm_specificationTypes::SourceAlgorithmSpecification

Returns the value of attribute source_algorithm_specification.

Returns:



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

def source_algorithm_specification
  @source_algorithm_specification
end

#source_uri::String

Returns the value of attribute source_uri.

Returns:



2610
2611
2612
# File 'sig/types.rbs', line 2610

def source_uri
  @source_uri
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end

#task::String

Returns the value of attribute task.

Returns:



2604
2605
2606
# File 'sig/types.rbs', line 2604

def task
  @task
end

#validation_specificationTypes::ModelPackageValidationSpecification

Returns the value of attribute validation_specification.

Returns:



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

def validation_specification
  @validation_specification
end