tfx.v1.extensions.google_cloud_ai_platform.Pusher
Stay organized with collections
Save and categorize content based on your preferences.
Component for pushing model to Cloud AI Platform serving.
Inherits From: Pusher
, BaseComponent
, BaseNode
tfx.v1.extensions.google_cloud_ai_platform.Pusher(
model: Optional[tfx.v1.dsl.Channel
] = None,
model_blessing: Optional[tfx.v1.dsl.Channel
] = None,
infra_blessing: Optional[tfx.v1.dsl.Channel
] = None,
custom_config: Optional[Dict[str, Any]] = None
)
Used in the notebooks
Args |
model
|
An optional Channel of type standard_artifacts.Model , usually
produced by a Trainer component, representing the model used for
training.
|
model_blessing
|
An optional Channel of type
standard_artifacts.ModelBlessing , usually produced from an Evaluator
component, containing the blessing model.
|
infra_blessing
|
An optional Channel of type
standard_artifacts.InfraBlessing , usually produced from an
InfraValidator component, containing the validation result.
|
custom_config
|
A dict which contains the deployment job parameters to be
passed to Cloud platforms.
|
Attributes |
outputs
|
Component's output channel dict.
|
Methods
with_node_execution_options
with_node_execution_options(
node_execution_options: utils.NodeExecutionOptions
) -> typing_extensions.Self
Class Variables |
POST_EXECUTABLE_SPEC
|
None
|
PRE_EXECUTABLE_SPEC
|
None
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-03 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2024-05-03 UTC."}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-03 UTC."],[],[]]