v1

latestOpenAPI 3.1.0raw.githubusercontent.com2024-09-27192307552.2 KB
stack_components

Update Stack Component

Updates a stack component.

Args: component_id: ID of the stack component. component_update: Stack component to use to update.

Returns: Updated stack component.

put/api/v1/components/{component_id}

Path parameters

component_idstring uuid required

Request body

namestring nullable
type'alerter' | 'annotator' | 'artifact_store' | 'container_registry' | 'data_validator' | 'experiment_tracker' | 'feature_store' | 'image_builder' | 'model_deployer' | 'orchestrator' | 'step_operator' | 'model_registry'

All possible types a StackComponent can have.

flavorstring nullable
configurationobject nullable
connector_resource_idstring nullable

The ID of a specific resource instance to gain access to through the connector

labelsobject nullable
component_spec_pathstring nullable
connectorstring uuid nullable

Response

Successful Response

resourcesComponentResponseResources

Class for all resource models associated with the component entity.

idstring uuid required
permission_deniedboolean
namestring required