Tpu Functions
object TpuFunctions
Functions
Link copied to clipboard
suspend fun getTensorflowVersions(argument: GetTensorflowVersionsPlainArgs): GetTensorflowVersionsResult
Get TensorFlow versions available for a project. For more information see the official documentation and API.
suspend fun getTensorflowVersions(argument: suspend GetTensorflowVersionsPlainArgsBuilder.() -> Unit): GetTensorflowVersionsResult
suspend fun getTensorflowVersions(project: String? = null, zone: String? = null): GetTensorflowVersionsResult
Link copied to clipboard
suspend fun getV2AcceleratorTypes(argument: GetV2AcceleratorTypesPlainArgs): GetV2AcceleratorTypesResult
Get accelerator types available for a project. For more information see the official documentation and API.
suspend fun getV2AcceleratorTypes(argument: suspend GetV2AcceleratorTypesPlainArgsBuilder.() -> Unit): GetV2AcceleratorTypesResult
suspend fun getV2AcceleratorTypes(project: String? = null, zone: String? = null): GetV2AcceleratorTypesResult
Link copied to clipboard
suspend fun getV2RuntimeVersions(argument: GetV2RuntimeVersionsPlainArgs): GetV2RuntimeVersionsResult
Get runtime versions available for a project. For more information see the official documentation and API.
suspend fun getV2RuntimeVersions(argument: suspend GetV2RuntimeVersionsPlainArgsBuilder.() -> Unit): GetV2RuntimeVersionsResult
suspend fun getV2RuntimeVersions(project: String? = null, zone: String? = null): GetV2RuntimeVersionsResult