Skip to content

Latest commit

History

History
238 lines (185 loc) 路 8.77 KB

File metadata and controls

238 lines (185 loc) 路 8.77 KB

title: "funcWithEmptyOutputs" title_tag: "mypkg.funcWithEmptyOutputs" meta_desc: "Documentation for the mypkg.funcWithEmptyOutputs function with examples, input properties, output properties, and supporting types." layout: api no_edit_this_page: true

n/a

Using funcWithEmptyOutputs {#using}

function funcWithEmptyOutputs(args: FuncWithEmptyOutputsArgs, opts?: InvokeOptions): Promise<FuncWithEmptyOutputsResult>
def func_with_empty_outputs(name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> FuncWithEmptyOutputsResult
func FuncWithEmptyOutputs(ctx *Context, args *FuncWithEmptyOutputsArgs, opts ...InvokeOption) (*FuncWithEmptyOutputsResult, error)

> Note: This function is named FuncWithEmptyOutputs in the Go SDK.

public static class FuncWithEmptyOutputs 
{
    public static Task<FuncWithEmptyOutputsResult> InvokeAsync(FuncWithEmptyOutputsArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<FuncWithEmptyOutputsResult> funcWithEmptyOutputs(FuncWithEmptyOutputsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
聽聽function: mypkg:funcWithEmptyOutputs
聽聽arguments:
聽聽聽聽# arguments dictionary

The following arguments are supported:

Name string

The Name of the FeatureGroup.

Name string

The Name of the FeatureGroup.

name String

The Name of the FeatureGroup.

name string

The Name of the FeatureGroup.

name str

The Name of the FeatureGroup.

name String

The Name of the FeatureGroup.

funcWithEmptyOutputs Result {#result}

The following output properties are available:

Package Details

Repository
License