GetTensorflowVersions
Get TensorFlow versions available for a project. For more information see the official documentation and API.
Using GetTensorflowVersions
function getTensorflowVersions(args: GetTensorflowVersionsArgs, opts?: InvokeOptions): Promise<GetTensorflowVersionsResult>function get_tensorflow_versions(project=None, zone=None, opts=None)func GetTensorflowVersions(ctx *Context, args *GetTensorflowVersionsArgs, opts ...InvokeOption) (*GetTensorflowVersionsResult, error)public static class GetTensorflowVersions {
public static Task<GetTensorflowVersionsResult> InvokeAsync(GetTensorflowVersionsArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
GetTensorflowVersions Result
The following output properties are available:
Package Details
- Repository
- https://github.com/pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-betaTerraform Provider.