oci 2.126.2__py3-none-any.whl → 2.126.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/__init__.py +2 -2
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +10 -10
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +2338 -522
- oci/bds/bds_client_composite_operations.py +403 -0
- oci/bds/models/__init__.py +32 -0
- oci/bds/models/backup_node_details.py +99 -0
- oci/bds/models/create_node_backup_configuration_details.py +223 -0
- oci/bds/models/create_node_replace_configuration_details.py +192 -0
- oci/bds/models/level_type_details.py +109 -0
- oci/bds/models/node.py +64 -2
- oci/bds/models/node_backup.py +388 -0
- oci/bds/models/node_backup_configuration.py +410 -0
- oci/bds/models/node_backup_configuration_summary.py +254 -0
- oci/bds/models/node_backup_summary.py +289 -0
- oci/bds/models/node_level_details.py +82 -0
- oci/bds/models/node_replace_configuration.py +364 -0
- oci/bds/models/node_replace_configuration_summary.py +254 -0
- oci/bds/models/node_type_level_details.py +82 -0
- oci/bds/models/remove_node_replace_configuration_details.py +72 -0
- oci/bds/models/replace_node_details.py +165 -0
- oci/bds/models/update_node_backup_configuration_details.py +223 -0
- oci/bds/models/update_node_replace_configuration_details.py +161 -0
- oci/bds/models/work_request.py +39 -3
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +19 -19
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +26 -26
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +247 -247
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +278 -278
- oci/data_science/data_science_client.py +124 -98
- oci/data_science/models/__init__.py +10 -0
- oci/data_science/models/fast_launch_job_config_summary.py +7 -3
- oci/data_science/models/job_shape_summary.py +7 -3
- oci/data_science/models/model_deployment_shape_summary.py +7 -3
- oci/data_science/models/notebook_session_shape_summary.py +7 -3
- oci/data_science/models/pipeline_container_configuration_details.py +101 -0
- oci/data_science/models/pipeline_container_step_details.py +164 -0
- oci/data_science/models/pipeline_container_step_run.py +87 -0
- oci/data_science/models/pipeline_container_step_update_details.py +99 -0
- oci/data_science/models/pipeline_custom_script_step_details.py +1 -1
- oci/data_science/models/pipeline_custom_script_step_run.py +1 -1
- oci/data_science/models/pipeline_custom_script_step_update_details.py +30 -3
- oci/data_science/models/pipeline_infrastructure_configuration_details.py +31 -0
- oci/data_science/models/pipeline_ml_job_step_details.py +1 -1
- oci/data_science/models/pipeline_ml_job_step_run.py +1 -1
- oci/data_science/models/pipeline_ml_job_step_update_details.py +1 -1
- oci/data_science/models/pipeline_ocir_container_configuration_details.py +228 -0
- oci/data_science/models/pipeline_step_details.py +11 -3
- oci/data_science/models/pipeline_step_override_details.py +29 -2
- oci/data_science/models/pipeline_step_run.py +11 -3
- oci/data_science/models/pipeline_step_update_details.py +11 -3
- oci/data_science/models/update_pipeline_details.py +29 -2
- oci/database/database_client.py +333 -333
- oci/database/models/create_vm_cluster_details.py +33 -2
- oci/database/models/exadata_infrastructure.py +31 -0
- oci/database/models/exadata_infrastructure_summary.py +31 -0
- oci/database/models/update_vm_cluster_details.py +33 -2
- oci/database/models/vm_cluster.py +33 -2
- oci/database/models/vm_cluster_summary.py +33 -2
- oci/database_management/db_management_client.py +206 -206
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +23 -23
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +608 -28
- oci/email/email_client_composite_operations.py +132 -0
- oci/email/models/__init__.py +10 -0
- oci/email/models/create_email_domain_details.py +31 -0
- oci/email/models/create_email_return_path_details.py +239 -0
- oci/email/models/email_domain.py +82 -0
- oci/email/models/email_return_path.py +577 -0
- oci/email/models/email_return_path_collection.py +72 -0
- oci/email/models/email_return_path_summary.py +444 -0
- oci/email/models/sender.py +15 -3
- oci/email/models/update_email_domain_details.py +31 -0
- oci/email/models/update_email_return_path_details.py +156 -0
- oci/email/models/work_request.py +15 -3
- oci/email/models/work_request_summary.py +15 -3
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +29 -29
- oci/golden_gate/golden_gate_client.py +61 -61
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +300 -300
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/load_balancer/models/ssl_configuration.py +41 -0
- oci/load_balancer/models/ssl_configuration_details.py +41 -0
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/__init__.py +16 -0
- oci/marketplace_private_offer/attachment_client.py +719 -0
- oci/marketplace_private_offer/attachment_client_composite_operations.py +71 -0
- oci/marketplace_private_offer/models/__init__.py +48 -0
- oci/marketplace_private_offer/models/attachment.py +446 -0
- oci/marketplace_private_offer/models/attachment_collection.py +72 -0
- oci/marketplace_private_offer/models/attachment_summary.py +293 -0
- oci/marketplace_private_offer/models/buyer_information.py +161 -0
- oci/marketplace_private_offer/models/contact.py +134 -0
- oci/marketplace_private_offer/models/create_attachment_details.py +134 -0
- oci/marketplace_private_offer/models/create_offer_details.py +498 -0
- oci/marketplace_private_offer/models/custom_field.py +103 -0
- oci/marketplace_private_offer/models/offer.py +787 -0
- oci/marketplace_private_offer/models/offer_collection.py +72 -0
- oci/marketplace_private_offer/models/offer_internal_detail.py +103 -0
- oci/marketplace_private_offer/models/offer_summary.py +591 -0
- oci/marketplace_private_offer/models/pricing.py +146 -0
- oci/marketplace_private_offer/models/publisher_summary.py +710 -0
- oci/marketplace_private_offer/models/resource_bundle.py +205 -0
- oci/marketplace_private_offer/models/seller_information.py +99 -0
- oci/marketplace_private_offer/models/update_offer_details.py +467 -0
- oci/marketplace_private_offer/models/upload_data.py +134 -0
- oci/marketplace_private_offer/offer_client.py +789 -0
- oci/marketplace_private_offer/offer_client_composite_operations.py +172 -0
- oci/marketplace_publisher/__init__.py +5 -1
- oci/marketplace_publisher/attachment_client.py +719 -0
- oci/marketplace_publisher/attachment_client_composite_operations.py +121 -0
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/models/__init__.py +32 -0
- oci/marketplace_publisher/models/attachment.py +446 -0
- oci/marketplace_publisher/models/attachment_collection.py +72 -0
- oci/marketplace_publisher/models/attachment_summary.py +293 -0
- oci/marketplace_publisher/models/buyer_information.py +161 -0
- oci/marketplace_publisher/models/contact.py +134 -0
- oci/marketplace_publisher/models/create_attachment_details.py +134 -0
- oci/marketplace_publisher/models/create_offer_details.py +498 -0
- oci/marketplace_publisher/models/custom_field.py +103 -0
- oci/marketplace_publisher/models/offer.py +787 -0
- oci/marketplace_publisher/models/offer_collection.py +72 -0
- oci/marketplace_publisher/models/offer_internal_detail.py +103 -0
- oci/marketplace_publisher/models/offer_summary.py +591 -0
- oci/marketplace_publisher/models/pricing.py +146 -0
- oci/marketplace_publisher/models/resource_bundle.py +205 -0
- oci/marketplace_publisher/models/seller_information.py +99 -0
- oci/marketplace_publisher/models/update_offer_details.py +467 -0
- oci/marketplace_publisher/models/work_request.py +23 -3
- oci/marketplace_publisher/models/work_request_summary.py +23 -3
- oci/marketplace_publisher/offer_client.py +789 -0
- oci/marketplace_publisher/offer_client_composite_operations.py +160 -0
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/models/create_listener_details.py +33 -2
- oci/network_load_balancer/models/listener.py +33 -2
- oci/network_load_balancer/models/listener_details.py +33 -2
- oci/network_load_balancer/models/listener_summary.py +33 -2
- oci/network_load_balancer/models/update_listener_details.py +33 -2
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +175 -175
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +25 -25
- oci/redis/redis_cluster_client.py +11 -11
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/__init__.py +14 -0
- oci/resource_scheduler/models/__init__.py +58 -0
- oci/resource_scheduler/models/compartment_id_resource_filter.py +113 -0
- oci/resource_scheduler/models/create_schedule_details.py +487 -0
- oci/resource_scheduler/models/defined_tag_filter_value.py +134 -0
- oci/resource_scheduler/models/defined_tags_resource_filter.py +82 -0
- oci/resource_scheduler/models/lifecycle_state_resource_filter.py +82 -0
- oci/resource_scheduler/models/resource.py +121 -0
- oci/resource_scheduler/models/resource_filter.py +133 -0
- oci/resource_scheduler/models/resource_type.py +72 -0
- oci/resource_scheduler/models/resource_type_collection.py +72 -0
- oci/resource_scheduler/models/resource_type_resource_filter.py +82 -0
- oci/resource_scheduler/models/schedule.py +787 -0
- oci/resource_scheduler/models/schedule_collection.py +72 -0
- oci/resource_scheduler/models/schedule_summary.py +815 -0
- oci/resource_scheduler/models/time_created_resource_filter.py +134 -0
- oci/resource_scheduler/models/update_schedule_details.py +452 -0
- oci/resource_scheduler/models/work_request.py +455 -0
- oci/resource_scheduler/models/work_request_error.py +146 -0
- oci/resource_scheduler/models/work_request_error_collection.py +72 -0
- oci/resource_scheduler/models/work_request_log_entry.py +109 -0
- oci/resource_scheduler/models/work_request_log_entry_collection.py +72 -0
- oci/resource_scheduler/models/work_request_resource.py +207 -0
- oci/resource_scheduler/models/work_request_summary.py +453 -0
- oci/resource_scheduler/models/work_request_summary_collection.py +72 -0
- oci/resource_scheduler/schedule_client.py +1778 -0
- oci/resource_scheduler/schedule_client_composite_operations.py +258 -0
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +64 -64
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.126.2.dist-info → oci-2.126.4.dist-info}/METADATA +1 -1
- {oci-2.126.2.dist-info → oci-2.126.4.dist-info}/RECORD +392 -295
- {oci-2.126.2.dist-info → oci-2.126.4.dist-info}/LICENSE.txt +0 -0
- {oci-2.126.2.dist-info → oci-2.126.4.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.126.2.dist-info → oci-2.126.4.dist-info}/WHEEL +0 -0
- {oci-2.126.2.dist-info → oci-2.126.4.dist-info}/top_level.txt +0 -0
@@ -23,7 +23,7 @@ class PipelineCustomScriptStepUpdateDetails(PipelineStepUpdateDetails):
|
|
23
23
|
|
24
24
|
:param step_type:
|
25
25
|
The value to assign to the step_type property of this PipelineCustomScriptStepUpdateDetails.
|
26
|
-
Allowed values for this property are: "ML_JOB", "CUSTOM_SCRIPT"
|
26
|
+
Allowed values for this property are: "ML_JOB", "CUSTOM_SCRIPT", "CONTAINER"
|
27
27
|
:type step_type: str
|
28
28
|
|
29
29
|
:param step_name:
|
@@ -38,27 +38,54 @@ class PipelineCustomScriptStepUpdateDetails(PipelineStepUpdateDetails):
|
|
38
38
|
The value to assign to the step_configuration_details property of this PipelineCustomScriptStepUpdateDetails.
|
39
39
|
:type step_configuration_details: oci.data_science.models.PipelineStepConfigurationDetails
|
40
40
|
|
41
|
+
:param step_infrastructure_configuration_details:
|
42
|
+
The value to assign to the step_infrastructure_configuration_details property of this PipelineCustomScriptStepUpdateDetails.
|
43
|
+
:type step_infrastructure_configuration_details: oci.data_science.models.PipelineInfrastructureConfigurationDetails
|
44
|
+
|
41
45
|
"""
|
42
46
|
self.swagger_types = {
|
43
47
|
'step_type': 'str',
|
44
48
|
'step_name': 'str',
|
45
49
|
'description': 'str',
|
46
|
-
'step_configuration_details': 'PipelineStepConfigurationDetails'
|
50
|
+
'step_configuration_details': 'PipelineStepConfigurationDetails',
|
51
|
+
'step_infrastructure_configuration_details': 'PipelineInfrastructureConfigurationDetails'
|
47
52
|
}
|
48
53
|
|
49
54
|
self.attribute_map = {
|
50
55
|
'step_type': 'stepType',
|
51
56
|
'step_name': 'stepName',
|
52
57
|
'description': 'description',
|
53
|
-
'step_configuration_details': 'stepConfigurationDetails'
|
58
|
+
'step_configuration_details': 'stepConfigurationDetails',
|
59
|
+
'step_infrastructure_configuration_details': 'stepInfrastructureConfigurationDetails'
|
54
60
|
}
|
55
61
|
|
56
62
|
self._step_type = None
|
57
63
|
self._step_name = None
|
58
64
|
self._description = None
|
59
65
|
self._step_configuration_details = None
|
66
|
+
self._step_infrastructure_configuration_details = None
|
60
67
|
self._step_type = 'CUSTOM_SCRIPT'
|
61
68
|
|
69
|
+
@property
|
70
|
+
def step_infrastructure_configuration_details(self):
|
71
|
+
"""
|
72
|
+
Gets the step_infrastructure_configuration_details of this PipelineCustomScriptStepUpdateDetails.
|
73
|
+
|
74
|
+
:return: The step_infrastructure_configuration_details of this PipelineCustomScriptStepUpdateDetails.
|
75
|
+
:rtype: oci.data_science.models.PipelineInfrastructureConfigurationDetails
|
76
|
+
"""
|
77
|
+
return self._step_infrastructure_configuration_details
|
78
|
+
|
79
|
+
@step_infrastructure_configuration_details.setter
|
80
|
+
def step_infrastructure_configuration_details(self, step_infrastructure_configuration_details):
|
81
|
+
"""
|
82
|
+
Sets the step_infrastructure_configuration_details of this PipelineCustomScriptStepUpdateDetails.
|
83
|
+
|
84
|
+
:param step_infrastructure_configuration_details: The step_infrastructure_configuration_details of this PipelineCustomScriptStepUpdateDetails.
|
85
|
+
:type: oci.data_science.models.PipelineInfrastructureConfigurationDetails
|
86
|
+
"""
|
87
|
+
self._step_infrastructure_configuration_details = step_infrastructure_configuration_details
|
88
|
+
|
62
89
|
def __repr__(self):
|
63
90
|
return formatted_flat_dict(self)
|
64
91
|
|
@@ -28,6 +28,10 @@ class PipelineInfrastructureConfigurationDetails(object):
|
|
28
28
|
The value to assign to the block_storage_size_in_gbs property of this PipelineInfrastructureConfigurationDetails.
|
29
29
|
:type block_storage_size_in_gbs: int
|
30
30
|
|
31
|
+
:param subnet_id:
|
32
|
+
The value to assign to the subnet_id property of this PipelineInfrastructureConfigurationDetails.
|
33
|
+
:type subnet_id: str
|
34
|
+
|
31
35
|
:param shape_config_details:
|
32
36
|
The value to assign to the shape_config_details property of this PipelineInfrastructureConfigurationDetails.
|
33
37
|
:type shape_config_details: oci.data_science.models.PipelineShapeConfigDetails
|
@@ -36,17 +40,20 @@ class PipelineInfrastructureConfigurationDetails(object):
|
|
36
40
|
self.swagger_types = {
|
37
41
|
'shape_name': 'str',
|
38
42
|
'block_storage_size_in_gbs': 'int',
|
43
|
+
'subnet_id': 'str',
|
39
44
|
'shape_config_details': 'PipelineShapeConfigDetails'
|
40
45
|
}
|
41
46
|
|
42
47
|
self.attribute_map = {
|
43
48
|
'shape_name': 'shapeName',
|
44
49
|
'block_storage_size_in_gbs': 'blockStorageSizeInGBs',
|
50
|
+
'subnet_id': 'subnetId',
|
45
51
|
'shape_config_details': 'shapeConfigDetails'
|
46
52
|
}
|
47
53
|
|
48
54
|
self._shape_name = None
|
49
55
|
self._block_storage_size_in_gbs = None
|
56
|
+
self._subnet_id = None
|
50
57
|
self._shape_config_details = None
|
51
58
|
|
52
59
|
@property
|
@@ -97,6 +104,30 @@ class PipelineInfrastructureConfigurationDetails(object):
|
|
97
104
|
"""
|
98
105
|
self._block_storage_size_in_gbs = block_storage_size_in_gbs
|
99
106
|
|
107
|
+
@property
|
108
|
+
def subnet_id(self):
|
109
|
+
"""
|
110
|
+
Gets the subnet_id of this PipelineInfrastructureConfigurationDetails.
|
111
|
+
The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
|
112
|
+
|
113
|
+
|
114
|
+
:return: The subnet_id of this PipelineInfrastructureConfigurationDetails.
|
115
|
+
:rtype: str
|
116
|
+
"""
|
117
|
+
return self._subnet_id
|
118
|
+
|
119
|
+
@subnet_id.setter
|
120
|
+
def subnet_id(self, subnet_id):
|
121
|
+
"""
|
122
|
+
Sets the subnet_id of this PipelineInfrastructureConfigurationDetails.
|
123
|
+
The subnet to create a secondary vnic in to attach to the instance running the pipeline step.
|
124
|
+
|
125
|
+
|
126
|
+
:param subnet_id: The subnet_id of this PipelineInfrastructureConfigurationDetails.
|
127
|
+
:type: str
|
128
|
+
"""
|
129
|
+
self._subnet_id = subnet_id
|
130
|
+
|
100
131
|
@property
|
101
132
|
def shape_config_details(self):
|
102
133
|
"""
|
@@ -23,7 +23,7 @@ class PipelineMLJobStepDetails(PipelineStepDetails):
|
|
23
23
|
|
24
24
|
:param step_type:
|
25
25
|
The value to assign to the step_type property of this PipelineMLJobStepDetails.
|
26
|
-
Allowed values for this property are: "ML_JOB", "CUSTOM_SCRIPT"
|
26
|
+
Allowed values for this property are: "ML_JOB", "CUSTOM_SCRIPT", "CONTAINER"
|
27
27
|
:type step_type: str
|
28
28
|
|
29
29
|
:param step_name:
|
@@ -23,7 +23,7 @@ class PipelineMLJobStepRun(PipelineStepRun):
|
|
23
23
|
|
24
24
|
:param step_type:
|
25
25
|
The value to assign to the step_type property of this PipelineMLJobStepRun.
|
26
|
-
Allowed values for this property are: "ML_JOB", "CUSTOM_SCRIPT"
|
26
|
+
Allowed values for this property are: "ML_JOB", "CUSTOM_SCRIPT", "CONTAINER"
|
27
27
|
:type step_type: str
|
28
28
|
|
29
29
|
:param time_started:
|
@@ -23,7 +23,7 @@ class PipelineMLJobStepUpdateDetails(PipelineStepUpdateDetails):
|
|
23
23
|
|
24
24
|
:param step_type:
|
25
25
|
The value to assign to the step_type property of this PipelineMLJobStepUpdateDetails.
|
26
|
-
Allowed values for this property are: "ML_JOB", "CUSTOM_SCRIPT"
|
26
|
+
Allowed values for this property are: "ML_JOB", "CUSTOM_SCRIPT", "CONTAINER"
|
27
27
|
:type step_type: str
|
28
28
|
|
29
29
|
:param step_name:
|
@@ -0,0 +1,228 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
|
3
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
4
|
+
|
5
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20190101
|
6
|
+
|
7
|
+
from .pipeline_container_configuration_details import PipelineContainerConfigurationDetails
|
8
|
+
from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
|
9
|
+
from oci.decorators import init_model_state_from_kwargs
|
10
|
+
|
11
|
+
|
12
|
+
@init_model_state_from_kwargs
|
13
|
+
class PipelineOcirContainerConfigurationDetails(PipelineContainerConfigurationDetails):
|
14
|
+
"""
|
15
|
+
Container configuration based on image stored in OCI Container Registry.
|
16
|
+
"""
|
17
|
+
|
18
|
+
def __init__(self, **kwargs):
|
19
|
+
"""
|
20
|
+
Initializes a new PipelineOcirContainerConfigurationDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.data_science.models.PipelineOcirContainerConfigurationDetails.container_type` attribute
|
21
|
+
of this class is ``OCIR_CONTAINER`` and it should not be changed.
|
22
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
23
|
+
|
24
|
+
:param container_type:
|
25
|
+
The value to assign to the container_type property of this PipelineOcirContainerConfigurationDetails.
|
26
|
+
Allowed values for this property are: "OCIR_CONTAINER"
|
27
|
+
:type container_type: str
|
28
|
+
|
29
|
+
:param image:
|
30
|
+
The value to assign to the image property of this PipelineOcirContainerConfigurationDetails.
|
31
|
+
:type image: str
|
32
|
+
|
33
|
+
:param cmd:
|
34
|
+
The value to assign to the cmd property of this PipelineOcirContainerConfigurationDetails.
|
35
|
+
:type cmd: list[str]
|
36
|
+
|
37
|
+
:param entrypoint:
|
38
|
+
The value to assign to the entrypoint property of this PipelineOcirContainerConfigurationDetails.
|
39
|
+
:type entrypoint: list[str]
|
40
|
+
|
41
|
+
:param image_digest:
|
42
|
+
The value to assign to the image_digest property of this PipelineOcirContainerConfigurationDetails.
|
43
|
+
:type image_digest: str
|
44
|
+
|
45
|
+
:param image_signature_id:
|
46
|
+
The value to assign to the image_signature_id property of this PipelineOcirContainerConfigurationDetails.
|
47
|
+
:type image_signature_id: str
|
48
|
+
|
49
|
+
"""
|
50
|
+
self.swagger_types = {
|
51
|
+
'container_type': 'str',
|
52
|
+
'image': 'str',
|
53
|
+
'cmd': 'list[str]',
|
54
|
+
'entrypoint': 'list[str]',
|
55
|
+
'image_digest': 'str',
|
56
|
+
'image_signature_id': 'str'
|
57
|
+
}
|
58
|
+
|
59
|
+
self.attribute_map = {
|
60
|
+
'container_type': 'containerType',
|
61
|
+
'image': 'image',
|
62
|
+
'cmd': 'cmd',
|
63
|
+
'entrypoint': 'entrypoint',
|
64
|
+
'image_digest': 'imageDigest',
|
65
|
+
'image_signature_id': 'imageSignatureId'
|
66
|
+
}
|
67
|
+
|
68
|
+
self._container_type = None
|
69
|
+
self._image = None
|
70
|
+
self._cmd = None
|
71
|
+
self._entrypoint = None
|
72
|
+
self._image_digest = None
|
73
|
+
self._image_signature_id = None
|
74
|
+
self._container_type = 'OCIR_CONTAINER'
|
75
|
+
|
76
|
+
@property
|
77
|
+
def image(self):
|
78
|
+
"""
|
79
|
+
**[Required]** Gets the image of this PipelineOcirContainerConfigurationDetails.
|
80
|
+
The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
|
81
|
+
|
82
|
+
|
83
|
+
:return: The image of this PipelineOcirContainerConfigurationDetails.
|
84
|
+
:rtype: str
|
85
|
+
"""
|
86
|
+
return self._image
|
87
|
+
|
88
|
+
@image.setter
|
89
|
+
def image(self, image):
|
90
|
+
"""
|
91
|
+
Sets the image of this PipelineOcirContainerConfigurationDetails.
|
92
|
+
The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
|
93
|
+
|
94
|
+
|
95
|
+
:param image: The image of this PipelineOcirContainerConfigurationDetails.
|
96
|
+
:type: str
|
97
|
+
"""
|
98
|
+
self._image = image
|
99
|
+
|
100
|
+
@property
|
101
|
+
def cmd(self):
|
102
|
+
"""
|
103
|
+
Gets the cmd of this PipelineOcirContainerConfigurationDetails.
|
104
|
+
The container image run `CMD`__ as a list of strings.
|
105
|
+
Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`.
|
106
|
+
The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
|
107
|
+
|
108
|
+
__ https://docs.docker.com/engine/reference/builder/#cmd
|
109
|
+
|
110
|
+
|
111
|
+
:return: The cmd of this PipelineOcirContainerConfigurationDetails.
|
112
|
+
:rtype: list[str]
|
113
|
+
"""
|
114
|
+
return self._cmd
|
115
|
+
|
116
|
+
@cmd.setter
|
117
|
+
def cmd(self, cmd):
|
118
|
+
"""
|
119
|
+
Sets the cmd of this PipelineOcirContainerConfigurationDetails.
|
120
|
+
The container image run `CMD`__ as a list of strings.
|
121
|
+
Use `CMD` as arguments to the `ENTRYPOINT` or the only command to run in the absence of an `ENTRYPOINT`.
|
122
|
+
The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
|
123
|
+
|
124
|
+
__ https://docs.docker.com/engine/reference/builder/#cmd
|
125
|
+
|
126
|
+
|
127
|
+
:param cmd: The cmd of this PipelineOcirContainerConfigurationDetails.
|
128
|
+
:type: list[str]
|
129
|
+
"""
|
130
|
+
self._cmd = cmd
|
131
|
+
|
132
|
+
@property
|
133
|
+
def entrypoint(self):
|
134
|
+
"""
|
135
|
+
Gets the entrypoint of this PipelineOcirContainerConfigurationDetails.
|
136
|
+
The container image run `ENTRYPOINT`__ as a list of strings.
|
137
|
+
Accept the `CMD` as extra arguments.
|
138
|
+
The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
|
139
|
+
More information on how `CMD` and `ENTRYPOINT` interact are `here`__.
|
140
|
+
|
141
|
+
__ https://docs.docker.com/engine/reference/builder/#entrypoint
|
142
|
+
__ https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact
|
143
|
+
|
144
|
+
|
145
|
+
:return: The entrypoint of this PipelineOcirContainerConfigurationDetails.
|
146
|
+
:rtype: list[str]
|
147
|
+
"""
|
148
|
+
return self._entrypoint
|
149
|
+
|
150
|
+
@entrypoint.setter
|
151
|
+
def entrypoint(self, entrypoint):
|
152
|
+
"""
|
153
|
+
Sets the entrypoint of this PipelineOcirContainerConfigurationDetails.
|
154
|
+
The container image run `ENTRYPOINT`__ as a list of strings.
|
155
|
+
Accept the `CMD` as extra arguments.
|
156
|
+
The combined size of `CMD` and `ENTRYPOINT` must be less than 2048 bytes.
|
157
|
+
More information on how `CMD` and `ENTRYPOINT` interact are `here`__.
|
158
|
+
|
159
|
+
__ https://docs.docker.com/engine/reference/builder/#entrypoint
|
160
|
+
__ https://docs.docker.com/engine/reference/builder/#understand-how-cmd-and-entrypoint-interact
|
161
|
+
|
162
|
+
|
163
|
+
:param entrypoint: The entrypoint of this PipelineOcirContainerConfigurationDetails.
|
164
|
+
:type: list[str]
|
165
|
+
"""
|
166
|
+
self._entrypoint = entrypoint
|
167
|
+
|
168
|
+
@property
|
169
|
+
def image_digest(self):
|
170
|
+
"""
|
171
|
+
Gets the image_digest of this PipelineOcirContainerConfigurationDetails.
|
172
|
+
The digest of the container image. For example,
|
173
|
+
`sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
|
174
|
+
|
175
|
+
|
176
|
+
:return: The image_digest of this PipelineOcirContainerConfigurationDetails.
|
177
|
+
:rtype: str
|
178
|
+
"""
|
179
|
+
return self._image_digest
|
180
|
+
|
181
|
+
@image_digest.setter
|
182
|
+
def image_digest(self, image_digest):
|
183
|
+
"""
|
184
|
+
Sets the image_digest of this PipelineOcirContainerConfigurationDetails.
|
185
|
+
The digest of the container image. For example,
|
186
|
+
`sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030`
|
187
|
+
|
188
|
+
|
189
|
+
:param image_digest: The image_digest of this PipelineOcirContainerConfigurationDetails.
|
190
|
+
:type: str
|
191
|
+
"""
|
192
|
+
self._image_digest = image_digest
|
193
|
+
|
194
|
+
@property
|
195
|
+
def image_signature_id(self):
|
196
|
+
"""
|
197
|
+
Gets the image_signature_id of this PipelineOcirContainerConfigurationDetails.
|
198
|
+
OCID of the container image signature
|
199
|
+
|
200
|
+
|
201
|
+
:return: The image_signature_id of this PipelineOcirContainerConfigurationDetails.
|
202
|
+
:rtype: str
|
203
|
+
"""
|
204
|
+
return self._image_signature_id
|
205
|
+
|
206
|
+
@image_signature_id.setter
|
207
|
+
def image_signature_id(self, image_signature_id):
|
208
|
+
"""
|
209
|
+
Sets the image_signature_id of this PipelineOcirContainerConfigurationDetails.
|
210
|
+
OCID of the container image signature
|
211
|
+
|
212
|
+
|
213
|
+
:param image_signature_id: The image_signature_id of this PipelineOcirContainerConfigurationDetails.
|
214
|
+
:type: str
|
215
|
+
"""
|
216
|
+
self._image_signature_id = image_signature_id
|
217
|
+
|
218
|
+
def __repr__(self):
|
219
|
+
return formatted_flat_dict(self)
|
220
|
+
|
221
|
+
def __eq__(self, other):
|
222
|
+
if other is None:
|
223
|
+
return False
|
224
|
+
|
225
|
+
return self.__dict__ == other.__dict__
|
226
|
+
|
227
|
+
def __ne__(self, other):
|
228
|
+
return not self == other
|
@@ -23,11 +23,16 @@ class PipelineStepDetails(object):
|
|
23
23
|
#: This constant has a value of "CUSTOM_SCRIPT"
|
24
24
|
STEP_TYPE_CUSTOM_SCRIPT = "CUSTOM_SCRIPT"
|
25
25
|
|
26
|
+
#: A constant which can be used with the step_type property of a PipelineStepDetails.
|
27
|
+
#: This constant has a value of "CONTAINER"
|
28
|
+
STEP_TYPE_CONTAINER = "CONTAINER"
|
29
|
+
|
26
30
|
def __init__(self, **kwargs):
|
27
31
|
"""
|
28
32
|
Initializes a new PipelineStepDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input
|
29
33
|
to a service operations then you should favor using a subclass over the base class:
|
30
34
|
|
35
|
+
* :class:`~oci.data_science.models.PipelineContainerStepDetails`
|
31
36
|
* :class:`~oci.data_science.models.PipelineMLJobStepDetails`
|
32
37
|
* :class:`~oci.data_science.models.PipelineCustomScriptStepDetails`
|
33
38
|
|
@@ -35,7 +40,7 @@ class PipelineStepDetails(object):
|
|
35
40
|
|
36
41
|
:param step_type:
|
37
42
|
The value to assign to the step_type property of this PipelineStepDetails.
|
38
|
-
Allowed values for this property are: "ML_JOB", "CUSTOM_SCRIPT", 'UNKNOWN_ENUM_VALUE'.
|
43
|
+
Allowed values for this property are: "ML_JOB", "CUSTOM_SCRIPT", "CONTAINER", 'UNKNOWN_ENUM_VALUE'.
|
39
44
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
40
45
|
:type step_type: str
|
41
46
|
|
@@ -86,6 +91,9 @@ class PipelineStepDetails(object):
|
|
86
91
|
"""
|
87
92
|
type = object_dictionary['stepType']
|
88
93
|
|
94
|
+
if type == 'CONTAINER':
|
95
|
+
return 'PipelineContainerStepDetails'
|
96
|
+
|
89
97
|
if type == 'ML_JOB':
|
90
98
|
return 'PipelineMLJobStepDetails'
|
91
99
|
|
@@ -100,7 +108,7 @@ class PipelineStepDetails(object):
|
|
100
108
|
**[Required]** Gets the step_type of this PipelineStepDetails.
|
101
109
|
The type of step.
|
102
110
|
|
103
|
-
Allowed values for this property are: "ML_JOB", "CUSTOM_SCRIPT", 'UNKNOWN_ENUM_VALUE'.
|
111
|
+
Allowed values for this property are: "ML_JOB", "CUSTOM_SCRIPT", "CONTAINER", 'UNKNOWN_ENUM_VALUE'.
|
104
112
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
105
113
|
|
106
114
|
|
@@ -119,7 +127,7 @@ class PipelineStepDetails(object):
|
|
119
127
|
:param step_type: The step_type of this PipelineStepDetails.
|
120
128
|
:type: str
|
121
129
|
"""
|
122
|
-
allowed_values = ["ML_JOB", "CUSTOM_SCRIPT"]
|
130
|
+
allowed_values = ["ML_JOB", "CUSTOM_SCRIPT", "CONTAINER"]
|
123
131
|
if not value_allowed_none_or_none_sentinel(step_type, allowed_values):
|
124
132
|
step_type = 'UNKNOWN_ENUM_VALUE'
|
125
133
|
self._step_type = step_type
|
@@ -28,19 +28,26 @@ class PipelineStepOverrideDetails(object):
|
|
28
28
|
The value to assign to the step_configuration_details property of this PipelineStepOverrideDetails.
|
29
29
|
:type step_configuration_details: oci.data_science.models.PipelineStepConfigurationDetails
|
30
30
|
|
31
|
+
:param step_container_configuration_details:
|
32
|
+
The value to assign to the step_container_configuration_details property of this PipelineStepOverrideDetails.
|
33
|
+
:type step_container_configuration_details: oci.data_science.models.PipelineContainerConfigurationDetails
|
34
|
+
|
31
35
|
"""
|
32
36
|
self.swagger_types = {
|
33
37
|
'step_name': 'str',
|
34
|
-
'step_configuration_details': 'PipelineStepConfigurationDetails'
|
38
|
+
'step_configuration_details': 'PipelineStepConfigurationDetails',
|
39
|
+
'step_container_configuration_details': 'PipelineContainerConfigurationDetails'
|
35
40
|
}
|
36
41
|
|
37
42
|
self.attribute_map = {
|
38
43
|
'step_name': 'stepName',
|
39
|
-
'step_configuration_details': 'stepConfigurationDetails'
|
44
|
+
'step_configuration_details': 'stepConfigurationDetails',
|
45
|
+
'step_container_configuration_details': 'stepContainerConfigurationDetails'
|
40
46
|
}
|
41
47
|
|
42
48
|
self._step_name = None
|
43
49
|
self._step_configuration_details = None
|
50
|
+
self._step_container_configuration_details = None
|
44
51
|
|
45
52
|
@property
|
46
53
|
def step_name(self):
|
@@ -86,6 +93,26 @@ class PipelineStepOverrideDetails(object):
|
|
86
93
|
"""
|
87
94
|
self._step_configuration_details = step_configuration_details
|
88
95
|
|
96
|
+
@property
|
97
|
+
def step_container_configuration_details(self):
|
98
|
+
"""
|
99
|
+
Gets the step_container_configuration_details of this PipelineStepOverrideDetails.
|
100
|
+
|
101
|
+
:return: The step_container_configuration_details of this PipelineStepOverrideDetails.
|
102
|
+
:rtype: oci.data_science.models.PipelineContainerConfigurationDetails
|
103
|
+
"""
|
104
|
+
return self._step_container_configuration_details
|
105
|
+
|
106
|
+
@step_container_configuration_details.setter
|
107
|
+
def step_container_configuration_details(self, step_container_configuration_details):
|
108
|
+
"""
|
109
|
+
Sets the step_container_configuration_details of this PipelineStepOverrideDetails.
|
110
|
+
|
111
|
+
:param step_container_configuration_details: The step_container_configuration_details of this PipelineStepOverrideDetails.
|
112
|
+
:type: oci.data_science.models.PipelineContainerConfigurationDetails
|
113
|
+
"""
|
114
|
+
self._step_container_configuration_details = step_container_configuration_details
|
115
|
+
|
89
116
|
def __repr__(self):
|
90
117
|
return formatted_flat_dict(self)
|
91
118
|
|
@@ -23,6 +23,10 @@ class PipelineStepRun(object):
|
|
23
23
|
#: This constant has a value of "CUSTOM_SCRIPT"
|
24
24
|
STEP_TYPE_CUSTOM_SCRIPT = "CUSTOM_SCRIPT"
|
25
25
|
|
26
|
+
#: A constant which can be used with the step_type property of a PipelineStepRun.
|
27
|
+
#: This constant has a value of "CONTAINER"
|
28
|
+
STEP_TYPE_CONTAINER = "CONTAINER"
|
29
|
+
|
26
30
|
#: A constant which can be used with the lifecycle_state property of a PipelineStepRun.
|
27
31
|
#: This constant has a value of "WAITING"
|
28
32
|
LIFECYCLE_STATE_WAITING = "WAITING"
|
@@ -64,6 +68,7 @@ class PipelineStepRun(object):
|
|
64
68
|
Initializes a new PipelineStepRun object with values from keyword arguments. This class has the following subclasses and if you are using this class as input
|
65
69
|
to a service operations then you should favor using a subclass over the base class:
|
66
70
|
|
71
|
+
* :class:`~oci.data_science.models.PipelineContainerStepRun`
|
67
72
|
* :class:`~oci.data_science.models.PipelineCustomScriptStepRun`
|
68
73
|
* :class:`~oci.data_science.models.PipelineMLJobStepRun`
|
69
74
|
|
@@ -71,7 +76,7 @@ class PipelineStepRun(object):
|
|
71
76
|
|
72
77
|
:param step_type:
|
73
78
|
The value to assign to the step_type property of this PipelineStepRun.
|
74
|
-
Allowed values for this property are: "ML_JOB", "CUSTOM_SCRIPT", 'UNKNOWN_ENUM_VALUE'.
|
79
|
+
Allowed values for this property are: "ML_JOB", "CUSTOM_SCRIPT", "CONTAINER", 'UNKNOWN_ENUM_VALUE'.
|
75
80
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
76
81
|
:type step_type: str
|
77
82
|
|
@@ -131,6 +136,9 @@ class PipelineStepRun(object):
|
|
131
136
|
"""
|
132
137
|
type = object_dictionary['stepType']
|
133
138
|
|
139
|
+
if type == 'CONTAINER':
|
140
|
+
return 'PipelineContainerStepRun'
|
141
|
+
|
134
142
|
if type == 'CUSTOM_SCRIPT':
|
135
143
|
return 'PipelineCustomScriptStepRun'
|
136
144
|
|
@@ -145,7 +153,7 @@ class PipelineStepRun(object):
|
|
145
153
|
**[Required]** Gets the step_type of this PipelineStepRun.
|
146
154
|
The type of step.
|
147
155
|
|
148
|
-
Allowed values for this property are: "ML_JOB", "CUSTOM_SCRIPT", 'UNKNOWN_ENUM_VALUE'.
|
156
|
+
Allowed values for this property are: "ML_JOB", "CUSTOM_SCRIPT", "CONTAINER", 'UNKNOWN_ENUM_VALUE'.
|
149
157
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
150
158
|
|
151
159
|
|
@@ -164,7 +172,7 @@ class PipelineStepRun(object):
|
|
164
172
|
:param step_type: The step_type of this PipelineStepRun.
|
165
173
|
:type: str
|
166
174
|
"""
|
167
|
-
allowed_values = ["ML_JOB", "CUSTOM_SCRIPT"]
|
175
|
+
allowed_values = ["ML_JOB", "CUSTOM_SCRIPT", "CONTAINER"]
|
168
176
|
if not value_allowed_none_or_none_sentinel(step_type, allowed_values):
|
169
177
|
step_type = 'UNKNOWN_ENUM_VALUE'
|
170
178
|
self._step_type = step_type
|
@@ -23,6 +23,10 @@ class PipelineStepUpdateDetails(object):
|
|
23
23
|
#: This constant has a value of "CUSTOM_SCRIPT"
|
24
24
|
STEP_TYPE_CUSTOM_SCRIPT = "CUSTOM_SCRIPT"
|
25
25
|
|
26
|
+
#: A constant which can be used with the step_type property of a PipelineStepUpdateDetails.
|
27
|
+
#: This constant has a value of "CONTAINER"
|
28
|
+
STEP_TYPE_CONTAINER = "CONTAINER"
|
29
|
+
|
26
30
|
def __init__(self, **kwargs):
|
27
31
|
"""
|
28
32
|
Initializes a new PipelineStepUpdateDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input
|
@@ -30,12 +34,13 @@ class PipelineStepUpdateDetails(object):
|
|
30
34
|
|
31
35
|
* :class:`~oci.data_science.models.PipelineMLJobStepUpdateDetails`
|
32
36
|
* :class:`~oci.data_science.models.PipelineCustomScriptStepUpdateDetails`
|
37
|
+
* :class:`~oci.data_science.models.PipelineContainerStepUpdateDetails`
|
33
38
|
|
34
39
|
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
35
40
|
|
36
41
|
:param step_type:
|
37
42
|
The value to assign to the step_type property of this PipelineStepUpdateDetails.
|
38
|
-
Allowed values for this property are: "ML_JOB", "CUSTOM_SCRIPT"
|
43
|
+
Allowed values for this property are: "ML_JOB", "CUSTOM_SCRIPT", "CONTAINER"
|
39
44
|
:type step_type: str
|
40
45
|
|
41
46
|
:param step_name:
|
@@ -83,6 +88,9 @@ class PipelineStepUpdateDetails(object):
|
|
83
88
|
|
84
89
|
if type == 'CUSTOM_SCRIPT':
|
85
90
|
return 'PipelineCustomScriptStepUpdateDetails'
|
91
|
+
|
92
|
+
if type == 'CONTAINER':
|
93
|
+
return 'PipelineContainerStepUpdateDetails'
|
86
94
|
else:
|
87
95
|
return 'PipelineStepUpdateDetails'
|
88
96
|
|
@@ -92,7 +100,7 @@ class PipelineStepUpdateDetails(object):
|
|
92
100
|
**[Required]** Gets the step_type of this PipelineStepUpdateDetails.
|
93
101
|
The type of step.
|
94
102
|
|
95
|
-
Allowed values for this property are: "ML_JOB", "CUSTOM_SCRIPT"
|
103
|
+
Allowed values for this property are: "ML_JOB", "CUSTOM_SCRIPT", "CONTAINER"
|
96
104
|
|
97
105
|
|
98
106
|
:return: The step_type of this PipelineStepUpdateDetails.
|
@@ -110,7 +118,7 @@ class PipelineStepUpdateDetails(object):
|
|
110
118
|
:param step_type: The step_type of this PipelineStepUpdateDetails.
|
111
119
|
:type: str
|
112
120
|
"""
|
113
|
-
allowed_values = ["ML_JOB", "CUSTOM_SCRIPT"]
|
121
|
+
allowed_values = ["ML_JOB", "CUSTOM_SCRIPT", "CONTAINER"]
|
114
122
|
if not value_allowed_none_or_none_sentinel(step_type, allowed_values):
|
115
123
|
raise ValueError(
|
116
124
|
f"Invalid value for `step_type`, must be None or one of {allowed_values}"
|