Documentation
Preparing search index...
@sdk/asset-core
GeneratedPipelineArtifactFragment
Type Alias GeneratedPipelineArtifactFragment
type
GeneratedPipelineArtifactFragment
=
{
__typename
?:
"GeneratedPipelineArtifactInfoOutput"
;
errorsV2
:
{
__typename
?:
"ProcessingDetailedErrorOutput"
;
details
:
string
[]
;
message
:
string
;
troubleshooting
:
string
[]
;
type
:
string
;
}
[]
;
inputs
:
{
__typename
?:
"ProcessingStepInputOutput"
;
path
:
string
;
type
:
Types.InputType
;
}
[]
;
status
?:
Types.ProcessingStatus
|
null
;
}
Index
Properties
__
typename?
errors
V2
inputs
status?
Properties
Optional
__
typename
__typename
?:
"GeneratedPipelineArtifactInfoOutput"
errors
V2
errorsV2
:
{
__typename
?:
"ProcessingDetailedErrorOutput"
;
details
:
string
[]
;
message
:
string
;
troubleshooting
:
string
[]
;
type
:
string
;
}
[]
inputs
inputs
:
{
__typename
?:
"ProcessingStepInputOutput"
;
path
:
string
;
type
:
Types.InputType
;
}
[]
Optional
status
status
?:
Types.ProcessingStatus
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
__
typename
errors
V2
inputs
status
Documentation
Loading...