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:

Project string

The project to list versions for. If it is not provided, the provider project is used.

Zone string

The zone to list versions for. If it is not provided, the provider zone is used.

Project string

The project to list versions for. If it is not provided, the provider project is used.

Zone string

The zone to list versions for. If it is not provided, the provider zone is used.

project string

The project to list versions for. If it is not provided, the provider project is used.

zone string

The zone to list versions for. If it is not provided, the provider zone is used.

project str

The project to list versions for. If it is not provided, the provider project is used.

zone str

The zone to list versions for. If it is not provided, the provider zone is used.

GetTensorflowVersions Result

The following output properties are available:

Id string

The provider-assigned unique ID for this managed resource.

Project string
Versions List<string>

The list of TensorFlow versions available for the given project and zone.

Zone string
Id string

The provider-assigned unique ID for this managed resource.

Project string
Versions []string

The list of TensorFlow versions available for the given project and zone.

Zone string
id string

The provider-assigned unique ID for this managed resource.

project string
versions string[]

The list of TensorFlow versions available for the given project and zone.

zone string
id str

The provider-assigned unique ID for this managed resource.

project str
versions List[str]

The list of TensorFlow versions available for the given project and zone.

zone str

Package Details

Repository
https://github.com/pulumi/pulumi-gcp
License
Apache-2.0
Notes
This Pulumi package is based on the google-beta Terraform Provider.